OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmlRegexpPtr
(Results
1 - 6
of
6
) sorted by null
/external/libxml2/include/libxml/
xmlregexp.h
23
*
xmlRegexpPtr
:
29
typedef xmlRegexp *
xmlRegexpPtr
;
51
XMLPUBFUN
xmlRegexpPtr
XMLCALL
53
XMLPUBFUN void XMLCALL xmlRegFreeRegexp(
xmlRegexpPtr
regexp);
55
xmlRegexpExec (
xmlRegexpPtr
comp,
59
xmlRegexpPtr
regexp);
61
xmlRegexpIsDeterminist(
xmlRegexpPtr
comp);
81
xmlRegNewExecCtxt (
xmlRegexpPtr
comp,
schemasInternals.h
632
xmlRegexpPtr
contModel; /* Holds the automaton of the content model */
789
xmlRegexpPtr
contModel; /* Obsolete for WXS, maybe used for RelaxNG */
833
xmlRegexpPtr
regexp; /* The regex for patterns */
xmlautomata.h
134
XMLPUBFUN
xmlRegexpPtr
XMLCALL
tree.h
323
xmlRegexpPtr
contModel; /* the validating regexp */
[
all
...]
/external/libxml2/
xmlregexp.c
305
xmlRegexpPtr
comp; /* the compiled regexp */
419
static
xmlRegexpPtr
421
xmlRegexpPtr
ret;
423
ret = (
xmlRegexpPtr
) xmlMalloc(sizeof(xmlRegexp));
[
all
...]
relaxng.c
168
xmlRegexpPtr
contModel; /* a compiled content model if available */
[
all
...]
Completed in 3068 milliseconds