Go to the source code of this file.
|
typedef void *FE_CDECL | fe::RegexInitFunction(const char *a_pattern) |
|
typedef void *FE_CDECL | fe::RegexMatchFunction(void *a_expression, const char *a_candidate) |
|
typedef const char *FE_CDECL | fe::RegexResultFunction(void *a_result, U32 a_index) |
|
typedef void *FE_CDECL | fe::RegexReplaceFunction(void *a_expression, const char *a_candidate, const char *a_replacement) |
|
|
typedef | fe::void (FE_CDECL deallocateFunction)(void *pMemory) |
|