Searched refs:xmlDictExists (Results 1 – 10 of 10) sorted by relevance
62 d xmlDictExists pr * extproc('xmlDictExists') const xmlChar *
64 xmlDictExists (xmlDictPtr dict,
998 xmlDictExists(xmlDictPtr dict, const xmlChar *name, int len) { in xmlDictExists() function
1973 xmlDictExists;
2895 #undef xmlDictExists2896 extern __typeof (xmlDictExists) xmlDictExists __attribute((alias("xmlDictExists__internal_alias")));2898 #ifndef xmlDictExists2899 extern __typeof (xmlDictExists) xmlDictExists__internal_alias __attribute((visibility("hidden")));2900 #define xmlDictExists xmlDictExists__internal_alias macro
7223 input = xmlDictExists(ctxt->dict, str, len); in xmlExpStringDerive()
1274 - new APIs: added xmlDictExists(), GetLineNumber and GetColumnNumber for
5340 * testapi.c: new test for xmlDictExists() is generated.5373 * dict.c include/libxml/dict.h: added xmlDictExists() to the
8253 ret_val = xmlDictExists(dict, (const xmlChar *)name, len); in test_xmlDictExists()
773 xmlDictExists