• Home
  • Raw
  • Download

Lines Matching refs:xmlDoc

9489 static xmlDoc * gen_const_xmlDoc_ptr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {  in gen_const_xmlDoc_ptr()
9492 static void des_const_xmlDoc_ptr(int no ATTRIBUTE_UNUSED, const xmlDoc * val ATTRIBUTE_UNUSED, int … in des_const_xmlDoc_ptr()
9501 xmlDoc * doc; /* the document containing the string */ in test_xmlEncodeSpecialChars()
9512 ret_val = xmlEncodeSpecialChars((const xmlDoc *)doc, (const xmlChar *)input); in test_xmlEncodeSpecialChars()
9515 des_const_xmlDoc_ptr(n_doc, (const xmlDoc *)doc, 0); in test_xmlEncodeSpecialChars()
9540 xmlDoc * doc; /* the document referencing the entity */ in test_xmlGetDocEntity()
9551 ret_val = xmlGetDocEntity((const xmlDoc *)doc, (const xmlChar *)name); in test_xmlGetDocEntity()
9554 des_const_xmlDoc_ptr(n_doc, (const xmlDoc *)doc, 0); in test_xmlGetDocEntity()
20399 xmlDoc * doc; /* the document */ in test_xmlDocGetRootElement()
20406 ret_val = xmlDocGetRootElement((const xmlDoc *)doc); in test_xmlDocGetRootElement()
20409 des_const_xmlDoc_ptr(n_doc, (const xmlDoc *)doc, 0); in test_xmlDocGetRootElement()
20603 xmlDoc * doc; /* the document */ in test_xmlGetDocCompressMode()
20610 ret_val = xmlGetDocCompressMode((const xmlDoc *)doc); in test_xmlGetDocCompressMode()
20613 des_const_xmlDoc_ptr(n_doc, (const xmlDoc *)doc, 0); in test_xmlGetDocCompressMode()
20635 xmlDoc * doc; /* the document pointer */ in test_xmlGetIntSubset()
20642 ret_val = xmlGetIntSubset((const xmlDoc *)doc); in test_xmlGetIntSubset()
20645 des_const_xmlDoc_ptr(n_doc, (const xmlDoc *)doc, 0); in test_xmlGetIntSubset()
21626 xmlDoc * doc; /* the document */ in test_xmlNewDocText()
21637 ret_val = xmlNewDocText((const xmlDoc *)doc, (const xmlChar *)content); in test_xmlNewDocText()
21640 des_const_xmlDoc_ptr(n_doc, (const xmlDoc *)doc, 0); in test_xmlNewDocText()
22087 xmlDoc * doc; /* the document */ in test_xmlNewReference()
22098 ret_val = xmlNewReference((const xmlDoc *)doc, (const xmlChar *)name); in test_xmlNewReference()
22101 des_const_xmlDoc_ptr(n_doc, (const xmlDoc *)doc, 0); in test_xmlNewReference()
22543 xmlDoc * doc; /* the document the node pertains to */ in test_xmlNodeGetBase()
22554 ret_val = xmlNodeGetBase((const xmlDoc *)doc, (const xmlNode *)cur); in test_xmlNodeGetBase()
22557 des_const_xmlDoc_ptr(n_doc, (const xmlDoc *)doc, 0); in test_xmlNodeGetBase()
22711 xmlDoc * doc; /* the document */ in test_xmlNodeListGetRawString()
22726 ret_val = xmlNodeListGetRawString((const xmlDoc *)doc, (const xmlNode *)list, inLine); in test_xmlNodeListGetRawString()
22729 des_const_xmlDoc_ptr(n_doc, (const xmlDoc *)doc, 0); in test_xmlNodeListGetRawString()
23908 xmlDoc * doc; /* the document */ in test_xmlStringGetNodeList()
23919 ret_val = xmlStringGetNodeList((const xmlDoc *)doc, (const xmlChar *)value); in test_xmlStringGetNodeList()
23922 des_const_xmlDoc_ptr(n_doc, (const xmlDoc *)doc, 0); in test_xmlStringGetNodeList()
23947 xmlDoc * doc; /* the document */ in test_xmlStringLenGetNodeList()
23965 ret_val = xmlStringLenGetNodeList((const xmlDoc *)doc, (const xmlChar *)value, len); in test_xmlStringLenGetNodeList()
23968 des_const_xmlDoc_ptr(n_doc, (const xmlDoc *)doc, 0); in test_xmlStringLenGetNodeList()