Searched refs:ab_close (Results 1 – 3 of 3) sorted by relevance
94 void (*ab_close)(struct appl_backend *, enum appl_close_reason); member
1417 if (invalid && backend->ab_fn->ab_close != NULL) { in appl_response()1420 backend->ab_fn->ab_close(backend, APPL_CLOSE_REASONPARSEERROR); in appl_response()
108 .ab_close = appl_agentx_forceclose,