MCPcopy Create free account
hub / github.com/OpenPrinting/cups / httpGetFd

Function httpGetFd

cups/http.c:962–966  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

960 */
961
962int /* O - File descriptor or -1 if none */
963httpGetFd(http_t *http) /* I - HTTP connection */
964{
965 return (http ? http->fd : -1);
966}
967
968
969/*

Callers 14

timeout_cbFunction · 0.85
process_clientFunction · 0.85
auth.cFile · 0.85
check_admin_accessFunction · 0.85
cupsdAcceptClientFunction · 0.85
cupsdCloseClientFunction · 0.85
cupsdReadClientFunction · 0.85
cupsdWriteClientFunction · 0.85
check_start_tlsFunction · 0.85
write_fileFunction · 0.85
write_pipeFunction · 0.85
send_responseFunction · 0.85

Calls

no outgoing calls

Tested by 1

monitor_printerFunction · 0.68