Searched refs:ncname (Results 1 – 8 of 8) sorted by relevance
/third_party/libwebsockets/lib/system/async-dns/ |
D | async-dns-parse.c | 538 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()
|
/third_party/libxml2/include/libxml/ |
D | tree.h | 681 xmlBuildQName (const xmlChar *ncname,
|
/third_party/gettext/gnulib-local/lib/libxml/ |
D | tree.in.h | 710 xmlBuildQName (const xmlChar *ncname,
|
D | tree.c | 252 xmlBuildQName(const xmlChar *ncname, const xmlChar *prefix, in xmlBuildQName() argument 257 if (ncname == NULL) return(NULL); in xmlBuildQName() 258 if (prefix == NULL) return((xmlChar *) ncname); in xmlBuildQName() 260 lenn = strlen((char *) ncname); in xmlBuildQName() 274 memcpy(&ret[lenp + 1], ncname, lenn); in xmlBuildQName()
|
/third_party/libxml2/ |
D | tree.c | 223 xmlBuildQName(const xmlChar *ncname, const xmlChar *prefix, in xmlBuildQName() argument 228 if (ncname == NULL) return(NULL); in xmlBuildQName() 229 if (prefix == NULL) return((xmlChar *) ncname); in xmlBuildQName() 231 lenn = strlen((char *) ncname); in xmlBuildQName() 245 memcpy(&ret[lenp + 1], ncname, lenn); in xmlBuildQName()
|
D | testapi.c | 19286 xmlChar * ncname; /* the Name */ in test_xmlBuildQName() local 19300 ncname = gen_const_xmlChar_ptr(n_ncname, 0); in test_xmlBuildQName() 19308 ret_val = xmlBuildQName((const xmlChar *)ncname, (const xmlChar *)prefix, memory, len); in test_xmlBuildQName() 19309 if ((ret_val != NULL) && (ret_val != ncname) && in test_xmlBuildQName() 19315 des_const_xmlChar_ptr(n_ncname, (const xmlChar *)ncname, 0); in test_xmlBuildQName()
|
/third_party/libxml2/os400/libxmlrpg/ |
D | tree.rpgle | 666 d ncname * value options(*string) const xmlChar *
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 119887 …c/third_party/libxml/src/fuzz/seed/regexp/ncname-1 b/src/third_party/libxml/src/fuzz/static_seed/r… 119889 rename from src/third_party/libxml/src/fuzz/seed/regexp/ncname-1 119890 rename to src/third_party/libxml/src/fuzz/static_seed/regexp/ncname-1 119891 …c/third_party/libxml/src/fuzz/seed/regexp/ncname-2 b/src/third_party/libxml/src/fuzz/static_seed/r… 119893 rename from src/third_party/libxml/src/fuzz/seed/regexp/ncname-2 119894 rename to src/third_party/libxml/src/fuzz/static_seed/regexp/ncname-2 119895 …c/third_party/libxml/src/fuzz/seed/regexp/ncname-3 b/src/third_party/libxml/src/fuzz/static_seed/r… 119897 rename from src/third_party/libxml/src/fuzz/seed/regexp/ncname-3 119898 rename to src/third_party/libxml/src/fuzz/static_seed/regexp/ncname-3 119899 …c/third_party/libxml/src/fuzz/seed/regexp/ncname-4 b/src/third_party/libxml/src/fuzz/static_seed/r… [all …]
|