Lines Matching refs:nameSpace
20791 xmlChar * nameSpace; /* the URI of the namespace */ in test_xmlGetNsProp() local
20800 nameSpace = gen_const_xmlChar_ptr(n_nameSpace, 2); in test_xmlGetNsProp()
20802 … ret_val = xmlGetNsProp((const xmlNode *)node, (const xmlChar *)name, (const xmlChar *)nameSpace); in test_xmlGetNsProp()
20807 des_const_xmlChar_ptr(n_nameSpace, (const xmlChar *)nameSpace, 2); in test_xmlGetNsProp()
20876 xmlChar * nameSpace; /* the URI of the namespace */ in test_xmlHasNsProp() local
20885 nameSpace = gen_const_xmlChar_ptr(n_nameSpace, 2); in test_xmlHasNsProp()
20887 … ret_val = xmlHasNsProp((const xmlNode *)node, (const xmlChar *)name, (const xmlChar *)nameSpace); in test_xmlHasNsProp()
20892 des_const_xmlChar_ptr(n_nameSpace, (const xmlChar *)nameSpace, 2); in test_xmlHasNsProp()
23478 xmlChar * nameSpace; /* the namespace prefix */ in test_xmlSearchNs() local
23487 nameSpace = gen_const_xmlChar_ptr(n_nameSpace, 2); in test_xmlSearchNs()
23489 ret_val = xmlSearchNs(doc, node, (const xmlChar *)nameSpace); in test_xmlSearchNs()
23494 des_const_xmlChar_ptr(n_nameSpace, (const xmlChar *)nameSpace, 2); in test_xmlSearchNs()