Searched refs:xmlExpNodePtr (Results 1 – 8 of 8) sorted by relevance
/third_party/libxml2/include/libxml/ |
D | xmlregexp.h | 132 typedef xmlExpNode *xmlExpNodePtr; typedef 147 XMLPUBVAR xmlExpNodePtr forbiddenExp; 148 XMLPUBVAR xmlExpNodePtr emptyExp; 155 xmlExpNodePtr expr); 157 xmlExpRef (xmlExpNodePtr expr); 162 XMLPUBFUN xmlExpNodePtr XMLCALL 165 XMLPUBFUN xmlExpNodePtr XMLCALL 169 XMLPUBFUN xmlExpNodePtr XMLCALL 171 xmlExpNodePtr left, 172 xmlExpNodePtr right); [all …]
|
/third_party/gettext/gnulib-local/lib/libxml/ |
D | xmlregexp.in.h | 161 typedef xmlExpNode *xmlExpNodePtr; typedef 176 XMLPUBVAR xmlExpNodePtr forbiddenExp; 177 XMLPUBVAR xmlExpNodePtr emptyExp; 184 xmlExpNodePtr expr); 186 xmlExpRef (xmlExpNodePtr expr); 191 XMLPUBFUN xmlExpNodePtr XMLCALL 194 XMLPUBFUN xmlExpNodePtr XMLCALL 198 XMLPUBFUN xmlExpNodePtr XMLCALL 200 xmlExpNodePtr left, 201 xmlExpNodePtr right); [all …]
|
D | xmlregexp.c | 6376 xmlExpNodePtr *table; 6411 ret->table = xmlMalloc(size * sizeof(xmlExpNodePtr)); in xmlExpNewCtxt() 6416 memset(ret->table, 0, size * sizeof(xmlExpNodePtr)); in xmlExpNewCtxt() 6481 xmlExpNodePtr exp_left; 6482 xmlExpNodePtr next;/* the next node in the hash table or free list */ 6489 xmlExpNodePtr f_right; 6501 static xmlExpNodePtr xmlExpNewNode(xmlExpCtxtPtr ctxt, xmlExpNodeType type); 6505 xmlExpNodePtr forbiddenExp = &forbiddenExpNode; 6509 xmlExpNodePtr emptyExp = &emptyExpNode; 6540 xmlExpHashComputeKey(xmlExpNodeType type, xmlExpNodePtr left, in xmlExpHashComputeKey() [all …]
|
/third_party/libxml2/os400/libxmlrpg/ |
D | xmlregexp.rpgle | 148 d xmlExpNodePtr s * based(######typedef######) 164 d like(xmlExpNodePtr) 167 d like(xmlExpNodePtr) 173 d expr value like(xmlExpNodePtr) 176 d expr value like(xmlExpNodePtr) 181 d like(xmlExpNodePtr) 186 d like(xmlExpNodePtr) 192 d like(xmlExpNodePtr) 194 d left value like(xmlExpNodePtr) 195 d right value like(xmlExpNodePtr) [all …]
|
/third_party/libxml2/ |
D | testRegexp.c | 92 xmlExpNodePtr expr = NULL, sub; in runFileTest() 185 testReduce(xmlExpCtxtPtr ctxt, xmlExpNodePtr expr, const char *tst) { in testReduce() 187 xmlExpNodePtr sub, deriv; in testReduce() 217 exprDebug(xmlExpCtxtPtr ctxt, xmlExpNodePtr expr) { in exprDebug() 219 xmlExpNodePtr deriv; in exprDebug() 273 xmlExpNodePtr expr = NULL; in main()
|
D | xmlregexp.c | 6438 xmlExpNodePtr *table; 6473 ret->table = xmlMalloc(size * sizeof(xmlExpNodePtr)); in xmlExpNewCtxt() 6478 memset(ret->table, 0, size * sizeof(xmlExpNodePtr)); in xmlExpNewCtxt() 6543 xmlExpNodePtr exp_left; 6544 xmlExpNodePtr next;/* the next node in the hash table or free list */ 6551 xmlExpNodePtr f_right; 6563 static xmlExpNodePtr xmlExpNewNode(xmlExpCtxtPtr ctxt, xmlExpNodeType type); 6567 xmlExpNodePtr forbiddenExp = &forbiddenExpNode; 6571 xmlExpNodePtr emptyExp = &emptyExpNode; 6602 xmlExpHashComputeKey(xmlExpNodeType type, xmlExpNodePtr left, in xmlExpHashComputeKey() [all …]
|
D | testapi.c | 715 static xmlExpNodePtr gen_xmlExpNodePtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) { in gen_xmlExpNodePtr() 718 static void des_xmlExpNodePtr(int no ATTRIBUTE_UNUSED, xmlExpNodePtr val ATTRIBUTE_UNUSED, int nr A… in des_xmlExpNodePtr() 33302 xmlExpNodePtr expr; /* the compiled expression */ in test_xmlExpDump() 33352 xmlExpNodePtr exp; /* the expression */ in test_xmlExpGetLanguage() 33407 xmlExpNodePtr exp; /* the expression */ in test_xmlExpGetStart() 33460 xmlExpNodePtr exp; /* the expression */ in test_xmlExpIsNillable() 33494 xmlExpNodePtr expr; /* a compiled expression */ in test_xmlExpMaxToken() 33587 xmlExpNodePtr exp; /* the expression */ in test_xmlExpRef() 33632 xmlExpNodePtr exp; /* the englobing expression */ in test_xmlExpSubsume() 33634 xmlExpNodePtr sub; /* the subexpression */ in test_xmlExpSubsume()
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 127298 - xmlExpNodePtr expr = NULL, sub; 127391 -testReduce(xmlExpCtxtPtr ctxt, xmlExpNodePtr expr, const char *tst) { 127393 - xmlExpNodePtr sub, deriv; 127423 -exprDebug(xmlExpCtxtPtr ctxt, xmlExpNodePtr expr) { 127425 - xmlExpNodePtr deriv; 127479 - xmlExpNodePtr expr = NULL;
|