Searched refs:sgml (Results 1 - 4 of 4) sorted by relevance
/vbox/src/libs/libxml2-2.6.31/ |
H A D | catalog.c | 74 #define XML_SGML_DEFAULT_CATALOG "file:///etc/sgml/catalog" 161 xmlHashTablePtr sgml; member in struct:_xmlCatalog 422 ret->sgml = xmlHashCreate(10); 438 if (catal->sgml != NULL) 439 xmlHashFree(catal->sgml, 723 if ((entry == NULL) || (catal == NULL) || (catal->sgml == NULL) || 755 xmlHashRemoveEntry(catal->sgml, entry->name, 763 xmlHashRemoveEntry(catal->sgml, entry->name, NULL); 796 xmlHashScan(catal->sgml, 2485 res = xmlHashAddEntry(catal->sgml, nam 2794 const xmlChar *sgml; local 2829 const xmlChar *sgml; local 2876 const xmlChar *sgml; local 2911 const xmlChar *sgml; local 3018 xmlNewCatalog(int sgml) argument [all...] |
H A D | xmlcatalog.c | 34 static int sgml = 0; variable 46 #define XML_SGML_DEFAULT_CATALOG "/etc/sgml/catalog" 218 if (sgml) { 317 \t--sgml : handle SGML Super catalogs for --add and --del\n\ 326 \t and with --sgml it automatically updates the super catalog\n\ 360 } else if ((!strcmp(argv[i], "-sgml")) || 361 (!strcmp(argv[i], "--sgml"))) { 362 sgml++; 374 if (sgml) 393 if (sgml) [all...] |
/vbox/src/libs/libxml2-2.6.31/include/libxml/ |
H A D | catalog.h | 70 xmlNewCatalog (int sgml);
|
/vbox/src/libs/libxml2-2.6.31/python/ |
H A D | libxml2-py.c | 7952 int sgml; local 7954 if (!PyArg_ParseTuple(args, (char *)"i:xmlNewCatalog", &sgml)) 7957 c_retval = xmlNewCatalog(sgml);
|
Completed in 802 milliseconds