Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
962
int /* O - File descriptor or -1 if none */
963
httpGetFd(http_t *http) /* I - HTTP connection */
964
{
965
return (http ? http->fd : -1);
966
}
967
968
969
/*
Callers
14
timeout_cb
Function · 0.85
process_client
Function · 0.85
auth.c
File · 0.85
check_admin_access
Function · 0.85
cupsdAcceptClient
Function · 0.85
cupsdCloseClient
Function · 0.85
cupsdReadClient
Function · 0.85
cupsdWriteClient
Function · 0.85
check_start_tls
Function · 0.85
write_file
Function · 0.85
write_pipe
Function · 0.85
send_response
Function · 0.85
Calls
no outgoing calls
Tested by
1
monitor_printer
Function · 0.68