Lines Matching defs:out
1564 /* out of scope keep it */
3557 * @str: a pointer to the string pointer (IN/OUT)
7110 xmlChar out[10];
7123 out[0] = value;
7124 out[1] = 0;
7127 ctxt->sax->characters(ctxt->userData, out, 1);
7130 snprintf((char *)out, sizeof(out), "#x%X", value);
7132 snprintf((char *)out, sizeof(out), "#%d", value);
7135 ctxt->sax->reference(ctxt->userData, out);
7141 COPY_BUF(0 ,out, i, value);
7142 out[i] = 0;
7145 ctxt->sax->characters(ctxt->userData, out, i);
12386 xmlErrMemory(NULL, "creating parser: out of memory\n");
13902 * parse an XML external entity out of context and build a tree.
13949 * parse an XML external entity out of context and build a tree.
14275 xmlErrMemory(NULL, "parsing new buffer: out of memory\n");