Home
last modified time | relevance | path

Searched refs:ncname (Results 1 – 9 of 9) sorted by relevance

/external/libwebsockets/lib/system/async-dns/
Dasync-dns-parse.c538 int n, ncname; in lws_adns_parse_udp() local
587 ncname = (int)strlen(nmcname) + 1; in lws_adns_parse_udp()
589 est = sizeof(lws_adns_cache_t) + (unsigned int)ncname; in lws_adns_parse_udp()
/external/python/cpython2/Lib/
Dxmllib.py77 ncname = re.compile(_NCName + '$') variable
541 if ncname.match(prefix) is None:
577 ncname = res.group('ncname')
578 namespace[ncname or ''] = attrvalue or None
/external/cronet/third_party/libxml/src/include/libxml/
Dtree.h683 xmlBuildQName (const xmlChar *ncname,
/external/libxml2/include/libxml/
Dtree.h683 xmlBuildQName (const xmlChar *ncname,
/external/cronet/third_party/libxml/src/
Dtree.c222 xmlBuildQName(const xmlChar *ncname, const xmlChar *prefix, in xmlBuildQName() argument
227 if (ncname == NULL) return(NULL); in xmlBuildQName()
228 if (prefix == NULL) return((xmlChar *) ncname); in xmlBuildQName()
230 lenn = strlen((char *) ncname); in xmlBuildQName()
244 memcpy(&ret[lenp + 1], ncname, lenn); in xmlBuildQName()
Dtestapi.c18414 xmlChar * ncname; /* the Name */ in test_xmlBuildQName() local
18428 ncname = gen_const_xmlChar_ptr(n_ncname, 0); in test_xmlBuildQName()
18436 ret_val = xmlBuildQName((const xmlChar *)ncname, (const xmlChar *)prefix, memory, len); in test_xmlBuildQName()
18437 if ((ret_val != NULL) && (ret_val != ncname) && in test_xmlBuildQName()
18443 des_const_xmlChar_ptr(n_ncname, (const xmlChar *)ncname, 0); in test_xmlBuildQName()
/external/libxml2/
Dtree.c222 xmlBuildQName(const xmlChar *ncname, const xmlChar *prefix, in xmlBuildQName() argument
227 if (ncname == NULL) return(NULL); in xmlBuildQName()
228 if (prefix == NULL) return((xmlChar *) ncname); in xmlBuildQName()
230 lenn = strlen((char *) ncname); in xmlBuildQName()
244 memcpy(&ret[lenp + 1], ncname, lenn); in xmlBuildQName()
Dtestapi.c18414 xmlChar * ncname; /* the Name */ in test_xmlBuildQName() local
18428 ncname = gen_const_xmlChar_ptr(n_ncname, 0); in test_xmlBuildQName()
18436 ret_val = xmlBuildQName((const xmlChar *)ncname, (const xmlChar *)prefix, memory, len); in test_xmlBuildQName()
18437 if ((ret_val != NULL) && (ret_val != ncname) && in test_xmlBuildQName()
18443 des_const_xmlChar_ptr(n_ncname, (const xmlChar *)ncname, 0); in test_xmlBuildQName()
/external/libxml2/os400/libxmlrpg/
Dtree.rpgle666 d ncname * value options(*string) const xmlChar *