Searched refs:reqst (Results 1 – 1 of 1) sorted by relevance
106 struct client_request_state *reqst; in test_request_init() local108 reqst = malloc(sizeof(*reqst)); in test_request_init()109 assert(reqst != NULL); in test_request_init()110 reqst->second_round_trip = FALSE; in test_request_init()111 *modreq_out = (krb5_clpreauth_modreq)reqst; in test_request_init()131 struct client_request_state *reqst = (struct client_request_state *)modreq; in test_process() local149 } else if (reqst->second_round_trip) { in test_process()172 reqst->second_round_trip = TRUE; in test_process()