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

Function ap_update_sb_handle

server/scoreboard.c:425–430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

423}
424
425AP_DECLARE(void) ap_update_sb_handle(ap_sb_handle_t *sbh,
426 int child_num, int thread_num)
427{
428 sbh->child_num = child_num;
429 sbh->thread_num = thread_num;
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)

Callers 2

ap_create_sb_handleFunction · 0.85
process_socketFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected