Lines Matching refs:nxt_controller_response_t

41 } nxt_controller_response_t;  typedef
123 nxt_controller_request_t *req, nxt_controller_response_t *resp);
1072 nxt_controller_response_t resp; in nxt_controller_process_request()
1113 nxt_memzero(&resp, sizeof(nxt_controller_response_t)); in nxt_controller_process_request()
1279 nxt_controller_response_t resp; in nxt_controller_process_config()
1283 nxt_memzero(&resp, sizeof(nxt_controller_response_t)); in nxt_controller_process_config()
1574 nxt_controller_response_t resp; in nxt_controller_process_status()
1612 nxt_memzero(&resp, sizeof(nxt_controller_response_t)); in nxt_controller_process_status()
1629 nxt_controller_response_t resp; in nxt_controller_status_handler()
1645 nxt_memzero(&resp, sizeof(nxt_controller_response_t)); in nxt_controller_status_handler()
1667 nxt_controller_response_t resp; in nxt_controller_status_response()
1671 nxt_memzero(&resp, sizeof(nxt_controller_response_t)); in nxt_controller_status_response()
1701 nxt_controller_response_t resp; in nxt_controller_process_cert()
1718 nxt_memzero(&resp, sizeof(nxt_controller_response_t)); in nxt_controller_process_cert()
1877 nxt_controller_response_t resp; in nxt_controller_process_cert_save()
1881 nxt_memzero(&resp, sizeof(nxt_controller_response_t)); in nxt_controller_process_cert_save()
1899 nxt_memzero(&resp, sizeof(nxt_controller_response_t)); in nxt_controller_process_cert_save()
1961 nxt_controller_response_t resp; in nxt_controller_process_script()
1979 nxt_memzero(&resp, sizeof(nxt_controller_response_t)); in nxt_controller_process_script()
2143 nxt_controller_response_t resp; in nxt_controller_process_script_save()
2147 nxt_memzero(&resp, sizeof(nxt_controller_response_t)); in nxt_controller_process_script_save()
2165 nxt_memzero(&resp, sizeof(nxt_controller_response_t)); in nxt_controller_process_script_save()
2241 nxt_controller_response_t resp; in nxt_controller_conf_handler()
2250 nxt_memzero(&resp, sizeof(nxt_controller_response_t)); in nxt_controller_conf_handler()
2286 nxt_controller_response_t resp; in nxt_controller_process_control()
2290 nxt_memzero(&resp, sizeof(nxt_controller_response_t)); in nxt_controller_process_control()
2399 nxt_controller_response_t resp; in nxt_controller_app_restart_handler()
2407 nxt_memzero(&resp, sizeof(nxt_controller_response_t)); in nxt_controller_app_restart_handler()
2479 nxt_controller_response_t *resp) in nxt_controller_response()