| 423 | } |
| 424 | |
| 425 | AP_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 | |
| 432 | AP_DECLARE(void) ap_create_sb_handle(ap_sb_handle_t **new_sbh, apr_pool_t *p, |
| 433 | int child_num, int thread_num) |
no outgoing calls
no test coverage detected