Searched refs:content_lgth (Results 1 – 2 of 2) sorted by relevance
/external/cronet/third_party/libxml/src/ |
D | xmlIO.c | 1948 int content_lgth = 0; in xmlIOHTTPCloseWrite() local 1964 content_lgth = xmlZMemBuffGetContent( ctxt->doc_buff, &http_content ); in xmlIOHTTPCloseWrite() 1974 content_lgth = xmlBufUse(dctxt->buffer); in xmlIOHTTPCloseWrite() 1990 content_lgth ); in xmlIOHTTPCloseWrite() 2021 fwrite( http_content, 1, content_lgth, tst_file ); in xmlIOHTTPCloseWrite() 2052 http_mthd, content_lgth, in xmlIOHTTPCloseWrite()
|
/external/libxml2/ |
D | xmlIO.c | 1948 int content_lgth = 0; in xmlIOHTTPCloseWrite() local 1964 content_lgth = xmlZMemBuffGetContent( ctxt->doc_buff, &http_content ); in xmlIOHTTPCloseWrite() 1974 content_lgth = xmlBufUse(dctxt->buffer); in xmlIOHTTPCloseWrite() 1990 content_lgth ); in xmlIOHTTPCloseWrite() 2021 fwrite( http_content, 1, content_lgth, tst_file ); in xmlIOHTTPCloseWrite() 2052 http_mthd, content_lgth, in xmlIOHTTPCloseWrite()
|