Searched refs:httpConnect (Results 1 – 3 of 3) sorted by relevance
85 http_t *(*httpConnect)(const char *, int); member230 if ((http = cups->httpConnect("localhost", 631)) == NULL) { in smbd_spool_copyfile()358 smb_cups.httpConnect = (http_t *(*)(const char *, int)) in smbd_cups_init()377 smb_cups.httpConnect == NULL || in smbd_cups_init()
350 extern http_t *httpConnect(const char *host, int port);
356 httpConnect(const char *host, /* I - Host to connect to */ in httpConnect() function