Searched refs:inLine (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dtree.h981 int inLine);
986 int inLine);
/vbox/src/libs/libxml2-2.6.31/
H A Dtree.c1614 * @inLine: should we replace entity contents or show their external form
1622 xmlNodeListGetString(xmlDocPtr doc, xmlNodePtr list, int inLine) argument
1634 if (inLine) {
1646 if (inLine) {
1695 * @inLine: should we replace entity contents or show their external form
1704 xmlNodeListGetRawString(xmlDocPtr doc, xmlNodePtr list, int inLine) argument
1716 if (inLine) {
1728 if (inLine) {
H A Dtestapi.c22180 int inLine; /* should we replace entity contents or show their external form */ local
22189 inLine = gen_int(n_inLine, 2);
22191 ret_val = xmlNodeListGetRawString(doc, list, inLine);
22196 des_int(n_inLine, inLine, 2);
22227 int inLine; /* should we replace entity contents or show their external form */ local
22236 inLine = gen_int(n_inLine, 2);
22238 ret_val = xmlNodeListGetString(doc, list, inLine);
22243 des_int(n_inLine, inLine, 2);
[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c752 int inLine; local
754 if (!PyArg_ParseTuple(args, (char *)"OOi:xmlNodeListGetRawString", &pyobj_doc, &pyobj_list, &inLine))
759 c_retval = xmlNodeListGetRawString(doc, list, inLine);
11389 int inLine; local
11391 if (!PyArg_ParseTuple(args, (char *)"OOi:xmlNodeListGetString", &pyobj_doc, &pyobj_list, &inLine))
11396 c_retval = xmlNodeListGetString(doc, list, inLine);

Completed in 292 milliseconds