Searched defs:httpReconnect (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.c37 * httpReconnect() - Reconnect to a HTTP server...
469 if (!httpReconnect(http))
500 return (httpReconnect(http));
515 * 'httpReconnect()' - Reconnect to a HTTP server...
519 httpReconnect(http_t *http) /* I - HTTP data */ function
525 DEBUG_printf(("httpReconnect(http=%p)\n", http));
2039 httpReconnect(http);

Completed in 62 milliseconds