Searched refs:xmlBuildQName (Results 1 - 9 of 9) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dvalid.c677 fullname = xmlBuildQName(content->name, content->prefix, fn, 50);
2739 xmlBuildQName(elem->name, elem->ns->prefix, felem, 50) :
2743 xmlBuildQName(attr->name, attr->ns->prefix, fattr, 50) :
3897 fullname = xmlBuildQName(elem->name, elem->ns->prefix, fn, 50);
3982 fullname = xmlBuildQName(elem->name, elem->ns->prefix, fn, 50);
4291 fullname = xmlBuildQName(elem->name, elem->ns->prefix, fn, 50);
4468 fullname = xmlBuildQName(elem->name, prefix, fn, 50);
5217 fullname = xmlBuildQName(cur->name,
5991 fullname = xmlBuildQName(child->name, child->ns->prefix,
6258 fullname = xmlBuildQName(roo
[all...]
H A DSAX2.c1471 fulln = xmlBuildQName(attr->name, attr->prefix, fn, 50);
2029 fullname = xmlBuildQName(localname, prefix, fn, 50);
H A Delfgcchack.h1537 #undef xmlBuildQName macro
1538 extern __typeof (xmlBuildQName) xmlBuildQName __attribute((alias("xmlBuildQName__internal_alias")));
1540 #ifndef xmlBuildQName
1541 extern __typeof (xmlBuildQName) xmlBuildQName__internal_alias __attribute((visibility("hidden")));
1542 #define xmlBuildQName xmlBuildQName__internal_alias macro
H A Dparser.c7776 tmp = xmlBuildQName(BAD_CAST "", p, NULL, 0);
7790 tmp = xmlBuildQName(tmp, l, NULL, 0);
7796 tmp = xmlBuildQName(BAD_CAST "", l, NULL, 0);
H A Dtree.c196 * xmlBuildQName:
210 xmlBuildQName(const xmlChar *ncname, const xmlChar *prefix, function
H A Dxpath.c8752 fullname = xmlBuildQName(cur->nodesetval->nodeTab[i]->name,
H A Dtestapi.c18946 ret_val = xmlBuildQName((const xmlChar *)ncname, (const xmlChar *)prefix, memory, len);
18959 printf("Leak of %d blocks found in xmlBuildQName",
[all...]
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dtree.h615 xmlBuildQName (const xmlChar *ncname,
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c11426 if (!PyArg_ParseTuple(args, (char *)"zzzi:xmlBuildQName", &ncname, &prefix, &memory, &len))
11429 c_retval = xmlBuildQName(ncname, prefix, memory, len);

Completed in 417 milliseconds