Searched refs:storage_size (Results 1 – 1 of 1) sorted by relevance
3187 int storage_size; in read_rr_from_ipc_msg() local3208 if (rdlen > sizeof(RDataBody)) storage_size = rdlen; in read_rr_from_ipc_msg()3209 else storage_size = sizeof(RDataBody); in read_rr_from_ipc_msg()3211 rr = mallocL("read_rr_from_ipc_msg", sizeof(AuthRecord) - sizeof(RDataBody) + storage_size); in read_rr_from_ipc_msg()