Searched refs:end3 (Results 1 - 7 of 7) sorted by relevance
/vbox/src/libs/xpcom18a4/xpcom/tests/ |
H A D | TestAtoms.cpp | 105 PRTime end3 = PR_Now(); local 114 LL_SUB(dtor, end3, end2);
|
/vbox/src/libs/libxml2-2.6.31/include/libxml/ |
H A D | parserInternals.h | 494 xmlChar end3); 502 xmlChar end3); 592 xmlChar end3);
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | legacy.c | 32 xmlChar end2, xmlChar end3); 40 * @end3: an end marker xmlChar, 0 if none 53 xmlChar end3 ATTRIBUTE_UNUSED) 395 * @end3: an end marker xmlChar, 0 if none 414 xmlChar end3 ATTRIBUTE_UNUSED)
|
H A D | parser.c | 2305 * @end3: an end marker xmlChar, 0 if none 2318 int what, xmlChar end, xmlChar end2, xmlChar end3) { 2353 (c != end2) && (c != end3)) { 2479 * @end3: an end marker xmlChar, 0 if none 2492 xmlChar end, xmlChar end2, xmlChar end3) { 2495 end, end2, end3)); 2317 xmlStringLenDecodeEntities(xmlParserCtxtPtr ctxt, const xmlChar *str, int len, int what, xmlChar end, xmlChar end2, xmlChar end3) argument 2491 xmlStringDecodeEntities(xmlParserCtxtPtr ctxt, const xmlChar *str, int what, xmlChar end, xmlChar end2, xmlChar end3) argument
|
H A D | HTMLparser.c | 57 xmlChar end, xmlChar end2, xmlChar end3);
|
H A D | testapi.c | 16447 xmlChar end3; /* an end marker xmlChar, 0 if none */ local 16462 end3 = gen_xmlChar(n_end3, 5); 16464 ret_val = xmlStringDecodeEntities(ctxt, (const xmlChar *)str, what, end, end2, end3); 16472 des_xmlChar(n_end3, end3, 5); 16516 xmlChar end3; /* an end marker xmlChar, 0 if none */ local 16533 end3 = gen_xmlChar(n_end3, 6); 16535 ret_val = xmlStringLenDecodeEntities(ctxt, (const xmlChar *)str, len, what, end, end2, end3); 16544 des_xmlChar(n_end3, end3, 6); [all...] |
/vbox/src/libs/libxml2-2.6.31/python/ |
H A D | libxml2-py.c | 1208 xmlChar end3; local 1210 if (!PyArg_ParseTuple(args, (char *)"Oziiccc:xmlStringLenDecodeEntities", &pyobj_ctxt, &str, &len, &what, &end, &end2, &end3)) 1214 c_retval = xmlStringLenDecodeEntities(ctxt, str, len, what, end, end2, end3); 3382 xmlChar end3; local 3384 if (!PyArg_ParseTuple(args, (char *)"Oiiccc:xmlDecodeEntities", &pyobj_ctxt, &len, &what, &end, &end2, &end3)) 3388 c_retval = xmlDecodeEntities(ctxt, len, what, end, end2, end3); 10370 xmlChar end3; local 10372 if (!PyArg_ParseTuple(args, (char *)"Oziccc:xmlStringDecodeEntities", &pyobj_ctxt, &str, &what, &end, &end2, &end3)) 10376 c_retval = xmlStringDecodeEntities(ctxt, str, what, end, end2, end3);
|
Completed in 2147 milliseconds