Searched refs:regexp (Results 51 - 67 of 67) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A DMakefile2230 -@(for i in $(srcdir)/test/regexp/* ; do \
2233 if [ ! -f $(srcdir)/result/regexp/$$name ] ; then \
2235 $(CHECKER) $(top_builddir)/testRegexp -i $$i > $(srcdir)/result/regexp/$$name; \
2240 diff $(srcdir)/result/regexp/$$name result.$$name` ; \
H A Drelaxng.c382 xmlRegExecCtxtPtr elem; /* the current element regexp */
385 xmlRegExecCtxtPtr *elemTab; /* the stack of regexp runtime */
390 * outside the regexp */
2845 * Compiling element content into regexp *
2847 * Sometime the element content can be compiled into a pure regexp, *
7838 * @regexp: the regular expression as compiled
7839 * @content: list of children to test against the regexp
7841 * Validate the content model of an element or start using the regexp
7847 xmlRegexpPtr regexp, xmlNodePtr content)
7854 if ((ctxt == NULL) || (regexp
7846 xmlRelaxNGValidateCompiledContent(xmlRelaxNGValidCtxtPtr ctxt, xmlRegexpPtr regexp, xmlNodePtr content) argument
[all...]
H A Dxmlschemas.c986 xmlRegExecCtxtPtr regexp; member in struct:_xmlSchemaValidCtxt
3928 if (facet->regexp != NULL)
3929 xmlRegFreeRegexp(facet->regexp);
18644 facet->regexp = xmlRegexpCompile(facet->value);
18645 if (facet->regexp == NULL) {
24252 ret = xmlRegexpExec(facetLink->facet->regexp, value);
H A Dxmlschemastypes.c5295 ret = xmlRegexpExec(facet->regexp, value);
H A Dtestapi.c33011 xmlRegExecCtxtPtr exec; /* a regexp execution context generating an error */
33080 xmlRegExecCtxtPtr exec; /* a regexp execution context */
33142 xmlRegExecCtxtPtr exec; /* a regexp execution context or NULL to indicate the end */
33190 xmlRegExecCtxtPtr exec; /* a regexp execution context or NULL to indicate the end */
33351 xmlRegexpPtr regexp; /* the compiled regexp */ local
33358 regexp = gen_xmlRegexpPtr(n_regexp, 1);
33360 xmlRegexpPrint(output, regexp);
33363 des_xmlRegexpPtr(n_regexp, regexp, 1);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dre_syntax.tex506 Henry Spencer's original 1986 {\it regexp} package, still in widespread use,
508 implemented an early version of today's EREs. There are four incompatibilities between {\it regexp}'s
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A DMakefile2228 -@(for i in $(srcdir)/test/regexp/* ; do \
2231 if [ ! -f $(srcdir)/result/regexp/$$name ] ; then \
2233 $(CHECKER) $(top_builddir)/testRegexp -i $$i > $(srcdir)/result/regexp/$$name; \
2238 diff $(srcdir)/result/regexp/$$name result.$$name` ; \
H A Drelaxng.c382 xmlRegExecCtxtPtr elem; /* the current element regexp */
385 xmlRegExecCtxtPtr *elemTab; /* the stack of regexp runtime */
390 * outside the regexp */
2845 * Compiling element content into regexp *
2847 * Sometime the element content can be compiled into a pure regexp, *
7838 * @regexp: the regular expression as compiled
7839 * @content: list of children to test against the regexp
7841 * Validate the content model of an element or start using the regexp
7847 xmlRegexpPtr regexp, xmlNodePtr content)
7854 if ((ctxt == NULL) || (regexp
7846 xmlRelaxNGValidateCompiledContent(xmlRelaxNGValidCtxtPtr ctxt, xmlRegexpPtr regexp, xmlNodePtr content) argument
[all...]
H A Dxmlschemas.c986 xmlRegExecCtxtPtr regexp; member in struct:_xmlSchemaValidCtxt
3928 if (facet->regexp != NULL)
3929 xmlRegFreeRegexp(facet->regexp);
18644 facet->regexp = xmlRegexpCompile(facet->value);
18645 if (facet->regexp == NULL) {
24252 ret = xmlRegexpExec(facetLink->facet->regexp, value);
H A Dxmlschemastypes.c5295 ret = xmlRegexpExec(facet->regexp, value);
H A Dtestapi.c33011 xmlRegExecCtxtPtr exec; /* a regexp execution context generating an error */
33080 xmlRegExecCtxtPtr exec; /* a regexp execution context */
33142 xmlRegExecCtxtPtr exec; /* a regexp execution context or NULL to indicate the end */
33190 xmlRegExecCtxtPtr exec; /* a regexp execution context or NULL to indicate the end */
33351 xmlRegexpPtr regexp; /* the compiled regexp */ local
33358 regexp = gen_xmlRegexpPtr(n_regexp, 1);
33360 xmlRegexpPrint(output, regexp);
33363 des_xmlRegexpPtr(n_regexp, regexp, 1);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Drelaxng.c382 xmlRegExecCtxtPtr elem; /* the current element regexp */
385 xmlRegExecCtxtPtr *elemTab; /* the stack of regexp runtime */
390 * outside the regexp */
2845 * Compiling element content into regexp *
2847 * Sometime the element content can be compiled into a pure regexp, *
7836 * @regexp: the regular expression as compiled
7837 * @content: list of children to test against the regexp
7839 * Validate the content model of an element or start using the regexp
7845 xmlRegexpPtr regexp, xmlNodePtr content)
7852 if ((ctxt == NULL) || (regexp
7844 xmlRelaxNGValidateCompiledContent(xmlRelaxNGValidCtxtPtr ctxt, xmlRegexpPtr regexp, xmlNodePtr content) argument
[all...]
H A Dxmlschemas.c986 xmlRegExecCtxtPtr regexp; member in struct:_xmlSchemaValidCtxt
3928 if (facet->regexp != NULL)
3929 xmlRegFreeRegexp(facet->regexp);
18632 facet->regexp = xmlRegexpCompile(facet->value);
18633 if (facet->regexp == NULL) {
24228 ret = xmlRegexpExec(facetLink->facet->regexp, value);
H A Dxmlschemastypes.c5292 ret = xmlRegexpExec(facet->regexp, value);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Drelaxng.c382 xmlRegExecCtxtPtr elem; /* the current element regexp */
385 xmlRegExecCtxtPtr *elemTab; /* the stack of regexp runtime */
390 * outside the regexp */
2845 * Compiling element content into regexp *
2847 * Sometime the element content can be compiled into a pure regexp, *
7836 * @regexp: the regular expression as compiled
7837 * @content: list of children to test against the regexp
7839 * Validate the content model of an element or start using the regexp
7845 xmlRegexpPtr regexp, xmlNodePtr content)
7852 if ((ctxt == NULL) || (regexp
7844 xmlRelaxNGValidateCompiledContent(xmlRelaxNGValidCtxtPtr ctxt, xmlRegexpPtr regexp, xmlNodePtr content) argument
[all...]
H A Dxmlschemas.c986 xmlRegExecCtxtPtr regexp; member in struct:_xmlSchemaValidCtxt
3928 if (facet->regexp != NULL)
3929 xmlRegFreeRegexp(facet->regexp);
18632 facet->regexp = xmlRegexpCompile(facet->value);
18633 if (facet->regexp == NULL) {
24228 ret = xmlRegexpExec(facetLink->facet->regexp, value);
H A Dxmlschemastypes.c5292 ret = xmlRegexpExec(facet->regexp, value);

Completed in 1129 milliseconds

123