Home
last modified time | relevance | path

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

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