• Home
  • Raw
  • Download

Lines Matching refs:xmlDoc

9491 static xmlDoc * gen_const_xmlDoc_ptr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {  in gen_const_xmlDoc_ptr()
9494 static void des_const_xmlDoc_ptr(int no ATTRIBUTE_UNUSED, const xmlDoc * val ATTRIBUTE_UNUSED, int … in des_const_xmlDoc_ptr()
9503 xmlDoc * doc; /* the document containing the string */ in test_xmlEncodeSpecialChars()
9514 ret_val = xmlEncodeSpecialChars((const xmlDoc *)doc, (const xmlChar *)input); in test_xmlEncodeSpecialChars()
9517 des_const_xmlDoc_ptr(n_doc, (const xmlDoc *)doc, 0); in test_xmlEncodeSpecialChars()
9542 xmlDoc * doc; /* the document referencing the entity */ in test_xmlGetDocEntity()
9553 ret_val = xmlGetDocEntity((const xmlDoc *)doc, (const xmlChar *)name); in test_xmlGetDocEntity()
9556 des_const_xmlDoc_ptr(n_doc, (const xmlDoc *)doc, 0); in test_xmlGetDocEntity()
20374 xmlDoc * doc; /* the document */ in test_xmlDocGetRootElement()
20381 ret_val = xmlDocGetRootElement((const xmlDoc *)doc); in test_xmlDocGetRootElement()
20384 des_const_xmlDoc_ptr(n_doc, (const xmlDoc *)doc, 0); in test_xmlDocGetRootElement()
20578 xmlDoc * doc; /* the document */ in test_xmlGetDocCompressMode()
20585 ret_val = xmlGetDocCompressMode((const xmlDoc *)doc); in test_xmlGetDocCompressMode()
20588 des_const_xmlDoc_ptr(n_doc, (const xmlDoc *)doc, 0); in test_xmlGetDocCompressMode()
20610 xmlDoc * doc; /* the document pointer */ in test_xmlGetIntSubset()
20617 ret_val = xmlGetIntSubset((const xmlDoc *)doc); in test_xmlGetIntSubset()
20620 des_const_xmlDoc_ptr(n_doc, (const xmlDoc *)doc, 0); in test_xmlGetIntSubset()
21601 xmlDoc * doc; /* the document */ in test_xmlNewDocText()
21612 ret_val = xmlNewDocText((const xmlDoc *)doc, (const xmlChar *)content); in test_xmlNewDocText()
21615 des_const_xmlDoc_ptr(n_doc, (const xmlDoc *)doc, 0); in test_xmlNewDocText()
22062 xmlDoc * doc; /* the document */ in test_xmlNewReference()
22073 ret_val = xmlNewReference((const xmlDoc *)doc, (const xmlChar *)name); in test_xmlNewReference()
22076 des_const_xmlDoc_ptr(n_doc, (const xmlDoc *)doc, 0); in test_xmlNewReference()
22518 xmlDoc * doc; /* the document the node pertains to */ in test_xmlNodeGetBase()
22529 ret_val = xmlNodeGetBase((const xmlDoc *)doc, (const xmlNode *)cur); in test_xmlNodeGetBase()
22532 des_const_xmlDoc_ptr(n_doc, (const xmlDoc *)doc, 0); in test_xmlNodeGetBase()
22686 xmlDoc * doc; /* the document */ in test_xmlNodeListGetRawString()
22701 ret_val = xmlNodeListGetRawString((const xmlDoc *)doc, (const xmlNode *)list, inLine); in test_xmlNodeListGetRawString()
22704 des_const_xmlDoc_ptr(n_doc, (const xmlDoc *)doc, 0); in test_xmlNodeListGetRawString()
23883 xmlDoc * doc; /* the document */ in test_xmlStringGetNodeList()
23894 ret_val = xmlStringGetNodeList((const xmlDoc *)doc, (const xmlChar *)value); in test_xmlStringGetNodeList()
23897 des_const_xmlDoc_ptr(n_doc, (const xmlDoc *)doc, 0); in test_xmlStringGetNodeList()
23922 xmlDoc * doc; /* the document */ in test_xmlStringLenGetNodeList()
23940 ret_val = xmlStringLenGetNodeList((const xmlDoc *)doc, (const xmlChar *)value, len); in test_xmlStringLenGetNodeList()
23943 des_const_xmlDoc_ptr(n_doc, (const xmlDoc *)doc, 0); in test_xmlStringLenGetNodeList()