Searched refs:opt_replyend (Results 1 – 2 of 2) sorted by relevance
1431 unsigned char *opt_replyend; variable1448 opt_reply = opt_replyp = opt_replyend = NULL; in env_opt_start()1452 opt_replyend = opt_reply + OPT_REPLY_SIZE; in env_opt_start()1489 2 * strlen((char *)ep) + 6 > opt_replyend) in env_opt_add()1493 opt_replyend += OPT_REPLY_SIZE; in env_opt_add()1494 len = opt_replyend - opt_reply; in env_opt_add()1498 opt_reply = opt_replyp = opt_replyend = NULL; in env_opt_add()1502 opt_replyp = opt_reply + len - (opt_replyend - opt_replyp); in env_opt_add()1503 opt_replyend = opt_reply + len; in env_opt_add()1516 if (opt_replyp + (2 + 2) > opt_replyend) in env_opt_add()[all …]
1519 unsigned char *opt_replyend; variable1530 opt_reply = opt_replyp = opt_replyend = NULL; in env_opt_start()1534 opt_replyend = opt_reply + OPT_REPLY_SIZE; in env_opt_start()1571 2 * strlen((char *)ep) + 6 > opt_replyend) in env_opt_add()1574 opt_replyend += OPT_REPLY_SIZE; in env_opt_add()1575 len = opt_replyend - opt_reply; in env_opt_add()1579 opt_reply = opt_replyp = opt_replyend = NULL; in env_opt_add()1582 opt_replyp = opt_reply + len - (opt_replyend - opt_replyp); in env_opt_add()1583 opt_replyend = opt_reply + len; in env_opt_add()1596 if (opt_replyp + (2 + 2) > opt_replyend) in env_opt_add()[all …]