Searched refs:cli_saved_reply (Results 1 – 2 of 2) sorted by relevance
137 if (cli->cli_saved_reply != NULL) in ilbd_free_cli()138 free(cli->cli_saved_reply); in ilbd_free_cli()561 assert(cli->cli_saved_reply == NULL); in consume_common_struct()562 if ((cli->cli_saved_reply = malloc(rbufsz)) == NULL) { in consume_common_struct()572 bcopy(reply_buf, cli->cli_saved_reply, rbufsz); in consume_common_struct()645 cli->cli_saved_reply = NULL; in new_req()686 if (cli->cli_saved_reply != NULL) { in handle_req()720 assert(cli->cli_saved_reply != NULL); in handle_req()726 if (send(cli->cli_sd, cli->cli_saved_reply, in handle_req()736 free(cli->cli_saved_reply); in handle_req()[all …]
302 ilb_comm_t *cli_saved_reply; member