Searched refs:chldev (Results 1 – 2 of 2) sorted by relevance
147 ev_child_init(&ocsp_.chldev, ocsp_chld_cb, 0, 0); in ConnectionHandler()148 ocsp_.chldev.data = this; in ConnectionHandler()157 ev_child_stop(loop_, &ocsp_.chldev); in ~ConnectionHandler()649 assert(!ev_is_active(&ocsp_.chldev)); in start_ocsp_update()667 ev_child_set(&ocsp_.chldev, ocsp_.proc.pid, 0); in start_ocsp_update()668 ev_child_start(loop_, &ocsp_.chldev); in start_ocsp_update()704 ev_child_stop(loop_, &ocsp_.chldev); in handle_ocsp_complete()715 auto rstatus = ocsp_.chldev.rstatus; in handle_ocsp_complete()
84 ev_child chldev; member