Lines Matching defs:out
139 char *out; /* buffer sent (zero terminated) */
172 * Handle an out of memory condition
423 if (ctxt->out != NULL) xmlFree(ctxt->out);
977 /* Time out */
978 __xmlIOErr(XML_FROM_HTTP, 0, "Connect attempt timed out");
1333 * @contentType: the Content-Type information IN and OUT
1334 * @redir: the redirected URL OUT
1484 ctxt->outptr = ctxt->out = bp;
1486 blen = strlen( ctxt->out );
1488 xmt_bytes = xmlNanoHTTPSend(ctxt, ctxt->out, blen );
1496 xmlNanoHTTPSend(ctxt, ctxt->out, blen );
1589 * @contentType: the Content-Type information IN and OUT