Searched refs:xmlNanoHTTPSend (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dnanohttp.c439 * xmlNanoHTTPSend:
447 xmlNanoHTTPSend(xmlNanoHTTPCtxtPtr ctxt, const char *xmt_ptr, int outlen) function
1480 xmt_bytes = xmlNanoHTTPSend(ctxt, ctxt->out, blen );
1488 xmlNanoHTTPSend(ctxt, ctxt->out, blen );
1493 xmt_bytes = xmlNanoHTTPSend( ctxt, input, ilen );
1502 xmlNanoHTTPSend( ctxt, input, ilen );
/external/libxml2/
H A Dnanohttp.c444 * xmlNanoHTTPSend:
452 xmlNanoHTTPSend(xmlNanoHTTPCtxtPtr ctxt, const char *xmt_ptr, int outlen) function
1488 xmt_bytes = xmlNanoHTTPSend(ctxt, ctxt->out, blen );
1496 xmlNanoHTTPSend(ctxt, ctxt->out, blen );
1501 xmt_bytes = xmlNanoHTTPSend( ctxt, input, ilen );
1510 xmlNanoHTTPSend( ctxt, input, ilen );

Completed in 1460 milliseconds