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 in struct:smb_cups_ops
230 if ((http = cups->httpConnect("localhost", 631)) == NULL) {
358 smb_cups.httpConnect = (http_t *(*)(const char *, int))
359 dlsym(smb_cups.cups_hdl, "httpConnect");
377 smb_cups.httpConnect == NULL ||
/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.h350 extern http_t *httpConnect(const char *host, int port);
H A Dhttp.c34 * httpConnect() - Connect to a HTTP server.
352 * 'httpConnect()' - Connect to a HTTP server.
356 httpConnect(const char *host, /* I - Host to connect to */ function

Completed in 65 milliseconds