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

/vbox/src/libs/libxml2-2.6.31/
H A Dnanohttp.c1280 int xmt_bytes; local
1411 xmt_bytes = xmlNanoHTTPSend(ctxt, ctxt->out, blen );
1412 if ( xmt_bytes != blen )
1415 xmt_bytes, blen,
1424 xmt_bytes = xmlNanoHTTPSend( ctxt, input, ilen );
1426 if ( xmt_bytes != ilen )
1429 xmt_bytes, ilen,

Completed in 45 milliseconds