GPAC
Open Source Multimedia Framework. For more information, check out http://gpac.wp.mines-telecom.fr
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups
ipmpx_parse.c File Reference
+ Include dependency graph for ipmpx_parse.c:

Functions

void GF_IPMPX_AUTH_Delete (GF_IPMPX_Authentication *auth)
 
u8 gf_ipmpx_get_tag (char *dataName)
 
u32 gf_ipmpx_get_field_type (GF_IPMPX_Data *p, char *fieldName)
 
void GF_IPMPX_ParseBinData (char *val, char **out_data, u32 *out_data_size)
 
void GF_IPMPX_ParseFileData (char *fileName, char **out_data, u32 *out_data_size)
 
void GF_IPMPX_ParseBin128 (char *val, bin128 *data)
 
void GF_IPMPX_ParseDate (char *val, GF_IPMPX_Date *date)
 
GF_Err GF_IPMPX_ParseEventType (char *val, u8 *eventType, u8 *eventTypeCount)
 
GF_Err gf_ipmpx_data_parse_16 (char *val, u16 **outData, u16 *outDataSize)
 
GF_Err gf_ipmpx_set_field (GF_IPMPX_Data *_p, char *fieldName, char *val)
 
GF_Err gf_ipmpx_set_sub_data (GF_IPMPX_Data *_p, char *fieldName, GF_IPMPX_Data *sp)
 
GF_Err gf_ipmpx_set_byte_array (GF_IPMPX_Data *p, char *field, char *str)
 

Function Documentation

void GF_IPMPX_AUTH_Delete ( GF_IPMPX_Authentication auth)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

u8 gf_ipmpx_get_tag ( char *  dataName)

+ Here is the caller graph for this function:

u32 gf_ipmpx_get_field_type ( GF_IPMPX_Data p,
char *  fieldName 
)

+ Here is the caller graph for this function:

void GF_IPMPX_ParseBinData ( char *  val,
char **  out_data,
u32 out_data_size 
)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void GF_IPMPX_ParseFileData ( char *  fileName,
char **  out_data,
u32 out_data_size 
)

+ Here is the call graph for this function:

void GF_IPMPX_ParseBin128 ( char *  val,
bin128 data 
)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void GF_IPMPX_ParseDate ( char *  val,
GF_IPMPX_Date date 
)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

GF_Err GF_IPMPX_ParseEventType ( char *  val,
u8 eventType,
u8 eventTypeCount 
)

+ Here is the caller graph for this function:

GF_Err gf_ipmpx_data_parse_16 ( char *  val,
u16 **  outData,
u16 outDataSize 
)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

GF_Err gf_ipmpx_set_field ( GF_IPMPX_Data _p,
char *  fieldName,
char *  val 
)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

GF_Err gf_ipmpx_set_sub_data ( GF_IPMPX_Data _p,
char *  fieldName,
GF_IPMPX_Data sp 
)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

GF_Err gf_ipmpx_set_byte_array ( GF_IPMPX_Data p,
char *  field,
char *  str 
)

+ Here is the call graph for this function:

+ Here is the caller graph for this function: