next_free_slot 312 Zend/zend_alloc.c zend_mm_free_slot *next_free_slot; next_free_slot 1259 Zend/zend_alloc.c p->next_free_slot = (zend_mm_free_slot*)((char*)p + bin_data_size[bin_num]);; next_free_slot 1270 Zend/zend_alloc.c p->next_free_slot = NULL; next_free_slot 1295 Zend/zend_alloc.c heap->free_slot[bin_num] = p->next_free_slot; next_free_slot 1318 Zend/zend_alloc.c p->next_free_slot = heap->free_slot[bin_num]; next_free_slot 1917 Zend/zend_alloc.c p = p->next_free_slot; next_free_slot 1943 Zend/zend_alloc.c p = p->next_free_slot;; next_free_slot 1946 Zend/zend_alloc.c q = &p->next_free_slot; next_free_slot 51 sapi/fpm/fpm/events/poll.c static int next_free_slot = 0; next_free_slot 191 sapi/fpm/fpm/events/poll.c if (pollfds[next_free_slot].fd == -1) { next_free_slot 193 sapi/fpm/fpm/events/poll.c pollfds[next_free_slot].fd = ev->fd; next_free_slot 194 sapi/fpm/fpm/events/poll.c pollfds[next_free_slot].events = POLLIN; next_free_slot 197 sapi/fpm/fpm/events/poll.c ev->index = next_free_slot++; next_free_slot 198 sapi/fpm/fpm/events/poll.c if (next_free_slot >= npollfds) { next_free_slot 199 sapi/fpm/fpm/events/poll.c next_free_slot = 0; next_free_slot 216 sapi/fpm/fpm/events/poll.c ev->index = next_free_slot++; next_free_slot 217 sapi/fpm/fpm/events/poll.c if (next_free_slot >= npollfds) { next_free_slot 218 sapi/fpm/fpm/events/poll.c next_free_slot = 0; next_free_slot 238 sapi/fpm/fpm/events/poll.c next_free_slot = ev->index; next_free_slot 259 sapi/fpm/fpm/events/poll.c next_free_slot = i;