/external/libxml2/ |
testAutomata.c | 186 ret = xmlRegExecPushString(exec, NULL, NULL); 201 ret = xmlRegExecPushString(exec, BAD_CAST expr, NULL); 245 ret = xmlRegExecPushString(exec, BAD_CAST"a", NULL); 250 ret =xmlRegExecPushString(exec, BAD_CAST"a", NULL); 255 ret =xmlRegExecPushString(exec, BAD_CAST"b", NULL); 260 ret =xmlRegExecPushString(exec, BAD_CAST"a", NULL); 265 ret =xmlRegExecPushString(exec, BAD_CAST"a", NULL); 270 ret =xmlRegExecPushString(exec, BAD_CAST"a", NULL); 275 ret =xmlRegExecPushString(exec, BAD_CAST"a", NULL); 281 ret = xmlRegExecPushString(exec, NULL, NULL) [all...] |
libxml2.syms | 1046 xmlRegExecPushString; [all...] |
valid.c | [all...] |
relaxng.c | [all...] |
elfgcchack.h | [all...] |
xmlregexp.c | [all...] |
testapi.c | [all...] |
xmlschemas.c | [all...] |
/external/libxml2/include/libxml/ |
xmlregexp.h | 87 xmlRegExecPushString(xmlRegExecCtxtPtr exec,
|