Searched refs:xmlSplitQName3 (Results 1 - 7 of 7) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dtree.h623 xmlSplitQName3 (const xmlChar *name,
/vbox/src/libs/libxml2-2.6.31/
H A Dvalid.c961 tmp = xmlSplitQName3(name, &l);
5512 name = xmlSplitQName3(qname, &plen);
H A Delfgcchack.h10511 #undef xmlSplitQName3 macro
10512 extern __typeof (xmlSplitQName3) xmlSplitQName3 __attribute((alias("xmlSplitQName3__internal_alias")));
10514 #ifndef xmlSplitQName3
10515 extern __typeof (xmlSplitQName3) xmlSplitQName3__internal_alias __attribute((visibility("hidden")));
10516 #define xmlSplitQName3 xmlSplitQName3__internal_alias macro
H A Dtree.c303 * xmlSplitQName3:
315 xmlSplitQName3(const xmlChar *name, int *len) { function
6421 nqname = xmlSplitQName3(name, &len);
H A Dparser.c997 name = xmlSplitQName3(fullname, &len);
1034 name = xmlSplitQName3(fullattr, &len);
H A Dxmlschemas.c5814 * At this point xmlSplitQName3 has to return a local name.
5816 *local = xmlSplitQName3(value, &len);
H A Dtestapi.c23308 ret_val = xmlSplitQName3((const xmlChar *)name, len);
23315 printf("Leak of %d blocks found in xmlSplitQName3",
[all...]

Completed in 267 milliseconds