Home | History | Annotate | Download | only in libxml2

Lines Matching refs:FILE

1222 	     * the colon in file:///d: should not be escaped or
1230 (xmlStrEqual(BAD_CAST uri->scheme, BAD_CAST "file"))) {
1398 * @stream: a FILE* for the output
1404 xmlPrintURI(FILE *stream, xmlURIPtr uri) {
2540 /* make the scheme 'file' */
2541 uri->scheme = xmlStrdup(BAD_CAST "file");