MCPcopy Create free account
hub / github.com/apache/httpd / sock_read

Function sock_read

modules/generators/mod_cgid.c:424–427  ·  view source on GitHub ↗

As sock_readhdr but without auxiliary fd passing. */

Source from the content-addressed store, hash-verified

422
423/* As sock_readhdr but without auxiliary fd passing. */
424static apr_status_t sock_read(int fd, void *vbuf, size_t buf_size)
425{
426 return sock_readhdr(fd, NULL, vbuf, buf_size);
427}
428
429/* deal with signals
430 */

Callers 2

get_reqFunction · 0.85
get_cgi_pidFunction · 0.85

Calls 1

sock_readhdrFunction · 0.85

Tested by

no test coverage detected