Searched refs:OPT_REPLY_SIZE (Results 1 – 2 of 2) sorted by relevance
1428 #define OPT_REPLY_SIZE (2 * SUBBUFSIZE) macro1437 void *tmp = realloc (opt_reply, OPT_REPLY_SIZE); in env_opt_start()1445 opt_reply = (unsigned char *)malloc(OPT_REPLY_SIZE); in env_opt_start()1452 opt_replyend = opt_reply + OPT_REPLY_SIZE; in env_opt_start()1493 opt_replyend += OPT_REPLY_SIZE; in env_opt_add()
1516 #define OPT_REPLY_SIZE (2 * SUBBUFSIZE) macro1525 opt_reply = (unsigned char *)realloc(opt_reply, OPT_REPLY_SIZE); in env_opt_start()1527 opt_reply = (unsigned char *)malloc(OPT_REPLY_SIZE); in env_opt_start()1534 opt_replyend = opt_reply + OPT_REPLY_SIZE; in env_opt_start()1574 opt_replyend += OPT_REPLY_SIZE; in env_opt_add()