libgpac
Documentation of the core library of GPAC
|
#include <gpac/token.h>
Functions | |
static GFINLINE s32 | gf_tok_is_char_in_set (const char TestChar, const char *TestSet) |
GF_EXPORT s32 | gf_token_get (const char *Buffer, s32 Start, const char *Separator, char *Container, s32 ContainerSize) |
get string component More... | |
GF_EXPORT s32 | gf_token_get_strip (const char *Buffer, s32 Start, const char *Separator, const char *strip_set, char *Container, s32 ContainerSize) |
get string component without delimitting characters More... | |
GF_EXPORT s32 | gf_token_get_line (const char *Buffer, u32 Start, u32 Size, char *LineBuffer, u32 LineBufferSize) |
line removal More... | |
GF_EXPORT s32 | gf_token_find (const char *Buffer, u32 Start, u32 Size, const char *Pattern) |
pattern location More... | |
GF_EXPORT const char * | gf_token_find_word (const char *in_str, const char *word, char *charsep) |
word location More... | |