Home | History | Annotate | Download | only in libxml2

Lines Matching defs:base

447 	input->base = ctxt->input->cur;
497 const char *base = NULL;
501 base = ctxt->input->filename;
502 if (base == NULL)
503 base = ctxt->directory;
505 URI = xmlBuildURI(systemId, (const xmlChar *) base);
654 const char *base = NULL;
657 base = ctxt->input->filename;
658 if (base == NULL)
659 base = ctxt->directory;
661 URI = xmlBuildURI(systemId, (const xmlChar *) base);
673 const char *base = NULL;
676 base = ctxt->input->filename;
677 if (base == NULL)
678 base = ctxt->directory;
680 URI = xmlBuildURI(systemId, (const xmlChar *) base);
890 const char *base = NULL;
893 base = ctxt->input->filename;
894 if (base == NULL)
895 base = ctxt->directory;
897 URI = xmlBuildURI(systemId, (const xmlChar *) base);
910 const char *base = NULL;
913 base = ctxt->input->filename;
914 if (base == NULL)
915 base = ctxt->directory;
917 URI = xmlBuildURI(systemId, (const xmlChar *) base);
1773 node_info.end_pos = ctxt->input->cur - ctxt->input->base;
2411 node_info.end_pos = ctxt->input->cur - ctxt->input->base;