Searched refs:opt_reply (Results 1 – 1 of 1) sorted by relevance
1581 static unsigned char *opt_reply; variable1594 opt_reply = realloc(opt_reply, OPT_REPLY_INITIAL_SIZE); in env_opt_start()1595 if (opt_reply == NULL) { in env_opt_start()1598 opt_reply = opt_replyp = opt_replyend = NULL; in env_opt_start()1601 opt_replyp = opt_reply; in env_opt_start()1602 opt_replyend = opt_reply + OPT_REPLY_INITIAL_SIZE; in env_opt_start()1625 if (opt_reply == NULL) /* XXX */1646 opt_reply_used = opt_replyp - opt_reply; /* existing contents */1651 if (opt_reply_size > (opt_replyend - opt_reply)) {1652 opt_reply = realloc(opt_reply, opt_reply_size);[all …]