Home
last modified time | relevance | path

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

/external/libxml2/
DxmlIO.c1951 char * http_content = NULL; in xmlIOHTTPCloseWrite() local
1964 content_lgth = xmlZMemBuffGetContent( ctxt->doc_buff, &http_content ); in xmlIOHTTPCloseWrite()
1973 http_content = (char *) xmlBufContent(dctxt->buffer); in xmlIOHTTPCloseWrite()
1977 if ( http_content == NULL ) { in xmlIOHTTPCloseWrite()
1988 http_ctxt = xmlNanoHTTPMethod( ctxt->uri, http_mthd, http_content, in xmlIOHTTPCloseWrite()
2021 fwrite( http_content, sizeof( char ), in xmlIOHTTPCloseWrite()