Searched refs:xmlExpNodePtr (Results 1 – 5 of 5) sorted by relevance
/external/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 …]
|
/external/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 …]
|
/external/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 | 6347 xmlExpNodePtr *table; 6382 ret->table = xmlMalloc(size * sizeof(xmlExpNodePtr)); in xmlExpNewCtxt() 6387 memset(ret->table, 0, size * sizeof(xmlExpNodePtr)); in xmlExpNewCtxt() 6452 xmlExpNodePtr exp_left; 6453 xmlExpNodePtr next;/* the next node in the hash table or free list */ 6460 xmlExpNodePtr f_right; 6472 static xmlExpNodePtr xmlExpNewNode(xmlExpCtxtPtr ctxt, xmlExpNodeType type); 6476 xmlExpNodePtr forbiddenExp = &forbiddenExpNode; 6480 xmlExpNodePtr emptyExp = &emptyExpNode; 6511 xmlExpHashComputeKey(xmlExpNodeType type, xmlExpNodePtr left, in xmlExpHashComputeKey() [all …]
|
D | testapi.c | 713 static xmlExpNodePtr gen_xmlExpNodePtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) { in gen_xmlExpNodePtr() 716 static void des_xmlExpNodePtr(int no ATTRIBUTE_UNUSED, xmlExpNodePtr val ATTRIBUTE_UNUSED, int nr A… in des_xmlExpNodePtr() 33299 xmlExpNodePtr expr; /* the compiled expression */ in test_xmlExpDump() 33349 xmlExpNodePtr exp; /* the expression */ in test_xmlExpGetLanguage() 33404 xmlExpNodePtr exp; /* the expression */ in test_xmlExpGetStart() 33457 xmlExpNodePtr exp; /* the expression */ in test_xmlExpIsNillable() 33491 xmlExpNodePtr expr; /* a compiled expression */ in test_xmlExpMaxToken() 33584 xmlExpNodePtr exp; /* the expression */ in test_xmlExpRef() 33629 xmlExpNodePtr exp; /* the englobing expression */ in test_xmlExpSubsume() 33631 xmlExpNodePtr sub; /* the subexpression */ in test_xmlExpSubsume()
|