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

/external/libxml2/
H A DxmlIO.c2042 char * http_content = NULL; local
2055 content_lgth = xmlZMemBuffGetContent( ctxt->doc_buff, &http_content );
2064 http_content = (char *) xmlBufContent(dctxt->buffer);
2068 if ( http_content == NULL ) {
2079 http_ctxt = xmlNanoHTTPMethod( ctxt->uri, http_mthd, http_content,
2112 fwrite( http_content, sizeof( char ),

Completed in 48 milliseconds