Searched refs:MAXOFFSET (Results 1 – 2 of 2) sorted by relevance
1093 temp_message_ptr = (char *)malloc(req_size+MAXALIGNMENT+MAXOFFSET); in send_dlpi_co_rr()1095 printf("malloc(%d) failed!\n", req_size+MAXALIGNMENT+MAXOFFSET); in send_dlpi_co_rr()1102 send_message.maxlen = req_size+MAXALIGNMENT+MAXOFFSET; in send_dlpi_co_rr()1106 temp_message_ptr = (char *)malloc(rsp_size+MAXALIGNMENT+MAXOFFSET); in send_dlpi_co_rr()1108 printf("malloc(%d) failed!\n", rsp_size+MAXALIGNMENT+MAXOFFSET); in send_dlpi_co_rr()1115 recv_message.maxlen = rsp_size+MAXALIGNMENT+MAXOFFSET; in send_dlpi_co_rr()2467 temp_message_ptr = (char *)malloc(req_size+MAXALIGNMENT+MAXOFFSET); in send_dlpi_cl_rr()2469 printf("malloc(%d) failed!\n", req_size+MAXALIGNMENT+MAXOFFSET); in send_dlpi_cl_rr()2480 temp_message_ptr = (char *)malloc(rsp_size+MAXALIGNMENT+MAXOFFSET); in send_dlpi_cl_rr()2482 printf("malloc(%d) failed!\n", rsp_size+MAXALIGNMENT+MAXOFFSET); in send_dlpi_cl_rr()
28 #define MAXOFFSET 4096 macro29 #define DATABUFFERLEN MAXMESSAGESIZE+MAXALIGNMENT+MAXOFFSET