Home | History | Annotate | Download | only in libxml2

Lines Matching refs:directory

1275     if (input->directory != NULL) xmlFree((char *) input->directory);
1456 char *directory = NULL;
1488 directory = xmlParserGetDirectory((const char *) URI);
1492 inputStream->directory = directory;
1497 if ((ctxt->directory == NULL) && (directory != NULL))
1498 ctxt->directory = (char *) xmlStrdup((const xmlChar *) directory);
1574 ctxt->directory = NULL;
1711 if (ctxt->directory != NULL) xmlFree((char *) ctxt->directory);