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

/macosx-10.10.1/libxml2-26/libxml2/
H A DxmlIO.c2031 void * http_ctxt = NULL; local
2065 http_ctxt = xmlNanoHTTPMethod( ctxt->uri, http_mthd, http_content,
2069 if ( http_ctxt != NULL ) {
2081 xmlNanoHTTPReturnCode( http_ctxt ) );
2110 while ( (avail = xmlNanoHTTPRead( http_ctxt,
2123 http_rtn = xmlNanoHTTPReturnCode( http_ctxt );
2136 xmlNanoHTTPClose( http_ctxt );
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A DxmlIO.c1898 void * http_ctxt = NULL; local
1932 http_ctxt = xmlNanoHTTPMethod( ctxt->uri, http_mthd, http_content,
1936 if ( http_ctxt != NULL ) {
1948 xmlNanoHTTPReturnCode( http_ctxt ) );
1977 while ( (avail = xmlNanoHTTPRead( http_ctxt,
1990 http_rtn = xmlNanoHTTPReturnCode( http_ctxt );
2003 xmlNanoHTTPClose( http_ctxt );

Completed in 191 milliseconds