Lines Matching refs:nameSpace
20698 xmlChar * nameSpace; /* the URI of the namespace */ in test_xmlGetNsProp() local
20707 nameSpace = gen_const_xmlChar_ptr(n_nameSpace, 2); in test_xmlGetNsProp()
20709 … ret_val = xmlGetNsProp((const xmlNode *)node, (const xmlChar *)name, (const xmlChar *)nameSpace); in test_xmlGetNsProp()
20714 des_const_xmlChar_ptr(n_nameSpace, (const xmlChar *)nameSpace, 2); in test_xmlGetNsProp()
20783 xmlChar * nameSpace; /* the URI of the namespace */ in test_xmlHasNsProp() local
20792 nameSpace = gen_const_xmlChar_ptr(n_nameSpace, 2); in test_xmlHasNsProp()
20794 … ret_val = xmlHasNsProp((const xmlNode *)node, (const xmlChar *)name, (const xmlChar *)nameSpace); in test_xmlHasNsProp()
20799 des_const_xmlChar_ptr(n_nameSpace, (const xmlChar *)nameSpace, 2); in test_xmlHasNsProp()
23370 xmlChar * nameSpace; /* the namespace prefix */ in test_xmlSearchNs() local
23379 nameSpace = gen_const_xmlChar_ptr(n_nameSpace, 2); in test_xmlSearchNs()
23381 ret_val = xmlSearchNs(doc, node, (const xmlChar *)nameSpace); in test_xmlSearchNs()
23386 des_const_xmlChar_ptr(n_nameSpace, (const xmlChar *)nameSpace, 2); in test_xmlSearchNs()