Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_spool.c85 http_t *(*httpConnect)(const char *, int); member
230 if ((http = cups->httpConnect("localhost", 631)) == NULL) { in smbd_spool_copyfile()
345 smb_cups.httpConnect = (http_t *(*)(const char *, int)) in smbd_cups_init()
367 smb_cups.httpConnect == NULL || in smbd_cups_init()
/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.h348 extern http_t *httpConnect(const char *host, int port);
H A Dhttp.c354 httpConnect(const char *host, /* I - Host to connect to */ in httpConnect() function