Lines Matching defs:out
1599 /* out of scope keep it */
2093 xmlFatalErr(ctxt, XML_ERR_INTERNAL_ERROR, "cur index out of bound");
3665 * @str: a pointer to the string pointer (IN/OUT)
7243 xmlChar out[10];
7256 out[0] = value;
7257 out[1] = 0;
7260 ctxt->sax->characters(ctxt->userData, out, 1);
7263 snprintf((char *)out, sizeof(out), "#x%X", value);
7265 snprintf((char *)out, sizeof(out), "#%d", value);
7268 ctxt->sax->reference(ctxt->userData, out);
7274 COPY_BUF(0 ,out, i, value);
7275 out[i] = 0;
7278 ctxt->sax->characters(ctxt->userData, out, i);
12621 xmlErrMemory(NULL, "creating parser: out of memory\n");
14168 * parse an XML external entity out of context and build a tree.
14215 * parse an XML external entity out of context and build a tree.
14541 xmlErrMemory(NULL, "parsing new buffer: out of memory\n");