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");
1334 * @contentType: the Content-Type information IN and OUT
1335 * @redir: the redirected URL OUT
1485 ctxt->outptr = ctxt->out = bp;
1487 blen = strlen( ctxt->out );
1489 xmt_bytes = xmlNanoHTTPSend(ctxt, ctxt->out, blen );
1497 xmlNanoHTTPSend(ctxt, ctxt->out, blen );
1590 * @contentType: the Content-Type information IN and OUT