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

  /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/libxml2/
xmlregexp.c     [all...]
relaxng.c 382 xmlRegExecCtxtPtr elem; /* the current element regexp */
385 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 40 milliseconds