Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.h336 } http_t; typedef
344 extern int httpCheck(http_t *http);
347 extern void httpClose(http_t *http);
354 extern void httpFlush(http_t *http);
355 extern int httpGet(http_t *http, const char *uri);
372 extern int httpPut(http_t *http, const char *uri);
374 extern int httpReconnect(http_t *http);
382 extern http_status_t httpUpdate(http_t *http);
386 extern int httpGetLength(http_t *http);
394 extern void httpClearCookie(http_t *http);
[all …]
H A Dhttp.c117 static int http_wait(http_t *http, int msec);
119 static int http_upgrade(http_t *http);
120 static int http_setup_ssl(http_t *http);
121 static void http_shutdown_ssl(http_t *http);
353 http_t * /* O - New HTTP connection */
377 http_t * /* O - New HTTP connection */
384 http_t *http; /* New HTTP connection */ in httpConnectEncrypt()
431 http = calloc(sizeof(http_t), 1); in httpConnectEncrypt()
905 httpRead(http_t *http, /* I - HTTP data */ in httpRead()
1128 httpWait(http_t *http, /* I - HTTP data */ in httpWait()
[all …]
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_spool.c78 ipp_t *(*cupsDoFileRequest)(http_t *, ipp_t *,
84 void (*httpClose)(http_t *);
85 http_t *(*httpConnect)(const char *, int);
199 http_t *http = NULL; /* HTTP connection to server */ in smbd_spool_copyfile()
332 (ipp_t *(*)(http_t *, ipp_t *, const char *, const char *)) in smbd_cups_init()
343 smb_cups.httpClose = (void (*)(http_t *)) in smbd_cups_init()
345 smb_cups.httpConnect = (http_t *(*)(const char *, int)) in smbd_cups_init()
/illumos-gate/usr/src/lib/print/libpapi-ipp/common/
H A Dpapi_impl.h68 http_t *connection;
H A Dipp-support.c421 http_t *http; in setAuthString()