Searched refs:cli_saved_reply (Results 1 – 2 of 2) sorted by relevance
138 if (cli->cli_saved_reply != NULL) in ilbd_free_cli()139 free(cli->cli_saved_reply); in ilbd_free_cli()562 assert(cli->cli_saved_reply == NULL); in consume_common_struct()563 if ((cli->cli_saved_reply = malloc(rbufsz)) == NULL) { in consume_common_struct()573 bcopy(reply_buf, cli->cli_saved_reply, rbufsz); in consume_common_struct()646 cli->cli_saved_reply = NULL; in new_req()687 if (cli->cli_saved_reply != NULL) { in handle_req()721 assert(cli->cli_saved_reply != NULL); in handle_req()727 if (send(cli->cli_sd, cli->cli_saved_reply, in handle_req()737 free(cli->cli_saved_reply); in handle_req()[all …]
302 ilb_comm_t *cli_saved_reply; member