Searched refs:ncname (Results 1 – 6 of 6) sorted by relevance
/external/libxml2/include/libxml/ |
D | tree.h | 681 xmlBuildQName (const xmlChar *ncname,
|
/external/libxml2/ |
D | tree.c | 217 xmlBuildQName(const xmlChar *ncname, const xmlChar *prefix, in xmlBuildQName() argument 222 if (ncname == NULL) return(NULL); in xmlBuildQName() 223 if (prefix == NULL) return((xmlChar *) ncname); in xmlBuildQName() 225 lenn = strlen((char *) ncname); in xmlBuildQName() 239 memcpy(&ret[lenp + 1], ncname, lenn); in xmlBuildQName()
|
D | testapi.c | 19194 xmlChar * ncname; /* the Name */ in test_xmlBuildQName() local 19208 ncname = gen_const_xmlChar_ptr(n_ncname, 0); in test_xmlBuildQName() 19213 ret_val = xmlBuildQName((const xmlChar *)ncname, (const xmlChar *)prefix, memory, len); in test_xmlBuildQName() 19214 if ((ret_val != NULL) && (ret_val != ncname) && in test_xmlBuildQName() 19220 des_const_xmlChar_ptr(n_ncname, (const xmlChar *)ncname, 0); in test_xmlBuildQName()
|
/external/owasp/sanitizer/lib/htmlparser-1.3/ |
D | htmlparser-1.3-with-transitions.jar | META-INF/MANIFEST.MF
nu/validator/htmlparser/tools/XSLT4HTML5XOM.class
XSLT4HTML5XOM ... |
D | htmlparser-1.3.jar | META-INF/MANIFEST.MF
nu/validator/htmlparser/tools/XSLT4HTML5XOM.class
XSLT4HTML5XOM ... |
/external/libxml2/os400/libxmlrpg/ |
D | tree.rpgle | 654 d ncname * value options(*string) const xmlChar *
|