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

/vbox/src/libs/libxml2-2.6.31/
H A DxmlIO.c1847 char * http_content = NULL; local
1860 content_lgth = xmlZMemBuffGetContent( ctxt->doc_buff, &http_content );
1869 http_content = (char *)dctxt->buffer->content;
1873 if ( http_content == NULL ) {
1884 http_ctxt = xmlNanoHTTPMethod( ctxt->uri, http_mthd, http_content,
1917 fwrite( http_content, sizeof( char ),

Completed in 96 milliseconds