Searched refs:opt_replyend (Results 1 – 1 of 1) sorted by relevance
1585 static unsigned char *opt_replyend; variable1600 opt_reply = opt_replyp = opt_replyend = NULL; in env_opt_start()1604 opt_replyend = opt_reply + OPT_REPLY_INITIAL_SIZE; in env_opt_start()1653 if (opt_reply_size > (opt_replyend - opt_reply)) {1659 opt_reply = opt_replyp = opt_replyend = NULL;1663 opt_replyend = opt_reply + opt_reply_size;1736 opt_reply = opt_replyp = opt_replyend = NULL;