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

Function ap_create_sb_handle

server/scoreboard.c:432–437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

430}
431
432AP_DECLARE(void) ap_create_sb_handle(ap_sb_handle_t **new_sbh, apr_pool_t *p,
433 int child_num, int thread_num)
434{
435 *new_sbh = (ap_sb_handle_t *)apr_palloc(p, sizeof(ap_sb_handle_t));
436 ap_update_sb_handle(*new_sbh, child_num, thread_num);
437}
438
439static void copy_request(char *rbuf, apr_size_t rbuflen, request_rec *r)
440{

Callers 6

child_mainFunction · 0.85
worker_mainFunction · 0.85
process_socketFunction · 0.85
worker_mainFunction · 0.85
worker_mainFunction · 0.85
process_socketFunction · 0.85

Calls 1

ap_update_sb_handleFunction · 0.85

Tested by

no test coverage detected