Lines Matching refs:nameSpace
20818 xmlChar * nameSpace; /* the URI of the namespace */ in test_xmlGetNsProp() local
20827 nameSpace = gen_const_xmlChar_ptr(n_nameSpace, 2); in test_xmlGetNsProp()
20829 … ret_val = xmlGetNsProp((const xmlNode *)node, (const xmlChar *)name, (const xmlChar *)nameSpace); in test_xmlGetNsProp()
20834 des_const_xmlChar_ptr(n_nameSpace, (const xmlChar *)nameSpace, 2); in test_xmlGetNsProp()
20903 xmlChar * nameSpace; /* the URI of the namespace */ in test_xmlHasNsProp() local
20912 nameSpace = gen_const_xmlChar_ptr(n_nameSpace, 2); in test_xmlHasNsProp()
20914 … ret_val = xmlHasNsProp((const xmlNode *)node, (const xmlChar *)name, (const xmlChar *)nameSpace); in test_xmlHasNsProp()
20919 des_const_xmlChar_ptr(n_nameSpace, (const xmlChar *)nameSpace, 2); in test_xmlHasNsProp()
23505 xmlChar * nameSpace; /* the namespace prefix */ in test_xmlSearchNs() local
23514 nameSpace = gen_const_xmlChar_ptr(n_nameSpace, 2); in test_xmlSearchNs()
23516 ret_val = xmlSearchNs(doc, node, (const xmlChar *)nameSpace); in test_xmlSearchNs()
23521 des_const_xmlChar_ptr(n_nameSpace, (const xmlChar *)nameSpace, 2); in test_xmlSearchNs()