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

/external/chromium_org/third_party/libxml/src/
H A Dnanohttp.c1349 int xmt_bytes; local
1480 xmt_bytes = xmlNanoHTTPSend(ctxt, ctxt->out, blen );
1481 if ( xmt_bytes != blen )
1484 xmt_bytes, blen,
1493 xmt_bytes = xmlNanoHTTPSend( ctxt, input, ilen );
1495 if ( xmt_bytes != ilen )
1498 xmt_bytes, ilen,
/external/libxml2/
H A Dnanohttp.c1357 int xmt_bytes; local
1488 xmt_bytes = xmlNanoHTTPSend(ctxt, ctxt->out, blen );
1489 if ( xmt_bytes != blen )
1492 xmt_bytes, blen,
1501 xmt_bytes = xmlNanoHTTPSend( ctxt, input, ilen );
1503 if ( xmt_bytes != ilen )
1506 xmt_bytes, ilen,

Completed in 1316 milliseconds