Searched refs:old_alloc (Results 1 – 2 of 2) sorted by relevance
690 u_int i, old_alloc, new_alloc; in new_socket() local706 old_alloc = sockets_alloc; in new_socket()709 for (i = old_alloc; i < new_alloc; i++) in new_socket()712 sockets[old_alloc].fd = fd; in new_socket()713 buffer_init(&sockets[old_alloc].input); in new_socket()714 buffer_init(&sockets[old_alloc].output); in new_socket()715 buffer_init(&sockets[old_alloc].request); in new_socket()716 sockets[old_alloc].type = type; in new_socket()
2929 Idx old_alloc = path->alloc; in check_arrival() local2930 Idx new_alloc = old_alloc + last_str + mctx->max_mb_elem_len + 1; in check_arrival()2931 if (BE (new_alloc < old_alloc, 0) in check_arrival()2939 memset (new_array + old_alloc, '\0', in check_arrival()2940 sizeof (re_dfastate_t *) * (path->alloc - old_alloc)); in check_arrival()