OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmlRegexpPtr
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/third_party/libxml/src/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/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/chromium_org/third_party/libxml/src/
testRegexp.c
19
static void testRegexp(
xmlRegexpPtr
comp, const char *value) {
38
xmlRegexpPtr
comp = NULL;
271
xmlRegexpPtr
comp = NULL;
testAutomata.c
38
xmlRegexpPtr
regexp = NULL;
225
xmlRegexpPtr
regexp;
xmlregexp.c
309
xmlRegexpPtr
comp; /* the compiled regexp */
425
static
xmlRegexpPtr
427
xmlRegexpPtr
ret;
429
ret = (
xmlRegexpPtr
) xmlMalloc(sizeof(xmlRegexp));
[
all
...]
relaxng.c
169
xmlRegexpPtr
contModel; /* a compiled content model if available */
[
all
...]
testapi.c
[
all
...]
/external/libxml2/
xmlregexp.c
309
xmlRegexpPtr
comp; /* the compiled regexp */
425
static
xmlRegexpPtr
427
xmlRegexpPtr
ret;
429
ret = (
xmlRegexpPtr
) xmlMalloc(sizeof(xmlRegexp));
[
all
...]
relaxng.c
169
xmlRegexpPtr
contModel; /* a compiled content model if available */
[
all
...]
Completed in 157 milliseconds