Home
last modified time | relevance | path

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

/external/libxml2/
DxmlIO.c2017 char * http_content = NULL; in xmlIOHTTPCloseWrite() local
2030 content_lgth = xmlZMemBuffGetContent( ctxt->doc_buff, &http_content ); in xmlIOHTTPCloseWrite()
2039 http_content = (char *)dctxt->buffer->content; in xmlIOHTTPCloseWrite()
2043 if ( http_content == NULL ) { in xmlIOHTTPCloseWrite()
2054 http_ctxt = xmlNanoHTTPMethod( ctxt->uri, http_mthd, http_content, in xmlIOHTTPCloseWrite()
2087 fwrite( http_content, sizeof( char ), in xmlIOHTTPCloseWrite()