HomeSort by relevance Sort by last modified time
    Searched refs:xmlRegExecCtxtPtr (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/libxml/src/include/libxml/
xmlregexp.h 32 * xmlRegExecCtxtPtr:
37 typedef xmlRegExecCtxt *xmlRegExecCtxtPtr;
72 typedef void (*xmlRegExecCallbacks) (xmlRegExecCtxtPtr exec,
80 XMLPUBFUN xmlRegExecCtxtPtr XMLCALL
85 xmlRegFreeExecCtxt (xmlRegExecCtxtPtr exec);
87 xmlRegExecPushString(xmlRegExecCtxtPtr exec,
91 xmlRegExecPushString2(xmlRegExecCtxtPtr exec,
97 xmlRegExecNextValues(xmlRegExecCtxtPtr exec,
103 xmlRegExecErrInfo (xmlRegExecCtxtPtr exec,
  /external/libxml2/include/libxml/
xmlregexp.h 32 * xmlRegExecCtxtPtr:
37 typedef xmlRegExecCtxt *xmlRegExecCtxtPtr;
72 typedef void (*xmlRegExecCallbacks) (xmlRegExecCtxtPtr exec,
80 XMLPUBFUN xmlRegExecCtxtPtr XMLCALL
85 xmlRegFreeExecCtxt (xmlRegExecCtxtPtr exec);
87 xmlRegExecPushString(xmlRegExecCtxtPtr exec,
91 xmlRegExecPushString2(xmlRegExecCtxtPtr exec,
97 xmlRegExecNextValues(xmlRegExecCtxtPtr exec,
103 xmlRegExecErrInfo (xmlRegExecCtxtPtr exec,
  /external/chromium_org/third_party/libxml/src/
testAutomata.c 39 xmlRegExecCtxtPtr exec = NULL;
226 xmlRegExecCtxtPtr exec;
xmlregexp.c     [all...]
relaxng.c 383 xmlRegExecCtxtPtr elem; /* the current element regexp */
386 xmlRegExecCtxtPtr *elemTab; /* the stack of regexp runtime */
    [all...]
valid.c 269 xmlRegExecCtxtPtr exec; /* regexp runtime */
    [all...]
testapi.c     [all...]
xmlschemas.c 900 xmlRegExecCtxtPtr regexCtxt;
986 xmlRegExecCtxtPtr regexp;
    [all...]
  /external/libxml2/
xmlregexp.c     [all...]
relaxng.c 383 xmlRegExecCtxtPtr elem; /* the current element regexp */
386 xmlRegExecCtxtPtr *elemTab; /* the stack of regexp runtime */
    [all...]
valid.c 269 xmlRegExecCtxtPtr exec; /* regexp runtime */
    [all...]
xmlschemas.c 900 xmlRegExecCtxtPtr regexCtxt;
986 xmlRegExecCtxtPtr regexp;
    [all...]

Completed in 1152 milliseconds