Searched defs:end3 (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestAtoms.cpp105 PRTime end3 = PR_Now(); local
114 LL_SUB(dtor, end3, end2);
/vbox/src/libs/libxml2-2.6.31/
H A Dparser.c2305 * @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 Dtestapi.c16447 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 Dlibxml2-py.c1208 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 277 milliseconds