Home | History | Annotate | Download | only in libxml2

Lines Matching full:base

247 #define SHRINK if ((ctxt->input->cur - ctxt->input->base > 2 * INPUT_CHUNK) && \
573 static const char* const head_contents[] = { "title", "isindex", "base", "script", "style", "meta", "link", "object", NULL } ;
648 { "base", 0, 2, 2, 1, 0, 0, 0, "document base uri ",
651 { "basefont", 0, 2, 2, 1, 1, 1, 1, "base font size " ,
1323 (xmlStrEqual(newtag, BAD_CAST"base")))) {
2006 input->base = NULL;
3368 processed = ctxt->input->cur - ctxt->input->base;
3378 ctxt->input->base =
4011 (CUR_PTR - ctxt->input->base);
4062 (CUR_PTR - ctxt->input->base);
4097 (CUR_PTR - ctxt->input->base);
4429 input->base = input->buf->buffer->content;
4524 int base, len;
4531 base = in->cur - in->base;
4532 if (base < 0) return(-1);
4533 if (ctxt->checkIndex > base)
4534 base = ctxt->checkIndex;
4536 buf = in->base;
4545 for (;base < len;base++) {
4546 if (!incomment && (base + 4 < len) && !iscomment) {
4547 if ((buf[base] == '<') && (buf[base + 1] == '!') &&
4548 (buf[base + 2] == '-') && (buf[base + 3] == '-')) {
4551 base += 2;
4555 if (base + 3 > len)
4557 if ((buf[base] == '-') && (buf[base + 1] == '-') &&
4558 (buf[base + 2] == '>')) {
4560 base += 2;
4564 if (buf[base] == first) {
4566 if ((buf[base + 1] != next) ||
4567 (buf[base + 2] != third)) continue;
4569 if (buf[base + 1] != next) continue;
4576 first, base);
4580 first, next, base);
4584 first, next, third, base);
4586 return(base - (in->cur - in->base));
4589 ctxt->checkIndex = base;
4678 avail = in->length - (in->cur - in->base);
4680 avail = in->buf->buffer->use - (in->cur - in->base);
4714 avail = in->length - (in->cur - in->base);
4716 avail = in->buf->buffer->use - (in->cur - in->base);
4756 avail = in->length - (in->cur - in->base);
4758 avail = in->buf->buffer->use - (in->cur - in->base);
4816 avail = in->length - (in->cur - in->base);
4818 avail = in->buf->buffer->use - (in->cur - in->base);
4857 avail = in->length - (in->cur - in->base);
4859 avail = in->buf->buffer->use - (in->cur - in->base);
5352 int base = ctxt->input->base - ctxt->input->buf->buffer->content;
5353 int cur = ctxt->input->cur - ctxt->input->base;
5362 ctxt->input->base = ctxt->input->buf->buffer->content + base;
5363 ctxt->input->cur = ctxt->input->base + cur;
5480 inputStream->base = inputStream->buf->buffer->content;
5489 int base = ctxt->input->base - ctxt->input->buf->buffer->content;
5490 int cur = ctxt->input->cur - ctxt->input->base;
5494 ctxt->input->base = ctxt->input->buf->buffer->content + base;
5495 ctxt->input->cur = ctxt->input->base + cur;
5981 * @URL: the base URL to use for the document
6028 * @URL: the base URL to use for the document
6077 * @URL: the base URL to use for the document
6103 * @URL: the base URL to use for the document
6145 * @URL: the base URL to use for the document
6188 * @URL: the base URL to use for the document
6256 * @URL: the base URL to use for the document
6298 * @URL: the base URL to use for the document
6340 * @URL: the base URL to use for the document