Lines Matching refs:FILE
71 #define XML_XML_DEFAULT_CATALOG "file:///etc/xml/catalog"
74 #define XML_SGML_DEFAULT_CATALOG "file:///etc/sgml/catalog"
79 static char XML_XML_DEFAULT_CATALOG[256] = "file:///etc/xml/catalog";
327 * Entries stored in the file hash must be deallocated
328 * only by the file hash cleaner !
376 * catalog file hash.
454 * @out: the file.
459 xmlCatalogDumpEntry(xmlCatalogEntryPtr entry, FILE *out) {
653 xmlDumpXMLCatalog(FILE *out, xmlCatalogEntryPtr catal) {
877 * parse an XML file and build a tree. It's like xmlParseFile()
947 * @filename: a file path
949 * Load a file content into memory.
959 FILE *fd;
988 if (fseek(fd, 0, SEEK_END) || (size = ftell(fd)) == EOF || fseek(fd, 0, SEEK_SET)) { /* File operations denied? ok, just close and return failure */
1329 * Parses the catalog file to extract the XML tree and then analyze the
1385 "File %s is not an XML Catalog\n",
1429 "Found %s in file hash\n", catal->URL);
1441 "%s not found in file hash\n", catal->URL);
1468 "%s added to file hash\n", catal->URL);
2311 * @file: the filepath for the catalog
2322 const char *file, int super) {
2327 if ((cur == NULL) || (file == NULL))
2329 base = xmlStrdup((const xmlChar *) file);
2629 * @filename: a file path
2665 * @filename: a file path
2722 * @filename: a file path
2923 * @out: the file.
2925 * Dump the given catalog to the given file.
2928 xmlACatalogDump(xmlCatalogPtr catal, FILE *out) {
3183 * @filename: a file path
3378 * @out: the file.
3380 * Dump all the global catalog content to the given file.
3383 xmlCatalogDump(FILE *out) {