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

/macosx-10.10.1/libxml2-26/libxml2/
H A DxmlIO.c2028 char * http_content = NULL; local
2041 content_lgth = xmlZMemBuffGetContent( ctxt->doc_buff, &http_content );
2050 http_content = (char *) xmlBufContent(dctxt->buffer);
2054 if ( http_content == NULL ) {
2065 http_ctxt = xmlNanoHTTPMethod( ctxt->uri, http_mthd, http_content,
2098 fwrite( http_content, sizeof( char ),
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A DxmlIO.c1895 char * http_content = NULL; local
1908 content_lgth = xmlZMemBuffGetContent( ctxt->doc_buff, &http_content );
1917 http_content = (char *)dctxt->buffer->content;
1921 if ( http_content == NULL ) {
1932 http_ctxt = xmlNanoHTTPMethod( ctxt->uri, http_mthd, http_content,
1965 fwrite( http_content, sizeof( char ),

Completed in 176 milliseconds