Searched refs:opt_reply (Results 1 – 1 of 1) sorted by relevance
1583 static unsigned char *opt_reply; variable1596 opt_reply = realloc(opt_reply, OPT_REPLY_INITIAL_SIZE); in env_opt_start()1597 if (opt_reply == NULL) { in env_opt_start()1600 opt_reply = opt_replyp = opt_replyend = NULL; in env_opt_start()1603 opt_replyp = opt_reply; in env_opt_start()1604 opt_replyend = opt_reply + OPT_REPLY_INITIAL_SIZE; in env_opt_start()1627 if (opt_reply == NULL) /* XXX */1648 opt_reply_used = opt_replyp - opt_reply; /* existing contents */1653 if (opt_reply_size > (opt_replyend - opt_reply)) {1654 opt_reply = realloc(opt_reply, opt_reply_size);[all …]