next 33 TSRM/TSRM.c tsrm_tls_entry *next; next 180 TSRM/TSRM.c next_p = p->next; next 264 TSRM/TSRM.c p = p->next; next 286 TSRM/TSRM.c (*thread_resources_ptr)->next = NULL; next 365 TSRM/TSRM.c if (thread_resources->next) { next 366 TSRM/TSRM.c thread_resources = thread_resources->next; next 368 TSRM/TSRM.c allocate_new_resource(&thread_resources->next, thread_id); next 392 TSRM/TSRM.c tsrm_tls_entry *next, *thread_resources = (tsrm_tls_entry*)context; next 396 TSRM/TSRM.c next = thread_resources->next; next 408 TSRM/TSRM.c thread_resources = next; next 473 TSRM/TSRM.c last->next = thread_resources->next; next 475 TSRM/TSRM.c tsrm_tls_table[hash_value] = thread_resources->next; next 481 TSRM/TSRM.c if (thread_resources->next) { next 484 TSRM/TSRM.c thread_resources = thread_resources->next; next 515 TSRM/TSRM.c last->next = thread_resources->next; next 517 TSRM/TSRM.c tsrm_tls_table[hash_value] = thread_resources->next; next 521 TSRM/TSRM.c thread_resources = last->next; next 526 TSRM/TSRM.c if (thread_resources->next) { next 529 TSRM/TSRM.c thread_resources = thread_resources->next; next 558 TSRM/TSRM.c p = p->next; next 288 Zend/zend_alloc.c zend_mm_chunk *next; next 318 Zend/zend_alloc.c zend_mm_huge_list *next; next 860 Zend/zend_alloc.c chunk->next = heap->main_chunk; next 862 Zend/zend_alloc.c chunk->prev->next = chunk; next 863 Zend/zend_alloc.c chunk->next->prev = chunk; next 1016 Zend/zend_alloc.c if (chunk->next == heap->main_chunk) { next 1021 Zend/zend_alloc.c heap->cached_chunks = chunk->next; next 1075 Zend/zend_alloc.c chunk = chunk->next; next 1111 Zend/zend_alloc.c chunk->next->prev = chunk->prev; next 1112 Zend/zend_alloc.c chunk->prev->next = chunk->next; next 1117 Zend/zend_alloc.c chunk->next = heap->cached_chunks; next 1127 Zend/zend_alloc.c chunk->next = heap->cached_chunks->next; next 1668 Zend/zend_alloc.c list->next = heap->huge_list; next 1688 Zend/zend_alloc.c prev->next = list->next; next 1690 Zend/zend_alloc.c heap->huge_list = list->next; next 1697 Zend/zend_alloc.c list = list->next; next 1710 Zend/zend_alloc.c list = list->next; next 1735 Zend/zend_alloc.c list = list->next; next 1843 Zend/zend_alloc.c chunk->next = chunk; next 1979 Zend/zend_alloc.c zend_mm_chunk *next_chunk = chunk->next; next 1984 Zend/zend_alloc.c chunk = chunk->next; next 2048 Zend/zend_alloc.c p = p->next; next 2057 Zend/zend_alloc.c zend_mm_huge_list *p = list->next; next 2061 Zend/zend_alloc.c prev->next = p->next; next 2068 Zend/zend_alloc.c p = prev->next; next 2103 Zend/zend_alloc.c heap->huge_list = list = list->next; next 2173 Zend/zend_alloc.c p = p->next; next 2210 Zend/zend_alloc.c list = list->next; next 2215 Zend/zend_alloc.c p = heap->main_chunk->next; next 2217 Zend/zend_alloc.c zend_mm_chunk *q = p->next; next 2218 Zend/zend_alloc.c p->next = heap->cached_chunks; next 2229 Zend/zend_alloc.c heap->cached_chunks = p->next; next 2242 Zend/zend_alloc.c heap->cached_chunks = p->next; next 2249 Zend/zend_alloc.c zend_mm_chunk *q = p->next; next 2251 Zend/zend_alloc.c p->next = q; next 2263 Zend/zend_alloc.c p->next = p; next 2803 Zend/zend_alloc.c chunk->next = chunk; next 262 Zend/zend_extensions.c for (element = zend_extensions.head; element; element = element->next) { next 44 Zend/zend_gc.c gc_additional_buffer *next; next 119 Zend/zend_gc.c root->next->prev = root->prev; next 120 Zend/zend_gc.c root->prev->next = root->next; next 141 Zend/zend_gc.c gc_globals->roots.next = &gc_globals->roots; next 146 Zend/zend_gc.c gc_globals->to_free.next = &gc_globals->to_free; next 193 Zend/zend_gc.c GC_G(roots).next = &GC_G(roots); next 196 Zend/zend_gc.c GC_G(to_free).next = &GC_G(to_free); next 269 Zend/zend_gc.c newRoot->next = GC_G(roots).next; next 271 Zend/zend_gc.c GC_G(roots).next->prev = newRoot; next 272 Zend/zend_gc.c GC_G(roots).next = newRoot; next 297 Zend/zend_gc.c GC_G(next_to_free) = root->next; next 527 Zend/zend_gc.c gc_root_buffer *current = GC_G(roots).next; next 533 Zend/zend_gc.c current = current->next; next 636 Zend/zend_gc.c gc_root_buffer *current = GC_G(roots).next; next 640 Zend/zend_gc.c current = current->next; next 673 Zend/zend_gc.c new_buffer->next = *additional_buffer; next 690 Zend/zend_gc.c buf->next = GC_G(roots).next; next 692 Zend/zend_gc.c GC_G(roots).next->prev = buf; next 693 Zend/zend_gc.c GC_G(roots).next = buf; next 837 Zend/zend_gc.c gc_root_buffer *current = GC_G(roots).next; next 841 Zend/zend_gc.c gc_root_buffer *next = current->next; next 846 Zend/zend_gc.c current = next; next 849 Zend/zend_gc.c current = GC_G(roots).next; next 855 Zend/zend_gc.c current = current->next; next 859 Zend/zend_gc.c if (GC_G(roots).next != &GC_G(roots)) { next 860 Zend/zend_gc.c if (GC_G(to_free).next == &GC_G(to_free)) { next 862 Zend/zend_gc.c GC_G(to_free).next = GC_G(roots).next; next 864 Zend/zend_gc.c GC_G(to_free).next->prev = &GC_G(to_free); next 865 Zend/zend_gc.c GC_G(to_free).prev->next = &GC_G(to_free); next 868 Zend/zend_gc.c GC_G(to_free).prev->next = GC_G(roots).next; next 869 Zend/zend_gc.c GC_G(roots).next->prev = GC_G(to_free).prev; next 870 Zend/zend_gc.c GC_G(roots).prev->next = &GC_G(to_free); next 874 Zend/zend_gc.c GC_G(roots).next = &GC_G(roots); next 984 Zend/zend_gc.c if (GC_G(roots).next != &GC_G(roots)) { next 985 Zend/zend_gc.c gc_root_buffer *current, *next, *orig_next_to_free; next 1020 Zend/zend_gc.c if (GC_G(to_free).next == &GC_G(to_free)) { next 1027 Zend/zend_gc.c to_free.next = GC_G(to_free).next; next 1029 Zend/zend_gc.c to_free.next->prev = &to_free; next 1030 Zend/zend_gc.c to_free.prev->next = &to_free; next 1033 Zend/zend_gc.c GC_G(to_free).next = &GC_G(to_free); next 1047 Zend/zend_gc.c current = to_free.next; next 1050 Zend/zend_gc.c current = current->next; next 1054 Zend/zend_gc.c current = to_free.next; next 1057 Zend/zend_gc.c GC_G(next_to_free) = current->next; next 1076 Zend/zend_gc.c current = to_free.next; next 1078 Zend/zend_gc.c GC_G(next_to_free) = current->next; next 1090 Zend/zend_gc.c current = to_free.next; next 1093 Zend/zend_gc.c GC_G(next_to_free) = current->next; next 1123 Zend/zend_gc.c current = to_free.next; next 1125 Zend/zend_gc.c next = current->next; next 1132 Zend/zend_gc.c current = next; next 1136 Zend/zend_gc.c gc_additional_buffer *next = additional_buffer->next; next 1138 Zend/zend_gc.c additional_buffer = next; next 65 Zend/zend_gc.h struct _gc_root_buffer *next; /* double-linked list */ next 118 Zend/zend_generators.c zend_generator *root = generator->node.ptr.root, *next; next 120 Zend/zend_generators.c next = zend_generator_get_child(&root->node, generator); next 122 Zend/zend_generators.c root = next; next 397 Zend/zend_generators.c zend_generator *next = generator->node.parent; next 402 Zend/zend_generators.c while (next) { next 403 Zend/zend_generators.c if (next->node.children > 1) { next 404 Zend/zend_generators.c if (next->node.children > 4) { next 405 Zend/zend_generators.c zend_generator *child = zend_hash_index_find_ptr(&next->node.child.ht, (zend_ulong) generator); next 406 Zend/zend_generators.c zend_hash_index_del(&next->node.child.ht, (zend_ulong) generator); next 407 Zend/zend_generators.c zend_hash_index_add_ptr(&next->node.child.ht, (zend_ulong) leaf, child); next 409 Zend/zend_generators.c switch (next->node.children) { next 411 Zend/zend_generators.c if (next->node.child.array[x].leaf == generator) { \ next 412 Zend/zend_generators.c next->node.child.array[x].leaf = leaf; \ next 427 Zend/zend_generators.c next->node.ptr.leaf = leaf; next 428 Zend/zend_generators.c next = next->node.parent; next 837 Zend/zend_generators.c ZEND_METHOD(Generator, next) next 1109 Zend/zend_generators.c ZEND_ME(Generator, next, arginfo_generator_void, ZEND_ACC_PUBLIC) next 513 Zend/zend_interfaces.c ZEND_ABSTRACT_ME(iterator, next, NULL) next 41 Zend/zend_llist.c tmp->next = NULL; next 43 Zend/zend_llist.c l->tail->next = tmp; next 58 Zend/zend_llist.c tmp->next = l->head; next 74 Zend/zend_llist.c (current)->prev->next = (current)->next;\ next 76 Zend/zend_llist.c (l)->head = (current)->next;\ next 78 Zend/zend_llist.c if ((current)->next) {\ next 79 Zend/zend_llist.c (current)->next->prev = (current)->prev;\ next 99 Zend/zend_llist.c current = current->next; next 106 Zend/zend_llist.c zend_llist_element *current=l->head, *next; next 109 Zend/zend_llist.c next = current->next; next 114 Zend/zend_llist.c current = next; next 136 Zend/zend_llist.c old_tail->prev->next = NULL; next 159 Zend/zend_llist.c ptr = ptr->next; next 166 Zend/zend_llist.c zend_llist_element *element, *next; next 170 Zend/zend_llist.c next = element->next; next 174 Zend/zend_llist.c element = next; next 183 Zend/zend_llist.c for (element=l->head; element; element=element->next) { next 211 Zend/zend_llist.c for (element=l->head; element; element=element->next) { next 223 Zend/zend_llist.c elements[i-1]->next = elements[i]; next 225 Zend/zend_llist.c elements[i-1]->next = NULL; next 235 Zend/zend_llist.c for (element=l->head; element; element=element->next) { next 247 Zend/zend_llist.c for (element=l->head; element; element=element->next) { next 291 Zend/zend_llist.c *current = (*current)->next; next 26 Zend/zend_llist.h struct _zend_llist_element *next; next 96 Zend/zend_signal.c qtmp = queue->next; next 97 Zend/zend_signal.c queue->next = SIGG(pavail); next 108 Zend/zend_signal.c SIGG(pavail) = queue->next; next 112 Zend/zend_signal.c queue->next = NULL; next 115 Zend/zend_signal.c SIGG(ptail)->next = queue; next 145 Zend/zend_signal.c SIGG(phead) = queue->next; next 147 Zend/zend_signal.c queue->next = SIGG(pavail); next 335 Zend/zend_signal.c queue->next = zend_signal_globals->pavail; next 52 Zend/zend_signal.h struct _zend_signal_queue_t *next; next 539 Zend/zend_strtod.c struct Bigint *next; next 596 Zend/zend_strtod.c freelist[k] = rv->next; next 644 Zend/zend_strtod.c v->next = freelist[v->k]; next 982 Zend/zend_strtod.c p5->next = 0; next 987 Zend/zend_strtod.c p5->next = 0; next 998 Zend/zend_strtod.c if (!(p51 = p5->next)) { next 1001 Zend/zend_strtod.c if (!(p51 = p5->next)) { next 1002 Zend/zend_strtod.c p51 = p5->next = mult(p5,p5); next 1003 Zend/zend_strtod.c p51->next = 0; next 1007 Zend/zend_strtod.c p51 = p5->next = mult(p5,p5); next 1008 Zend/zend_strtod.c p51->next = 0; next 4541 Zend/zend_strtod.c *listp = tmp->next; next 135 Zend/zend_types.h uint32_t next; /* hash collision chain */ next 351 Zend/zend_types.h #define Z_NEXT(zval) (zval).u2.next next 639 Zend/zend_virtual_cwd.c p = p->next; next 658 Zend/zend_virtual_cwd.c *bucket = (*bucket)->next; next 670 Zend/zend_virtual_cwd.c bucket = &(*bucket)->next; next 715 Zend/zend_virtual_cwd.c bucket->next = CWDG(realpath_cache)[n]; next 731 Zend/zend_virtual_cwd.c *bucket = (*bucket)->next; next 744 Zend/zend_virtual_cwd.c bucket = &(*bucket)->next; next 217 Zend/zend_virtual_cwd.h struct _realpath_cache_bucket *next; next 48 ext/bcmath/libbcmath/src/output.c struct stk_rec *next; next 158 ext/bcmath/libbcmath/src/output.c temp->next = digits; next 170 ext/bcmath/libbcmath/src/output.c digits = digits->next; next 402 ext/com_dotnet/com_wrapper.c ulong next = id+1; next 405 ext/com_dotnet/com_wrapper.c while(!zend_hash_index_exists(disp->dispid_to_name, next)) next 406 ext/com_dotnet/com_wrapper.c next++; next 408 ext/com_dotnet/com_wrapper.c if (zend_hash_index_exists(disp->dispid_to_name, next)) { next 409 ext/com_dotnet/com_wrapper.c *pid = next; next 1813 ext/curl/interface.c for (slist = ci->certinfo[i]; slist; slist = slist->next) { next 3111 ext/curl/interface.c slist = slist->next; next 86 ext/dba/libcdb/cdb_make.c head->next = c->head; next 153 ext/dba/libcdb/cdb_make.c for (x = c->head; x; x = x->next) { next 186 ext/dba/libcdb/cdb_make.c for (x = c->head; x; x = x->next) { next 225 ext/dba/libcdb/cdb_make.c x = x->next; next 38 ext/dba/libcdb/cdb_make.h struct cdb_hplist *next; next 106 ext/dba/libinifile/inifile.c inifile_line_free(&dba->next); next 250 ext/dba/libinifile/inifile.c if (skip == -1 && dba->next.key.group && dba->next.key.name && !inifile_key_cmp(&dba->next.key, key)) { next 252 ext/dba/libinifile/inifile.c php_stream_seek(dba->fp, dba->next.pos, SEEK_SET); next 257 ext/dba/libinifile/inifile.c inifile_line_free(&dba->next); next 267 ext/dba/libinifile/inifile.c inifile_line_free(&dba->next); next 268 ext/dba/libinifile/inifile.c dba->next = ln; next 269 ext/dba/libinifile/inifile.c dba->next.pos = php_stream_tell(dba->fp); next 281 ext/dba/libinifile/inifile.c dba->next.pos = php_stream_tell(dba->fp); next 335 ext/dba/libinifile/inifile.c inifile_line_free(&dba->next); next 45 ext/dba/libinifile/inifile.h line_type next; next 1680 ext/dom/document.c cur = cur->next; next 1700 ext/dom/document.c cur = cur->next; next 1710 ext/dom/document.c cur = cur->next; next 1746 ext/dom/document.c root = root->next; next 2187 ext/dom/document.c for (node = node->children; node; node = node->next) { next 97 ext/dom/documentfragment.c cur = cur->next; next 100 ext/dom/documentfragment.c prop = prop->next; next 107 ext/dom/documentfragment.c cur = cur->next; next 202 ext/dom/documenttype.c cur = cur->next; next 211 ext/dom/dom_iterators.c curnode = curnode->next; next 290 ext/dom/element.c ns = ns->next; next 309 ext/dom/element.c nsPtr = nsPtr->next; next 789 ext/dom/element.c tmpnsptr = nsptr->next; next 796 ext/dom/element.c tmpnsptr = tmpnsptr->next; next 107 ext/dom/namednodemap.c while (curnode->next != NULL) { next 109 ext/dom/namednodemap.c curnode = curnode->next; next 243 ext/dom/namednodemap.c curnode = (xmlNodePtr)curnode->next; next 171 ext/dom/node.c nsdftptr = curns->next; next 175 ext/dom/node.c curns->next = NULL; next 179 ext/dom/node.c prevns->next = nsdftptr; next 550 ext/dom/node.c nextsib = nodep->next; next 740 ext/dom/node.c curns = curns->next; next 877 ext/dom/node.c prevsib->next = newchild; next 883 ext/dom/node.c fragment->last->next = nextsib; next 901 ext/dom/node.c node = node->next; next 983 ext/dom/node.c new_child->next = refp; next 987 ext/dom/node.c new_child->prev->next = new_child; next 1033 ext/dom/node.c child->next = new_child; next 1128 ext/dom/node.c children = children->next; next 1135 ext/dom/node.c nextsib = oldchild->next; next 1204 ext/dom/node.c children = children->next; next 1278 ext/dom/node.c child->next = new_child; next 76 ext/dom/nodelist.c while (curnode->next != NULL) { next 78 ext/dom/nodelist.c curnode = curnode->next; next 147 ext/dom/nodelist.c curnode = curnode->next; next 1001 ext/dom/php_dom.c node = node->next; next 1361 ext/dom/php_dom.c nodep = nodep->next; next 1379 ext/dom/php_dom.c nextp = child->next; next 1382 ext/dom/php_dom.c newnextp = nextp->next; next 1399 ext/dom/php_dom.c attr = attr->next; next 1408 ext/dom/php_dom.c child = child->next; next 1433 ext/dom/php_dom.c while (cur->next != NULL) { next 1434 ext/dom/php_dom.c cur = cur->next; next 1436 ext/dom/php_dom.c cur->next = ns; next 1522 ext/dom/php_dom.c cur = cur->next; next 1531 ext/dom/php_dom.c cur = cur->next; next 121 ext/dom/text.c node = node->next; next 393 ext/fileinfo/libmagic/apprentice.c mlp->prev->next = ml; next 395 ext/fileinfo/libmagic/apprentice.c ml->next = mlp; next 540 ext/fileinfo/libmagic/apprentice.c mlist->next = mlist->prev = mlist; next 547 ext/fileinfo/libmagic/apprentice.c struct mlist *ml, *next; next 552 ext/fileinfo/libmagic/apprentice.c ml = mlist->next; next 553 ext/fileinfo/libmagic/apprentice.c for (ml = mlist->next; (next = ml->next) != NULL; ml = next) { next 884 ext/fileinfo/libmagic/apprentice.c for (ml = mlist->next; ml != mlist; ml = ml->next) { next 3255 ext/fileinfo/libmagic/apprentice.c for (ml = mlist->next; ml != mlist; ml = ml->next) { next 358 ext/fileinfo/libmagic/file.h struct mlist *next, *prev; next 93 ext/fileinfo/libmagic/softmagic.c for (ml = ms->mlist[0]->next; ml != ms->mlist[0]; ml = ml->next) next 84 ext/gd/gdcache.c elem = elem->next; next 107 ext/gd/gdcache.c prev->next = elem->next; next 108 ext/gd/gdcache.c elem->next = head->mru; next 115 ext/gd/gdcache.c elem = elem->next; next 128 ext/gd/gdcache.c prevprev->next = NULL; next 133 ext/gd/gdcache.c elem->next = head->mru; next 60 ext/gd/gdcache.h gdCache_element_t *next; next 429 ext/gd/libgd/gd_jpeg.c marker = marker->next; next 84 ext/gd/libgd/gdcache.c elem = elem->next; next 105 ext/gd/libgd/gdcache.c prev->next = elem->next; next 106 ext/gd/libgd/gdcache.c elem->next = head->mru; next 113 ext/gd/libgd/gdcache.c elem = elem->next; next 129 ext/gd/libgd/gdcache.c prevprev->next = NULL; next 134 ext/gd/libgd/gdcache.c elem->next = head->mru; next 59 ext/gd/libgd/gdcache.h gdCache_element_t *next; next 826 ext/gd/libgd/gdft.c char *next; next 954 ext/gd/libgd/gdft.c next = tmpstr; next 957 ext/gd/libgd/gdft.c next = string; next 962 ext/gd/libgd/gdft.c while (*next) { next 963 ext/gd/libgd/gdft.c ch = *next; next 972 ext/gd/libgd/gdft.c next++; next 977 ext/gd/libgd/gdft.c if (!*(++next)) break; next 1002 ext/gd/libgd/gdft.c len = gdTcl_UtfToUniChar (next, &ch); next 1004 ext/gd/libgd/gdft.c next += len; next 1013 ext/gd/libgd/gdft.c len = gdTcl_UtfToUniChar(next, &ch); next 1014 ext/gd/libgd/gdft.c next += len; next 1021 ext/gd/libgd/gdft.c c = *next; next 1023 ext/gd/libgd/gdft.c next++; next 1024 ext/gd/libgd/gdft.c jiscode = 0x100 * (c & 0x7F) + ((*next) & 0x7F); next 1047 ext/gd/libgd/gdft.c if (*next) next++; next 1056 ext/gd/libgd/gdft.c ch = (*next) & 0xFF; /* don't extend sign */ next 1057 ext/gd/libgd/gdft.c next++; next 1059 ext/gd/libgd/gdft.c && *next) { /* don't advance past '\0' */ next 1061 ext/gd/libgd/gdft.c ch = (ch * 256) + ((*next) & 255); next 1062 ext/gd/libgd/gdft.c next++; next 674 ext/imap/php_imap.c FOBJECTLIST *cur, *next; next 676 ext/imap/php_imap.c for (cur=*foblist, next=cur->next; cur; cur=next) { next 677 ext/imap/php_imap.c next = cur->next; next 714 ext/imap/php_imap.c mail_free_errorlist (&(*errlist)->next); next 740 ext/imap/php_imap.c MESSAGELIST *cur, *next; next 742 ext/imap/php_imap.c for (cur = *msglist, next = cur->next; cur; cur = next) { next 743 ext/imap/php_imap.c next = cur->next; next 767 ext/imap/php_imap.c for(; qlist; qlist = qlist->next) { next 792 ext/imap/php_imap.c for(; alist; alist = alist->next) { next 1081 ext/imap/php_imap.c ecur = ecur->next; next 1093 ext/imap/php_imap.c acur = acur->next; next 1494 ext/imap/php_imap.c limits.next = NIL; next 1894 ext/imap/php_imap.c cur=cur->next; next 1945 ext/imap/php_imap.c cur=cur->next; next 1980 ext/imap/php_imap.c cur=cur->next; next 2211 ext/imap/php_imap.c cur=cur->next; next 2261 ext/imap/php_imap.c cur=cur->next; next 2672 ext/imap/php_imap.c addr->next=NIL; next 2725 ext/imap/php_imap.c } while ((addresstmp = addresstmp->next)); next 3172 ext/imap/php_imap.c mypgm->next = NIL; next 3398 ext/imap/php_imap.c } while ((dpar = dpar->next)); next 3419 ext/imap/php_imap.c } while ((par = par->next)); next 3473 ext/imap/php_imap.c env->from->next=NULL; next 3480 ext/imap/php_imap.c env->to->next = NULL; next 3595 ext/imap/php_imap.c custom_headers_param->next = tmp_param; next 3627 ext/imap/php_imap.c tmp_param->next = bod->parameter; next 3639 ext/imap/php_imap.c disp_param->next = tmp_param; next 3671 ext/imap/php_imap.c disp_param->next = tmp_param; next 3711 ext/imap/php_imap.c mypart->next = mail_newbody_part(); next 3712 ext/imap/php_imap.c mypart = mypart->next; next 3731 ext/imap/php_imap.c tmp_param->next = bod->parameter; next 3743 ext/imap/php_imap.c disp_param->next = tmp_param; next 3775 ext/imap/php_imap.c disp_param->next = tmp_param; next 3811 ext/imap/php_imap.c if (bod && bod->type == TYPEMULTIPART && (!bod->nested.part || !bod->nested.part->next)) { next 3839 ext/imap/php_imap.c } while ((custom_headers_param = custom_headers_param->next)); next 3861 ext/imap/php_imap.c for (param = bod->parameter; param && !cookie; param = param->next) { next 3894 ext/imap/php_imap.c } while ((part = part->next)); /* until done */ next 3976 ext/imap/php_imap.c addr = addr->next; next 4005 ext/imap/php_imap.c addr = addr->next; next 4031 ext/imap/php_imap.c addr = addr->next; next 4166 ext/imap/php_imap.c cur = cur->next; next 4193 ext/imap/php_imap.c cur = cur->next; next 4220 ext/imap/php_imap.c cur = cur->next; next 4244 ext/imap/php_imap.c if (cur->next == NIL) { next 4247 ext/imap/php_imap.c cur = cur->next; next 4428 ext/imap/php_imap.c } while ((tmp = tmp->next)); next 4478 ext/imap/php_imap.c } while ((addresstmp = addresstmp->next)); next 4630 ext/imap/php_imap.c } while ((dpar = dpar->next)); next 4651 ext/imap/php_imap.c } while ((par = par->next)); next 4661 ext/imap/php_imap.c for (part = body->CONTENT_PART; part; part = part->next) { next 4694 ext/imap/php_imap.c if(cur->next) { next 4697 ext/imap/php_imap.c build_thread_tree_helper(cur->next, tree, numNodes, buf); next 4880 ext/imap/php_imap.c IMAPG(imap_messages)->next = NIL; next 4884 ext/imap/php_imap.c cur->next = mail_newmessagelist(); next 4885 ext/imap/php_imap.c cur = cur->next; next 4887 ext/imap/php_imap.c cur->next = NIL; next 4913 ext/imap/php_imap.c IMAPG(imap_alertstack)->next = NIL; next 4916 ext/imap/php_imap.c while (cur->next != NIL) { next 4917 ext/imap/php_imap.c cur = cur->next; next 4919 ext/imap/php_imap.c cur->next = mail_newstringlist (); next 4920 ext/imap/php_imap.c cur = cur->next; next 4922 ext/imap/php_imap.c cur->next = NIL; next 4940 ext/imap/php_imap.c IMAPG(imap_folder_objects)->next = NIL; next 4944 ext/imap/php_imap.c ocur->next=mail_newfolderobjectlist(); next 4945 ext/imap/php_imap.c ocur=ocur->next; next 4949 ext/imap/php_imap.c ocur->next = NIL; next 4959 ext/imap/php_imap.c IMAPG(imap_folders)->next=NIL; next 4963 ext/imap/php_imap.c cur->next=mail_newstringlist (); next 4964 ext/imap/php_imap.c cur=cur->next; next 4966 ext/imap/php_imap.c cur->next = NIL; next 4986 ext/imap/php_imap.c IMAPG(imap_sfolder_objects)->next = NIL; next 4990 ext/imap/php_imap.c ocur->next=mail_newfolderobjectlist(); next 4991 ext/imap/php_imap.c ocur=ocur->next; next 4995 ext/imap/php_imap.c ocur->next = NIL; next 5003 ext/imap/php_imap.c IMAPG(imap_sfolders)->next=NIL; next 5007 ext/imap/php_imap.c cur->next=mail_newstringlist (); next 5008 ext/imap/php_imap.c cur=cur->next; next 5010 ext/imap/php_imap.c cur->next = NIL; next 5047 ext/imap/php_imap.c IMAPG(imap_errorstack)->next = NIL; next 5050 ext/imap/php_imap.c while (cur->next != NIL) { next 5051 ext/imap/php_imap.c cur = cur->next; next 5053 ext/imap/php_imap.c cur->next = mail_newerrorlist(); next 5054 ext/imap/php_imap.c cur = cur->next; next 5057 ext/imap/php_imap.c cur->next = NIL; next 86 ext/imap/php_imap.h struct php_imap_mailbox_struct *next; next 92 ext/imap/php_imap.h struct php_imap_error_struct *next; next 97 ext/imap/php_imap.h struct _php_imap_message_struct *next; next 907 ext/interbase/ibase_query.c ib_query->link->tr_list->next = NULL; next 911 ext/interbase/ibase_query.c for (l = &ib_query->link->tr_list; *l != NULL; l = &(*l)->next); next 914 ext/interbase/ibase_query.c (*l)->next = NULL; next 612 ext/interbase/interbase.c l = l->next; next 679 ext/interbase/interbase.c for (l = &trans->db_link[i]->tr_list; *l != NULL; l = &(*l)->next) { next 682 ext/interbase/interbase.c *l = p->next; next 1115 ext/interbase/interbase.c for (l = ib_link->tr_list; l != NULL; l = l->next) { next 1262 ext/interbase/interbase.c ib_link[i]->tr_list->next = NULL; next 1266 ext/interbase/interbase.c for (l = &ib_link[i]->tr_list; *l != NULL; l = &(*l)->next); next 1269 ext/interbase/interbase.c (*l)->next = NULL; next 1288 ext/interbase/interbase.c ib_link->tr_list->next = NULL; next 87 ext/interbase/php_ibase_includes.h struct tr_list *next; next 61 ext/intl/breakiterator/codepointiterator_internal.h virtual int32_t next(void); next 71 ext/intl/breakiterator/codepointiterator_internal.h virtual int32_t next(int32_t n); next 797 ext/intl/grapheme/grapheme_string.c zval *next = NULL; /* return offset of next part of the string */ next 799 ext/intl/grapheme/grapheme_string.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "sl|llz", &str, &str_len, &size, &extract_type, &lstart, &next) == FAILURE) { next 805 ext/intl/grapheme/grapheme_string.c if ( NULL != next ) { next 806 ext/intl/grapheme/grapheme_string.c if ( !Z_ISREF_P(next) ) { next 811 ext/intl/grapheme/grapheme_string.c ZVAL_DEREF(next); next 813 ext/intl/grapheme/grapheme_string.c SEPARATE_ZVAL_NOREF(next); next 814 ext/intl/grapheme/grapheme_string.c zval_dtor(next); next 815 ext/intl/grapheme/grapheme_string.c ZVAL_LONG(next, lstart); next 866 ext/intl/grapheme/grapheme_string.c if ( NULL != next ) { next 867 ext/intl/grapheme/grapheme_string.c ZVAL_LONG(next, start+nsize); next 909 ext/intl/grapheme/grapheme_string.c if ( NULL != next ) { next 910 ext/intl/grapheme/grapheme_string.c ZVAL_LONG(next, start+ret_pos); next 259 ext/libxml/libxml.c curnode = node->next; next 5587 ext/mbstring/oniguruma/regcomp.c item->next = EndCallTop; next 5604 ext/mbstring/oniguruma/regcomp.c EndCallTop = EndCallTop->next; next 762 ext/mbstring/oniguruma/regint.h struct OnigEndCallListItem* next; next 999 ext/mbstring/oniguruma/regparse.c struct _FreeNode* next; next 1030 ext/mbstring/oniguruma/regparse.c n->next = FreeNodeList; next 1078 ext/mbstring/oniguruma/regparse.c n->next = FreeNodeList; next 1096 ext/mbstring/oniguruma/regparse.c FreeNodeList = FreeNodeList->next; next 1113 ext/mbstring/oniguruma/regparse.c FreeNodeList = FreeNodeList->next; next 2842 ext/mbstring/oniguruma/regparse.c UChar **next, OnigEncoding enc) next 2859 ext/mbstring/oniguruma/regparse.c if (IS_NOT_NULL(next)) next 2860 ext/mbstring/oniguruma/regparse.c *next = q; next 22 ext/mbstring/oniguruma/st.c st_table_entry *next; next 203 ext/mbstring/oniguruma/st.c register st_table_entry *ptr, *next; next 209 ext/mbstring/oniguruma/st.c next = ptr->next; next 211 ext/mbstring/oniguruma/st.c ptr = next; next 232 ext/mbstring/oniguruma/st.c while (PTR_NOT_EQUAL(table, ptr->next, hash_val, key)) {\ next 233 ext/mbstring/oniguruma/st.c ptr = ptr->next;\ next 235 ext/mbstring/oniguruma/st.c ptr = ptr->next;\ next 273 ext/mbstring/oniguruma/st.c entry->next = table->bins[bin_pos];\ next 317 ext/mbstring/oniguruma/st.c register st_table_entry *ptr, *next, **new_bins; next 327 ext/mbstring/oniguruma/st.c next = ptr->next; next 329 ext/mbstring/oniguruma/st.c ptr->next = new_bins[hash_val]; next 331 ext/mbstring/oniguruma/st.c ptr = next; next 372 ext/mbstring/oniguruma/st.c entry->next = new_table->bins[i]; next 374 ext/mbstring/oniguruma/st.c ptr = ptr->next; next 399 ext/mbstring/oniguruma/st.c table->bins[hash_val] = ptr->next; next 407 ext/mbstring/oniguruma/st.c for(; ptr->next != 0; ptr = ptr->next) { next 408 ext/mbstring/oniguruma/st.c if (EQUAL(table, ptr->next->key, *key)) { next 409 ext/mbstring/oniguruma/st.c tmp = ptr->next; next 410 ext/mbstring/oniguruma/st.c ptr->next = ptr->next->next; next 440 ext/mbstring/oniguruma/st.c for(; ptr != 0; ptr = ptr->next) { next 495 ext/mbstring/oniguruma/st.c for (tmp = table->bins[i]; tmp; tmp=tmp->next) { next 506 ext/mbstring/oniguruma/st.c ptr = ptr->next; next 513 ext/mbstring/oniguruma/st.c table->bins[i] = ptr->next; next 516 ext/mbstring/oniguruma/st.c last->next = ptr->next; next 518 ext/mbstring/oniguruma/st.c ptr = ptr->next; next 47 ext/mysqli/mysqli_warning.c w = w->next; next 91 ext/mysqli/mysqli_warning.c prev->next = w; next 164 ext/mysqli/mysqli_warning.c prev->next = (void *)w; next 178 ext/mysqli/mysqli_warning.c PHP_METHOD(mysqli_warning, next) next 192 ext/mysqli/mysqli_warning.c if (w && w->next) { next 193 ext/mysqli/mysqli_warning.c w = w->next; next 317 ext/mysqli/mysqli_warning.c PHP_ME(mysqli_warning, next, NULL, ZEND_ACC_PUBLIC) next 161 ext/mysqli/php_mysqli_structs.h MYSQLI_WARNING *next; next 97 ext/opcache/Optimizer/block_pass.c bs = bs->next; next 263 ext/opcache/Optimizer/block_pass.c cur_block->next = &blocks[opno]; next 326 ext/opcache/Optimizer/block_pass.c cur_block = cur_block->next; next 330 ext/opcache/Optimizer/block_pass.c cur_block->next = &blocks[op_array->last + 1]; next 340 ext/opcache/Optimizer/block_pass.c while (__s && __s->from != fromb) __s = __s->next; \ next 343 ext/opcache/Optimizer/block_pass.c __t->next = tob->sources; \ next 350 ext/opcache/Optimizer/block_pass.c *(cs) = (*(cs))->next; \ next 360 ext/opcache/Optimizer/block_pass.c for (cs = &list; *cs; cs = &((*cs)->next)) { next 399 ext/opcache/Optimizer/block_pass.c cs = &((*cs)->next); next 408 ext/opcache/Optimizer/block_pass.c if (!to->protected && to->sources->next == NULL) { next 475 ext/opcache/Optimizer/block_pass.c bs = bs->next; next 521 ext/opcache/Optimizer/block_pass.c b = b->next; next 1153 ext/opcache/Optimizer/block_pass.c zend_code_block *next; next 1154 ext/opcache/Optimizer/block_pass.c next = cur_block->next; next 1155 ext/opcache/Optimizer/block_pass.c while (next && !next->access) { next 1156 ext/opcache/Optimizer/block_pass.c next = next->next; next 1158 ext/opcache/Optimizer/block_pass.c if (next && next == cur_block->op1_to) { next 1180 ext/opcache/Optimizer/block_pass.c cur_block = cur_block->next; next 1209 ext/opcache/Optimizer/block_pass.c for (cur_block = blocks; cur_block; cur_block = cur_block->next) { next 1261 ext/opcache/Optimizer/block_pass.c zend_code_block *next = block->next; next 1263 ext/opcache/Optimizer/block_pass.c while (next && !next->access) { next 1265 ext/opcache/Optimizer/block_pass.c next = next->next; next 1269 ext/opcache/Optimizer/block_pass.c if (block->op1_to == next) { next 1340 ext/opcache/Optimizer/block_pass.c cs = cs->next; next 1343 ext/opcache/Optimizer/block_pass.c next = block->op1_to; next 1345 ext/opcache/Optimizer/block_pass.c while (next->follow_to != NULL) { next 1346 ext/opcache/Optimizer/block_pass.c if (next->follow_to == block) { next 1350 ext/opcache/Optimizer/block_pass.c next = next->follow_to; next 1355 ext/opcache/Optimizer/block_pass.c while (prev->next != block->op1_to) { next 1356 ext/opcache/Optimizer/block_pass.c prev = prev->next; next 1358 ext/opcache/Optimizer/block_pass.c prev->next = next->next; next 1359 ext/opcache/Optimizer/block_pass.c next->next = block->next; next 1360 ext/opcache/Optimizer/block_pass.c block->next = block->op1_to; next 1659 ext/opcache/Optimizer/block_pass.c zend_code_block *next = block->next; next 1661 ext/opcache/Optimizer/block_pass.c while (next && !next->access) { next 1663 ext/opcache/Optimizer/block_pass.c next = next->next; next 1705 ext/opcache/Optimizer/block_pass.c } else if (block->op2_to == next) { next 1710 ext/opcache/Optimizer/block_pass.c block->follow_to = next; next 1713 ext/opcache/Optimizer/block_pass.c } else if (block->ext_to == next) { next 1717 ext/opcache/Optimizer/block_pass.c block->follow_to = next; next 1789 ext/opcache/Optimizer/block_pass.c zend_code_block *next_block = block->next; next 1811 ext/opcache/Optimizer/block_pass.c next_block = next_block->next; next 1837 ext/opcache/Optimizer/block_pass.c next_block = next_block->next; next 1853 ext/opcache/Optimizer/block_pass.c block = block->next; next 1931 ext/opcache/Optimizer/block_pass.c block = block->next; next 1983 ext/opcache/Optimizer/block_pass.c for (cur_block = cfg.blocks; cur_block; cur_block = cur_block->next) { next 1991 ext/opcache/Optimizer/block_pass.c for (cur_block = cfg.blocks; cur_block; cur_block = cur_block->next) { next 70 ext/opcache/Optimizer/zend_optimizer_internal.h zend_code_block *next; next 88 ext/opcache/Optimizer/zend_optimizer_internal.h zend_block_source *next; next 47 ext/opcache/zend_accelerator_blacklist.c zend_regexp_list *next; next 178 ext/opcache/zend_accelerator_blacklist.c it->next = NULL; next 186 ext/opcache/zend_accelerator_blacklist.c regexp_list_it = &it->next; next 210 ext/opcache/zend_accelerator_blacklist.c it = it->next; next 348 ext/opcache/zend_accelerator_blacklist.c regexp_list_it = regexp_list_it->next; next 115 ext/opcache/zend_accelerator_hash.c entry = entry->next; next 135 ext/opcache/zend_accelerator_hash.c entry->next = accel_hash->hash_table[index]; next 163 ext/opcache/zend_accelerator_hash.c entry = entry->next; next 238 ext/opcache/zend_accelerator_hash.c last_entry->next = entry->next; next 240 ext/opcache/zend_accelerator_hash.c accel_hash->hash_table[index] = entry->next; next 245 ext/opcache/zend_accelerator_hash.c entry = entry->next; next 51 ext/opcache/zend_accelerator_hash.h zend_accel_hash_entry *next; next 546 ext/opcache/zend_accelerator_module.c for (cache_entry = ZCSG(hash).hash_table[i]; cache_entry; cache_entry = cache_entry->next) { next 535 ext/pcntl/pcntl.c PCNTL_G(head) = sig->next; next 540 ext/pcntl/pcntl.c PCNTL_G(spares) = sig->next; next 972 ext/pcntl/pcntl.c psig->next = PCNTL_G(spares); next 1305 ext/pcntl/pcntl.c PCNTL_G(spares) = psig->next; next 1308 ext/pcntl/pcntl.c psig->next = NULL; next 1313 ext/pcntl/pcntl.c PCNTL_G(tail)->next = psig; next 1324 ext/pcntl/pcntl.c struct php_pcntl_pending_signal *queue, *next; next 1362 ext/pcntl/pcntl.c next = queue->next; next 1363 ext/pcntl/pcntl.c queue->next = PCNTL_G(spares); next 1365 ext/pcntl/pcntl.c queue = next; next 73 ext/pcntl/php_pcntl.h struct php_pcntl_pending_signal *next; next 4137 ext/pcre/pcrelib/pcre_compile.c pcre_uint32 c, othercase, next; next 4161 ext/pcre/pcrelib/pcre_compile.c next = othercase + 1; next 4165 ext/pcre/pcrelib/pcre_compile.c if ((co = UCD_CASESET(c)) != 0 || UCD_OTHERCASE(c) != next) break; next 4166 ext/pcre/pcrelib/pcre_compile.c next++; next 4169 ext/pcre/pcrelib/pcre_compile.c *odptr = next - 1; /* End of othercase range */ next 6603 ext/pcre/pcrelib/pcre_compile.c for (oc = cd->open_caps; oc != NULL; oc = oc->next) next 7286 ext/pcre/pcrelib/pcre_compile.c for (oc = cd->open_caps; oc != NULL; oc = oc->next) next 7369 ext/pcre/pcrelib/pcre_compile.c for (oc = cd->open_caps; oc != NULL; oc = oc->next) next 8010 ext/pcre/pcrelib/pcre_compile.c for (oc = cd->open_caps; oc != NULL; oc = oc->next) next 8307 ext/pcre/pcrelib/pcre_compile.c capitem.next = cd->open_caps; next 8496 ext/pcre/pcrelib/pcre_compile.c cd->open_caps = cd->open_caps->next; next 625 ext/pcre/pcrelib/pcre_exec.c const pcre_uchar *next; next 885 ext/pcre/pcrelib/pcre_exec.c next = ecode + GET(ecode,1); next 886 ext/pcre/pcrelib/pcre_exec.c if (md->start_match_ptr < next && next 887 ext/pcre/pcrelib/pcre_exec.c (*ecode == OP_ALT || *next == OP_ALT)) next 998 ext/pcre/pcrelib/pcre_exec.c next = ecode + GET(ecode,1); next 999 ext/pcre/pcrelib/pcre_exec.c if (md->start_match_ptr < next && next 1000 ext/pcre/pcrelib/pcre_exec.c (*ecode == OP_ALT || *next == OP_ALT)) next 1086 ext/pcre/pcrelib/pcre_exec.c next = ecode + GET(ecode,1); next 1087 ext/pcre/pcrelib/pcre_exec.c if (md->start_match_ptr < next && next 1088 ext/pcre/pcrelib/pcre_exec.c (*ecode == OP_ALT || *next == OP_ALT)) next 1186 ext/pcre/pcrelib/pcre_exec.c next = ecode + GET(ecode,1); next 1187 ext/pcre/pcrelib/pcre_exec.c if (md->start_match_ptr < next && next 1188 ext/pcre/pcrelib/pcre_exec.c (*ecode == OP_ALT || *next == OP_ALT)) next 1252 ext/pcre/pcrelib/pcre_exec.c next = ecode + GET(ecode,1); next 1253 ext/pcre/pcrelib/pcre_exec.c if (md->start_match_ptr < next && next 1254 ext/pcre/pcrelib/pcre_exec.c (*ecode == OP_ALT || *next == OP_ALT)) next 1559 ext/pcre/pcrelib/pcre_exec.c next = ecode + GET(ecode,1); next 1560 ext/pcre/pcrelib/pcre_exec.c if (md->start_match_ptr < next && next 1561 ext/pcre/pcrelib/pcre_exec.c (*ecode == OP_ALT || *next == OP_ALT)) next 1626 ext/pcre/pcrelib/pcre_exec.c next = ecode + GET(ecode,1); next 1627 ext/pcre/pcrelib/pcre_exec.c if (md->start_match_ptr < next && next 1628 ext/pcre/pcrelib/pcre_exec.c (*ecode == OP_ALT || *next == OP_ALT)) next 1875 ext/pcre/pcrelib/pcre_exec.c next = ecode + 1; next 1876 ext/pcre/pcrelib/pcre_exec.c RMATCH(eptr, next, offset_top, md, eptrb, RM10); next 1878 ext/pcre/pcrelib/pcre_exec.c do next += GET(next, 1); while (*next == OP_ALT); next 1879 ext/pcre/pcrelib/pcre_exec.c ecode = next + 1 + LINK_SIZE; next 1883 ext/pcre/pcrelib/pcre_exec.c next = ecode + 1; next 1884 ext/pcre/pcrelib/pcre_exec.c do next += GET(next, 1); while (*next == OP_ALT); next 1885 ext/pcre/pcrelib/pcre_exec.c RMATCH(eptr, next + 1+LINK_SIZE, offset_top, md, eptrb, RM11); next 1891 ext/pcre/pcrelib/pcre_exec.c next = ecode+1; next 1892 ext/pcre/pcrelib/pcre_exec.c do next += GET(next,1); while (*next == OP_ALT); next 1893 ext/pcre/pcrelib/pcre_exec.c ecode = next + 1 + LINK_SIZE; next 2408 ext/pcre/pcrelib/pcre_internal.h struct open_capitem *next; /* Chain link */ next 192 ext/pcre/pcrelib/pcre_jit_compile.c struct jump_list *next; next 198 ext/pcre/pcrelib/pcre_jit_compile.c struct stub_list *next; next 204 ext/pcre/pcrelib/pcre_jit_compile.c struct label_addr_list *next; next 287 ext/pcre/pcrelib/pcre_jit_compile.c struct recurse_entry *next; next 926 ext/pcre/pcrelib/pcre_jit_compile.c pcre_uchar *next; next 941 ext/pcre/pcrelib/pcre_jit_compile.c next = end; next 945 ext/pcre/pcrelib/pcre_jit_compile.c if (*next != *begin) next 947 ext/pcre/pcrelib/pcre_jit_compile.c next_end = bracketend(next); next 948 ext/pcre/pcrelib/pcre_jit_compile.c if (next_end - next != length || memcmp(begin, next, IN_UCHARS(length)) != 0) next 950 ext/pcre/pcrelib/pcre_jit_compile.c next = next_end; next 958 ext/pcre/pcrelib/pcre_jit_compile.c max_end = next; next 959 ext/pcre/pcrelib/pcre_jit_compile.c if (*next == OP_BRAZERO || *next == OP_BRAMINZERO) next 961 ext/pcre/pcrelib/pcre_jit_compile.c type = *next; next 964 ext/pcre/pcrelib/pcre_jit_compile.c if (next[0] != type || next[1] != OP_BRA || next[2 + LINK_SIZE] != *begin) next 966 ext/pcre/pcrelib/pcre_jit_compile.c next_end = bracketend(next + 2 + LINK_SIZE); next 967 ext/pcre/pcrelib/pcre_jit_compile.c if (next_end - next != (length + 2 + LINK_SIZE) || memcmp(begin, next + 2 + LINK_SIZE, IN_UCHARS(length)) != 0) next 969 ext/pcre/pcrelib/pcre_jit_compile.c next = next_end; next 973 ext/pcre/pcrelib/pcre_jit_compile.c if (next[0] == type && next[1] == *begin && max >= 1) next 975 ext/pcre/pcrelib/pcre_jit_compile.c next_end = bracketend(next + 1); next 976 ext/pcre/pcrelib/pcre_jit_compile.c if (next_end - next == (length + 1) && memcmp(begin, next + 1, IN_UCHARS(length)) == 0) next 2045 ext/pcre/pcrelib/pcre_jit_compile.c list = list->next; next 2054 ext/pcre/pcrelib/pcre_jit_compile.c list_item->next = *list; next 2069 ext/pcre/pcrelib/pcre_jit_compile.c list_item->next = common->stubs; next 2084 ext/pcre/pcrelib/pcre_jit_compile.c list_item = list_item->next; next 2099 ext/pcre/pcrelib/pcre_jit_compile.c label_addr->next = common->label_addrs; next 2155 ext/pcre/pcrelib/pcre_jit_compile.c void *next; next 2161 ext/pcre/pcrelib/pcre_jit_compile.c next = *(void**)current; next 2163 ext/pcre/pcrelib/pcre_jit_compile.c current = next; next 6316 ext/pcre/pcrelib/pcre_jit_compile.c entry = entry->next; next 6324 ext/pcre/pcrelib/pcre_jit_compile.c entry->next = NULL; next 6330 ext/pcre/pcrelib/pcre_jit_compile.c prev->next = entry; next 10233 ext/pcre/pcrelib/pcre_jit_compile.c common->currententry = common->currententry->next; next 10348 ext/pcre/pcrelib/pcre_jit_compile.c label_addr = label_addr->next; next 134 ext/pcre/pcrelib/sljit/sljitExecAllocator.c struct free_block *next; next 155 ext/pcre/pcrelib/sljit/sljitExecAllocator.c free_block->next = free_blocks; next 164 ext/pcre/pcrelib/sljit/sljitExecAllocator.c if (free_block->next) next 165 ext/pcre/pcrelib/sljit/sljitExecAllocator.c free_block->next->prev = free_block->prev; next 168 ext/pcre/pcrelib/sljit/sljitExecAllocator.c free_block->prev->next = free_block->next; next 171 ext/pcre/pcrelib/sljit/sljitExecAllocator.c free_blocks = free_block->next; next 209 ext/pcre/pcrelib/sljit/sljitExecAllocator.c free_block = free_block->next; next 300 ext/pcre/pcrelib/sljit/sljitExecAllocator.c next_free_block = free_block->next; next 365 ext/pcre/pcrelib/sljit/sljitLir.c compiler->buf->next = NULL; next 367 ext/pcre/pcrelib/sljit/sljitLir.c compiler->abuf->next = NULL; next 421 ext/pcre/pcrelib/sljit/sljitLir.c buf = buf->next; next 428 ext/pcre/pcrelib/sljit/sljitLir.c buf = buf->next; next 499 ext/pcre/pcrelib/sljit/sljitLir.c new_frag->next = compiler->buf; next 518 ext/pcre/pcrelib/sljit/sljitLir.c new_frag->next = compiler->abuf; next 547 ext/pcre/pcrelib/sljit/sljitLir.c tmp = buf->next; next 548 ext/pcre/pcrelib/sljit/sljitLir.c buf->next = prev; next 592 ext/pcre/pcrelib/sljit/sljitLir.c label->next = NULL; next 595 ext/pcre/pcrelib/sljit/sljitLir.c compiler->last_label->next = label; next 603 ext/pcre/pcrelib/sljit/sljitLir.c jump->next = NULL; next 606 ext/pcre/pcrelib/sljit/sljitLir.c compiler->last_jump->next = jump; next 614 ext/pcre/pcrelib/sljit/sljitLir.c const_->next = NULL; next 617 ext/pcre/pcrelib/sljit/sljitLir.c compiler->last_const->next = const_; next 919 ext/pcre/pcrelib/sljit/sljitLir.c jump = jump->next; next 271 ext/pcre/pcrelib/sljit/sljitLir.h struct sljit_memory_fragment *next; next 278 ext/pcre/pcrelib/sljit/sljitLir.h struct sljit_label *next; next 285 ext/pcre/pcrelib/sljit/sljitLir.h struct sljit_jump *next; next 295 ext/pcre/pcrelib/sljit/sljitLir.h struct sljit_const *next; next 313 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c struct future_patch* next; next 339 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c prev_patch->next = curr_patch->next; next 341 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c *first_patch = curr_patch->next; next 346 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c curr_patch = curr_patch->next; next 356 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c *first_patch = (*first_patch)->next; next 361 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c curr_patch->next = *first_patch; next 613 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c label = label->next; next 641 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c label = label->next; next 663 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c jump = jump->next; next 669 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c label = label->next; next 677 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c const_ = const_->next; next 699 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c buf = buf->next; next 769 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c jump = jump->next; next 788 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c const_ = const_->next; next 247 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c label = label->next; next 252 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c jump = jump->next; next 256 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c const_ = const_->next; next 262 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c buf = buf->next; next 268 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c label = label->next; next 307 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c jump = jump->next; next 381 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c label = label->next; next 386 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c jump = jump->next; next 390 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c const_ = const_->next; next 396 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c buf = buf->next; next 402 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c label = label->next; next 413 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c jump = jump->next; next 399 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c label = label->next; next 408 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c jump = jump->next; next 413 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c const_ = const_->next; next 419 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c buf = buf->next; next 425 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c label = label->next; next 475 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c jump = jump->next; next 364 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c label = label->next; next 405 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c jump = jump->next; next 409 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c const_ = const_->next; next 415 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c buf = buf->next; next 421 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c label = label->next; next 487 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c jump = jump->next; next 311 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c label = label->next; next 320 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c jump = jump->next; next 325 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c const_ = const_->next; next 331 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c buf = buf->next; next 337 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c label = label->next; next 372 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c jump = jump->next; next 9512 ext/pcre/pcrelib/sljit/sljitNativeTILEGX-encoder.c unsigned short next = table[index + 1 + bitfield]; next 9513 ext/pcre/pcrelib/sljit/sljitNativeTILEGX-encoder.c if (next <= TILEGX_OPC_NONE) next 9514 ext/pcre/pcrelib/sljit/sljitNativeTILEGX-encoder.c return &tilegx_opcodes[next]; next 9516 ext/pcre/pcrelib/sljit/sljitNativeTILEGX-encoder.c index = next - TILEGX_OPC_NONE; next 1036 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c label = label->next; next 1046 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c jump = jump->next; next 1052 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c const_ = const_->next; next 1059 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c buf = buf->next; next 1065 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c label = label->next; next 1111 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c jump = jump->next; next 492 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c jump = jump->next; next 497 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c label = label->next; next 501 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c const_ = const_->next; next 519 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c buf = buf->next; next 554 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c jump = jump->next; next 414 ext/pdo/pdo_sql_parser.c struct placeholder *next; next 454 ext/pdo/pdo_sql_parser.c plc->next = NULL; next 460 ext/pdo/pdo_sql_parser.c placetail->next = plc; next 509 ext/pdo/pdo_sql_parser.c for (plc = placeholders; plc; plc = plc->next) { next 531 ext/pdo/pdo_sql_parser.c for (plc = placeholders; plc; plc = plc->next) { next 648 ext/pdo/pdo_sql_parser.c plc = plc->next; next 675 ext/pdo/pdo_sql_parser.c for (plc = placeholders; plc; plc = plc->next) { next 716 ext/pdo/pdo_sql_parser.c for (plc = placeholders; plc; plc = plc->next) { next 732 ext/pdo/pdo_sql_parser.c placeholders = plc->next; next 39 ext/pdo_sqlite/php_pdo_sqlite_int.h struct pdo_sqlite_func *next; next 50 ext/pdo_sqlite/php_pdo_sqlite_int.h struct pdo_sqlite_collation *next; next 108 ext/pdo_sqlite/sqlite_driver.c H->funcs = func->next; next 136 ext/pdo_sqlite/sqlite_driver.c H->collations = collation->next; next 554 ext/pdo_sqlite/sqlite_driver.c func->next = H->funcs; next 632 ext/pdo_sqlite/sqlite_driver.c func->next = H->funcs; next 681 ext/pdo_sqlite/sqlite_driver.c collation->next = H->collations; next 272 ext/phar/tar.c goto next; next 570 ext/phar/tar.c next: next 48 ext/session/mod_mm.c struct ps_sd *next; next 91 ext/session/mod_mm.c ps_sd *ps, *next; next 103 ext/session/mod_mm.c for (ps = *ohash; ps; ps = next) { next 104 ext/session/mod_mm.c next = ps->next; next 105 ext/session/mod_mm.c ps->next = nhash[ps->hv & nmax]; next 140 ext/session/mod_mm.c sd->next = data->hash[slot]; next 145 ext/session/mod_mm.c if (!sd->next) { next 163 ext/session/mod_mm.c data->hash[slot] = sd->next; next 168 ext/session/mod_mm.c for (prev = data->hash[slot]; prev->next != sd; prev = prev->next); next 169 ext/session/mod_mm.c prev->next = sd->next; next 189 ext/session/mod_mm.c for (prev = NULL, ret = data->hash[slot]; ret; prev = ret, ret = ret->next) { next 198 ext/session/mod_mm.c prev->next = ret->next; next 201 ext/session/mod_mm.c ret->next = data->hash[slot]; next 252 ext/session/mod_mm.c ps_sd *sd, *next; next 262 ext/session/mod_mm.c for (sd = data->hash[h]; sd; sd = next) { next 263 ext/session/mod_mm.c next = sd->next; next 448 ext/session/mod_mm.c ps_sd *sd, *next; next 461 ext/session/mod_mm.c for (sd = *ohash; sd; sd = next) { next 462 ext/session/mod_mm.c next = sd->next; next 1328 ext/session/session.c zend_llist_element *next; next 1343 ext/session/session.c next = current->next; next 1347 ext/session/session.c current->prev->next = next; next 1349 ext/session/session.c l->head = next; next 1351 ext/session/session.c if (next) { next 1352 ext/session/session.c next->prev = current->prev; next 1360 ext/session/session.c current = next; next 156 ext/simplexml/simplexml.c node = node->next; next 177 ext/simplexml/simplexml.c node = node->next; next 219 ext/simplexml/simplexml.c node = node->next; next 299 ext/simplexml/simplexml.c attr = attr->next; next 307 ext/simplexml/simplexml.c attr = attr->next; next 556 ext/simplexml/simplexml.c attr = attr->next; next 565 ext/simplexml/simplexml.c attr = attr->next; next 602 ext/simplexml/simplexml.c node = node->next; next 765 ext/simplexml/simplexml.c attr = attr->next; next 774 ext/simplexml/simplexml.c attr = attr->next; next 795 ext/simplexml/simplexml.c nnext = node->next; next 805 ext/simplexml/simplexml.c (!node->children || (node->children->type == XML_TEXT_NODE && !node->children->next && next 894 ext/simplexml/simplexml.c attr = attr->next; next 898 ext/simplexml/simplexml.c anext = attr->next; next 922 ext/simplexml/simplexml.c nnext = node->next; next 1054 ext/simplexml/simplexml.c attr = attr->next; next 1066 ext/simplexml/simplexml.c if (sxe->iter.type == SXE_ITER_NONE || !node->children || !node->parent || node->children->next || node->children->children || node->parent->children == node->parent->last) { next 1076 ext/simplexml/simplexml.c if (node->children != NULL || node->prev != NULL || node->next != NULL) { next 1101 ext/simplexml/simplexml.c node = php_sxe_iterator_fetch(sxe, node->next, 0); next 1103 ext/simplexml/simplexml.c node = node->next; next 1171 ext/simplexml/simplexml.c attr = attr->next; next 1186 ext/simplexml/simplexml.c if ( sxe->iter.type == SXE_ITER_NONE || !node->children || !node->parent || !node->next || node->children->next || node->children->children || node->parent->children == node->parent->last ) { next 1199 ext/simplexml/simplexml.c if (node->children != NULL || node->prev != NULL || node->next != NULL) { next 1233 ext/simplexml/simplexml.c node = php_sxe_iterator_fetch(sxe, node->next, 0); next 1235 ext/simplexml/simplexml.c node = node->next; next 1521 ext/simplexml/simplexml.c attr = attr->next; next 1530 ext/simplexml/simplexml.c node = node->next; next 1571 ext/simplexml/simplexml.c ns = ns->next; next 1577 ext/simplexml/simplexml.c node = node->next; next 1950 ext/simplexml/simplexml.c node = php_sxe_iterator_fetch(sxe, node->next, 0); next 2353 ext/simplexml/simplexml.c node = node->next; next 2362 ext/simplexml/simplexml.c node = node->next; next 2372 ext/simplexml/simplexml.c node = node->next; next 2381 ext/simplexml/simplexml.c node = node->next; next 2497 ext/simplexml/simplexml.c php_sxe_iterator_fetch(sxe, node->next, 1); next 118 ext/simplexml/sxe.c PHP_METHOD(ce_SimpleXMLIterator, next) next 153 ext/simplexml/sxe.c node = node->next; next 189 ext/simplexml/sxe.c PHP_ME(ce_SimpleXMLIterator, next, arginfo_simplexmliterator__void, ZEND_ACC_PUBLIC) next 309 ext/soap/php_encoding.c attr = attr->next; next 662 ext/soap/php_encoding.c if (data->children->type == XML_TEXT_NODE && data->children->next == NULL) { next 678 ext/soap/php_encoding.c } else if (data->children->type == XML_CDATA_SECTION_NODE && data->children->next == NULL) { next 694 ext/soap/php_encoding.c if (data->children->type == XML_TEXT_NODE && data->children->next == NULL) { next 711 ext/soap/php_encoding.c } else if (data->children->type == XML_CDATA_SECTION_NODE && data->children->next == NULL) { next 727 ext/soap/php_encoding.c if (data->children->type == XML_TEXT_NODE && data->children->next == NULL) { next 744 ext/soap/php_encoding.c } else if (data->children->type == XML_CDATA_SECTION_NODE && data->children->next == NULL) { next 762 ext/soap/php_encoding.c if (data->children->type == XML_TEXT_NODE && data->children->next == NULL) { next 769 ext/soap/php_encoding.c } else if (data->children->type == XML_CDATA_SECTION_NODE && data->children->next == NULL) { next 793 ext/soap/php_encoding.c if (data->children->type == XML_TEXT_NODE && data->children->next == NULL) { next 795 ext/soap/php_encoding.c } else if (data->children->type != XML_CDATA_SECTION_NODE || data->children->next != NULL) { next 985 ext/soap/php_encoding.c if (data->children->type == XML_TEXT_NODE && data->children->next == NULL) { next 1023 ext/soap/php_encoding.c if (data->children->type == XML_TEXT_NODE && data->children->next == NULL) { next 1103 ext/soap/php_encoding.c if (data->children->type == XML_TEXT_NODE && data->children->next == NULL) { next 1256 ext/soap/php_encoding.c while (node->next != NULL) { next 1260 ext/soap/php_encoding.c master_to_zval(&val2, get_conversion(XSD_ANYXML), node->next); next 1266 ext/soap/php_encoding.c node = node->next; next 1303 ext/soap/php_encoding.c node = node->next; next 1341 ext/soap/php_encoding.c if ((node = get_node(node->next, model->u.element->name)) != NULL) { next 1366 ext/soap/php_encoding.c } while ((node = get_node(node->next, model->u.element->name)) != NULL); next 1582 ext/soap/php_encoding.c if (!trav->next || !get_node(trav->next, (char*)trav->name)) { next 1605 ext/soap/php_encoding.c trav = trav->next; next 2663 ext/soap/php_encoding.c trav = trav->next; next 2837 ext/soap/php_encoding.c trav = trav->next; next 3025 ext/soap/php_encoding.c char *str, *start, *next; next 3039 ext/soap/php_encoding.c next = strchr(start,' '); next 3040 ext/soap/php_encoding.c if (next != NULL) { next 3041 ext/soap/php_encoding.c *next = '\0'; next 3042 ext/soap/php_encoding.c next++; next 3058 ext/soap/php_encoding.c start = next; next 3148 ext/soap/php_encoding.c ret->next = NULL; next 3150 ext/soap/php_encoding.c parent->last->next = ret; next 3304 ext/soap/php_encoding.c href = href->next; next 3374 ext/soap/php_encoding.c cur = cur->next; next 74 ext/soap/php_packet_soap.c trav = trav->next; next 99 ext/soap/php_packet_soap.c attr = attr->next; next 106 ext/soap/php_packet_soap.c trav = trav->next; next 110 ext/soap/php_packet_soap.c trav = trav->next; next 116 ext/soap/php_packet_soap.c trav = trav->next; next 120 ext/soap/php_packet_soap.c trav = trav->next; next 123 ext/soap/php_packet_soap.c trav = trav->next; next 149 ext/soap/php_packet_soap.c attr = attr->next; next 175 ext/soap/php_packet_soap.c attr = attr->next; next 255 ext/soap/php_packet_soap.c resp = resp->next; next 309 ext/soap/php_packet_soap.c if (val == NULL && cur->children && cur->children->next == NULL) { next 343 ext/soap/php_packet_soap.c val = val->next; next 354 ext/soap/php_packet_soap.c } else if (val->next && get_node(val->next, (char*)val->name)) { next 368 ext/soap/php_packet_soap.c val = val->next; next 418 ext/soap/php_packet_soap.c trav = trav->next; next 268 ext/soap/php_schema.c trav = trav->next; next 291 ext/soap/php_schema.c trav = trav->next; next 376 ext/soap/php_schema.c trav = trav->next; next 381 ext/soap/php_schema.c trav = trav->next; next 385 ext/soap/php_schema.c trav = trav->next; next 389 ext/soap/php_schema.c trav = trav->next; next 447 ext/soap/php_schema.c trav = trav->next; next 478 ext/soap/php_schema.c trav = trav->next; next 501 ext/soap/php_schema.c char *str, *start, *end, *next; next 511 ext/soap/php_schema.c next = NULL; next 514 ext/soap/php_schema.c next = end+1; next 539 ext/soap/php_schema.c start = next; next 547 ext/soap/php_schema.c trav = trav->next; next 578 ext/soap/php_schema.c trav = trav->next; next 600 ext/soap/php_schema.c trav = trav->next; next 606 ext/soap/php_schema.c trav = trav->next; next 610 ext/soap/php_schema.c trav = trav->next; next 667 ext/soap/php_schema.c trav = trav->next; next 671 ext/soap/php_schema.c trav = trav->next; next 710 ext/soap/php_schema.c trav = trav->next; next 720 ext/soap/php_schema.c trav = trav->next; next 725 ext/soap/php_schema.c trav = trav->next; next 767 ext/soap/php_schema.c trav = trav->next; next 772 ext/soap/php_schema.c trav = trav->next; next 775 ext/soap/php_schema.c trav = trav->next; next 778 ext/soap/php_schema.c trav = trav->next; next 781 ext/soap/php_schema.c trav = trav->next; next 791 ext/soap/php_schema.c trav = trav->next; next 796 ext/soap/php_schema.c trav = trav->next; next 892 ext/soap/php_schema.c trav = trav->next; next 901 ext/soap/php_schema.c trav = trav->next; next 906 ext/soap/php_schema.c trav = trav->next; next 947 ext/soap/php_schema.c trav = trav->next; next 952 ext/soap/php_schema.c trav = trav->next; next 955 ext/soap/php_schema.c trav = trav->next; next 958 ext/soap/php_schema.c trav = trav->next; next 961 ext/soap/php_schema.c trav = trav->next; next 971 ext/soap/php_schema.c trav = trav->next; next 976 ext/soap/php_schema.c trav = trav->next; next 1035 ext/soap/php_schema.c trav = trav->next; next 1043 ext/soap/php_schema.c trav = trav->next; next 1149 ext/soap/php_schema.c trav = trav->next; next 1158 ext/soap/php_schema.c trav = trav->next; next 1165 ext/soap/php_schema.c trav = trav->next; next 1172 ext/soap/php_schema.c trav = trav->next; next 1211 ext/soap/php_schema.c trav = trav->next; next 1227 ext/soap/php_schema.c trav = trav->next; next 1261 ext/soap/php_schema.c trav = trav->next; next 1277 ext/soap/php_schema.c trav = trav->next; next 1323 ext/soap/php_schema.c trav = trav->next; next 1329 ext/soap/php_schema.c trav = trav->next; next 1333 ext/soap/php_schema.c trav = trav->next; next 1424 ext/soap/php_schema.c trav = trav->next; next 1429 ext/soap/php_schema.c trav = trav->next; next 1432 ext/soap/php_schema.c trav = trav->next; next 1436 ext/soap/php_schema.c trav = trav->next; next 1439 ext/soap/php_schema.c trav = trav->next; next 1442 ext/soap/php_schema.c trav = trav->next; next 1445 ext/soap/php_schema.c trav = trav->next; next 1454 ext/soap/php_schema.c trav = trav->next; next 1459 ext/soap/php_schema.c trav = trav->next; next 1679 ext/soap/php_schema.c trav = trav->next; next 1689 ext/soap/php_schema.c trav = trav->next; next 1697 ext/soap/php_schema.c trav = trav->next; next 1710 ext/soap/php_schema.c trav = trav->next; next 1890 ext/soap/php_schema.c attr = attr->next; next 1914 ext/soap/php_schema.c trav = trav->next; next 1942 ext/soap/php_schema.c trav = trav->next; next 2022 ext/soap/php_schema.c trav = trav->next; next 2040 ext/soap/php_schema.c trav = trav->next; next 2045 ext/soap/php_schema.c trav = trav->next; next 367 ext/soap/php_sdl.c trav = trav->next; next 380 ext/soap/php_sdl.c trav2 = trav2->next; next 441 ext/soap/php_sdl.c trav = trav->next; next 551 ext/soap/php_sdl.c trav = trav->next; next 653 ext/soap/php_sdl.c trav = trav->next; next 686 ext/soap/php_sdl.c trav = trav->next; next 719 ext/soap/php_sdl.c trav = trav->next; next 764 ext/soap/php_sdl.c trav = trav->next; next 809 ext/soap/php_sdl.c trav2 = trav2->next; next 812 ext/soap/php_sdl.c if (has_soap_port || trav->next || i < n-1) { next 814 ext/soap/php_sdl.c trav = trav->next; next 865 ext/soap/php_sdl.c trav = trav->next; next 905 ext/soap/php_sdl.c trav2 = trav2->next; next 930 ext/soap/php_sdl.c trav3 = trav3->next; next 1108 ext/soap/php_sdl.c trav = trav->next; next 1120 ext/soap/php_sdl.c fault = fault->next; next 1144 ext/soap/php_sdl.c trav2 = trav2->next; next 1155 ext/soap/php_sdl.c trav= trav->next; next 64 ext/soap/php_xml.c trav = trav->next; next 244 ext/soap/php_xml.c node = node->next; next 255 ext/soap/php_xml.c node = node->next; next 271 ext/soap/php_xml.c node = node->next; next 292 ext/soap/php_xml.c node = node->next; next 312 ext/soap/php_xml.c node = node->next; next 77 ext/soap/php_xml.h } while ((n = n->next)); next 45 ext/soap/soap.c struct _soapHeader *next; next 1804 ext/soap/soap.c header = header->next; next 1978 ext/soap/soap.c soap_headers = soap_headers->next; next 2055 ext/soap/soap.c p = &(*p)->next; next 3383 ext/soap/soap.c trav = trav->next; next 3415 ext/soap/soap.c trav = trav->next; next 3482 ext/soap/soap.c trav = trav->next; next 3499 ext/soap/soap.c attr = attr->next; next 3506 ext/soap/soap.c trav = trav->next; next 3510 ext/soap/soap.c trav = trav->next; next 3516 ext/soap/soap.c trav = trav->next; next 3520 ext/soap/soap.c trav = trav->next; next 3523 ext/soap/soap.c trav = trav->next; next 3541 ext/soap/soap.c attr = attr->next; next 3560 ext/soap/soap.c trav = trav->next; next 3606 ext/soap/soap.c attr = attr->next; next 3691 ext/soap/soap.c last->next = h; next 3696 ext/soap/soap.c trav = trav->next; next 4175 ext/soap/soap.c h = h->next; next 4569 ext/soap/soap.c node = node->next; next 1563 ext/spl/spl_array.c SPL_METHOD(Array, next) next 1907 ext/spl/spl_array.c SPL_ME(Array, next, arginfo_array_void, ZEND_ACC_PUBLIC) next 792 ext/spl/spl_directory.c SPL_METHOD(DirectoryIterator, next) next 1962 ext/spl/spl_directory.c SPL_ME(DirectoryIterator, next, arginfo_splfileinfo_void, ZEND_ACC_PUBLIC) next 1984 ext/spl/spl_directory.c SPL_ME(DirectoryIterator, next, arginfo_splfileinfo_void, ZEND_ACC_PUBLIC) next 2465 ext/spl/spl_directory.c SPL_METHOD(SplFileObject, next) next 3073 ext/spl/spl_directory.c SPL_ME(SplFileObject, next, arginfo_splfileinfo_void, ZEND_ACC_PUBLIC) next 66 ext/spl/spl_dllist.c struct _spl_ptr_llist_element *next; next 154 ext/spl/spl_dllist.c spl_ptr_llist_element *current = llist->head, *next; next 158 ext/spl/spl_dllist.c next = current->next; next 163 ext/spl/spl_dllist.c current = next; next 187 ext/spl/spl_dllist.c current = current->next; next 201 ext/spl/spl_dllist.c elem->next = llist->head; next 225 ext/spl/spl_dllist.c elem->next = NULL; next 229 ext/spl/spl_dllist.c llist->tail->next = elem; next 253 ext/spl/spl_dllist.c tail->prev->next = NULL; next 305 ext/spl/spl_dllist.c if (head->next) { next 306 ext/spl/spl_dllist.c head->next->prev = NULL; next 311 ext/spl/spl_dllist.c llist->head = head->next; next 326 ext/spl/spl_dllist.c spl_ptr_llist_element *current = from->head, *next; next 330 ext/spl/spl_dllist.c next = current->next; next 339 ext/spl/spl_dllist.c current = next; next 498 ext/spl/spl_dllist.c spl_ptr_llist_element *current = intern->llist->head, *next; next 521 ext/spl/spl_dllist.c next = current->next; next 529 ext/spl/spl_dllist.c current = next; next 553 ext/spl/spl_dllist.c current = current->next; next 891 ext/spl/spl_dllist.c element->prev->next = element->next; next 894 ext/spl/spl_dllist.c if (element->next) { next 895 ext/spl/spl_dllist.c element->next->prev = element->prev; next 900 ext/spl/spl_dllist.c llist->head = element->next; next 971 ext/spl/spl_dllist.c *traverse_pointer_ptr = old->next; next 1070 ext/spl/spl_dllist.c SPL_METHOD(SplDoublyLinkedList, next) next 1138 ext/spl/spl_dllist.c spl_ptr_llist_element *current = intern->llist->head, *next; next 1156 ext/spl/spl_dllist.c next = current->next; next 1160 ext/spl/spl_dllist.c current = next; next 1269 ext/spl/spl_dllist.c elem->next = element; next 1276 ext/spl/spl_dllist.c element->prev->next = elem; next 1381 ext/spl/spl_dllist.c SPL_ME(SplDoublyLinkedList, next, arginfo_dllist_void, ZEND_ACC_PUBLIC) next 948 ext/spl/spl_fixedarray.c SPL_METHOD(SplFixedArray, next) next 1086 ext/spl/spl_fixedarray.c SPL_ME(SplFixedArray, next, arginfo_splfixedarray_void, ZEND_ACC_PUBLIC) next 979 ext/spl/spl_heap.c SPL_METHOD(SplHeap, next) next 1175 ext/spl/spl_heap.c SPL_ME(SplHeap, next, arginfo_splheap_void, ZEND_ACC_PUBLIC) next 1191 ext/spl/spl_heap.c SPL_ME(SplHeap, next, arginfo_splheap_void, ZEND_ACC_PUBLIC) next 675 ext/spl/spl_iterators.c SPL_METHOD(RecursiveIteratorIterator, next) next 1012 ext/spl/spl_iterators.c SPL_ME(RecursiveIteratorIterator, next, arginfo_recursive_it_void, ZEND_ACC_PUBLIC) next 1329 ext/spl/spl_iterators.c SPL_ME(RecursiveIteratorIterator, next, arginfo_recursive_it_void, ZEND_ACC_PUBLIC) next 1828 ext/spl/spl_iterators.c SPL_METHOD(dual_it, next) next 1891 ext/spl/spl_iterators.c SPL_METHOD(FilterIterator, next) next 2382 ext/spl/spl_iterators.c SPL_ME(FilterIterator, next, arginfo_recursive_it_void, ZEND_ACC_PUBLIC) next 2560 ext/spl/spl_iterators.c SPL_METHOD(LimitIterator, next) next 2622 ext/spl/spl_iterators.c SPL_ME(LimitIterator, next, arginfo_recursive_it_void, ZEND_ACC_PUBLIC) next 2758 ext/spl/spl_iterators.c SPL_METHOD(CachingIterator, next) next 3028 ext/spl/spl_iterators.c SPL_ME(CachingIterator, next, arginfo_recursive_it_void, ZEND_ACC_PUBLIC) next 3116 ext/spl/spl_iterators.c SPL_ME(dual_it, next, arginfo_recursive_it_void, ZEND_ACC_PUBLIC) next 3192 ext/spl/spl_iterators.c SPL_METHOD(NoRewindIterator, next) next 3214 ext/spl/spl_iterators.c SPL_ME(NoRewindIterator, next, arginfo_recursive_it_void, ZEND_ACC_PUBLIC) next 3228 ext/spl/spl_iterators.c SPL_METHOD(InfiniteIterator, next) next 3251 ext/spl/spl_iterators.c SPL_ME(InfiniteIterator, next, arginfo_recursive_it_void, ZEND_ACC_PUBLIC) next 3296 ext/spl/spl_iterators.c SPL_METHOD(EmptyIterator, next) next 3308 ext/spl/spl_iterators.c SPL_ME(EmptyIterator, next, arginfo_recursive_it_void, ZEND_ACC_PUBLIC) next 3425 ext/spl/spl_iterators.c SPL_METHOD(AppendIterator, next) next 3483 ext/spl/spl_iterators.c SPL_ME(AppendIterator, next, arginfo_recursive_it_void, ZEND_ACC_PUBLIC) next 666 ext/spl/spl_observer.c SPL_METHOD(SplObjectStorage, next) next 906 ext/spl/spl_observer.c SPL_ME(SplObjectStorage, next, arginfo_splobject_void,0) next 1030 ext/spl/spl_observer.c SPL_METHOD(MultipleIterator, next) next 1223 ext/spl/spl_observer.c SPL_ME(MultipleIterator, next, arginfo_splobject_void, 0) next 8616 ext/sqlite3/libsqlite/sqlite3.c HashElem *next, *prev; /* Next and previous elements in the table */ next 8642 ext/sqlite3/libsqlite/sqlite3.c #define sqliteHashNext(E) ((E)->next) next 17926 ext/sqlite3/libsqlite/sqlite3.c u32 next; /* Index in mem3.aPool[] of next free chunk */ next 17986 ext/sqlite3/libsqlite/sqlite3.c u32 next = mem3.aPool[i].u.list.next; next 17990 ext/sqlite3/libsqlite/sqlite3.c *pRoot = next; next 17992 ext/sqlite3/libsqlite/sqlite3.c mem3.aPool[prev].u.list.next = next; next 17994 ext/sqlite3/libsqlite/sqlite3.c if( next ){ next 17995 ext/sqlite3/libsqlite/sqlite3.c mem3.aPool[next].u.list.prev = prev; next 17997 ext/sqlite3/libsqlite/sqlite3.c mem3.aPool[i].u.list.next = 0; next 18027 ext/sqlite3/libsqlite/sqlite3.c mem3.aPool[i].u.list.next = *pRoot; next 18158 ext/sqlite3/libsqlite/sqlite3.c iNext = mem3.aPool[i].u.list.next; next 18166 ext/sqlite3/libsqlite/sqlite3.c iNext = mem3.aPool[prev].u.list.next; next 18219 ext/sqlite3/libsqlite/sqlite3.c for(i=mem3.aiHash[hash]; i>0; i=mem3.aPool[i].u.list.next){ next 18471 ext/sqlite3/libsqlite/sqlite3.c for(j = mem3.aiSmall[i]; j>0; j=mem3.aPool[j].u.list.next){ next 18480 ext/sqlite3/libsqlite/sqlite3.c for(j = mem3.aiHash[i]; j>0; j=mem3.aPool[j].u.list.next){ next 18596 ext/sqlite3/libsqlite/sqlite3.c int next; /* Index of next free chunk */ next 18675 ext/sqlite3/libsqlite/sqlite3.c int next, prev; next 18680 ext/sqlite3/libsqlite/sqlite3.c next = MEM5LINK(i)->next; next 18683 ext/sqlite3/libsqlite/sqlite3.c mem5.aiFreelist[iLogsize] = next; next 18685 ext/sqlite3/libsqlite/sqlite3.c MEM5LINK(prev)->next = next; next 18687 ext/sqlite3/libsqlite/sqlite3.c if( next>=0 ){ next 18688 ext/sqlite3/libsqlite/sqlite3.c MEM5LINK(next)->prev = prev; next 18703 ext/sqlite3/libsqlite/sqlite3.c x = MEM5LINK(i)->next = mem5.aiFreelist[iLogsize]; next 19064 ext/sqlite3/libsqlite/sqlite3.c for(n=0, j=mem5.aiFreelist[i]; j>=0; j = MEM5LINK(j)->next, n++){} next 24848 ext/sqlite3/libsqlite/sqlite3.c HashElem *next_elem = elem->next; next 24885 ext/sqlite3/libsqlite/sqlite3.c pNew->next = pHead; next 24887 ext/sqlite3/libsqlite/sqlite3.c if( pHead->prev ){ pHead->prev->next = pNew; } next 24891 ext/sqlite3/libsqlite/sqlite3.c pNew->next = pH->first; next 24935 ext/sqlite3/libsqlite/sqlite3.c next_elem = elem->next; next 24971 ext/sqlite3/libsqlite/sqlite3.c elem = elem->next; next 24986 ext/sqlite3/libsqlite/sqlite3.c elem->prev->next = elem->next; next 24988 ext/sqlite3/libsqlite/sqlite3.c pH->first = elem->next; next 24990 ext/sqlite3/libsqlite/sqlite3.c if( elem->next ){ next 24991 ext/sqlite3/libsqlite/sqlite3.c elem->next->prev = elem->prev; next 24996 ext/sqlite3/libsqlite/sqlite3.c pEntry->chain = elem->next; next 54698 ext/sqlite3/libsqlite/sqlite3.c u16 next, size; next 54707 ext/sqlite3/libsqlite/sqlite3.c next = get2byte(&data[pc]); next 54709 ext/sqlite3/libsqlite/sqlite3.c if( (next>0 && next<=pc+size+3) || pc+size>usableSize ){ next 54715 ext/sqlite3/libsqlite/sqlite3.c pc = next; next 57128 ext/sqlite3/libsqlite/sqlite3.c Pgno next = 0; next 57154 ext/sqlite3/libsqlite/sqlite3.c next = iGuess; next 57161 ext/sqlite3/libsqlite/sqlite3.c assert( next==0 || rc==SQLITE_DONE ); next 57166 ext/sqlite3/libsqlite/sqlite3.c next = get4byte(pPage->aData); next 57170 ext/sqlite3/libsqlite/sqlite3.c *pPgnoNext = next; next 132653 ext/sqlite3/libsqlite/sqlite3.c Fts3HashElem *next, *prev; /* Next and previous elements in the table */ next 132704 ext/sqlite3/libsqlite/sqlite3.c #define fts3HashNext(E) ((E)->next) next 140808 ext/sqlite3/libsqlite/sqlite3.c Fts3HashElem *next_elem = elem->next; next 140898 ext/sqlite3/libsqlite/sqlite3.c pNew->next = pHead; next 140900 ext/sqlite3/libsqlite/sqlite3.c if( pHead->prev ){ pHead->prev->next = pNew; } next 140904 ext/sqlite3/libsqlite/sqlite3.c pNew->next = pH->first; next 140934 ext/sqlite3/libsqlite/sqlite3.c next_elem = elem->next; next 140963 ext/sqlite3/libsqlite/sqlite3.c elem = elem->next; next 140979 ext/sqlite3/libsqlite/sqlite3.c elem->prev->next = elem->next; next 140981 ext/sqlite3/libsqlite/sqlite3.c pH->first = elem->next; next 140983 ext/sqlite3/libsqlite/sqlite3.c if( elem->next ){ next 140984 ext/sqlite3/libsqlite/sqlite3.c elem->next->prev = elem->prev; next 140988 ext/sqlite3/libsqlite/sqlite3.c pEntry->chain = elem->next; next 54 ext/sqlite3/php_sqlite3_structs.h struct _php_sqlite3_func *next; next 65 ext/sqlite3/php_sqlite3_structs.h struct _php_sqlite3_collation *next; next 939 ext/sqlite3/sqlite3.c func->next = db_obj->funcs; next 997 ext/sqlite3/sqlite3.c func->next = db_obj->funcs; next 1044 ext/sqlite3/sqlite3.c collation->next = db_obj->collations; next 2043 ext/sqlite3/sqlite3.c intern->funcs = func->next; next 2064 ext/sqlite3/sqlite3.c intern->collations = collation->next; next 1212 ext/standard/array.c PHP_FUNCTION(next) next 3284 ext/standard/basic_functions.c PHP_FE(next, arginfo_next) next 3455 ext/standard/basic_functions.c BG(next) = NULL; next 197 ext/standard/basic_functions.h php_uint32 *next; /* next random value is computed from here */ next 1240 ext/standard/filestat.c bucket = bucket->next; next 195 ext/standard/html.c unsigned char next; next 199 ext/standard/html.c next = str[pos + 1]; next 201 ext/standard/html.c if ((next >= 0x40 && next <= 0x7E) || next 202 ext/standard/html.c (next >= 0xA1 && next <= 0xFE)) { next 203 ext/standard/html.c this_char = (c << 8) | next; next 219 ext/standard/html.c unsigned char next; next 223 ext/standard/html.c next = str[pos + 1]; next 225 ext/standard/html.c if ((next >= 0x40 && next <= 0x7E) || next 226 ext/standard/html.c (next >= 0xA1 && next <= 0xFE)) { next 227 ext/standard/html.c this_char = (c << 8) | next; next 228 ext/standard/html.c } else if (next != 0x80 && next != 0xFF) { next 245 ext/standard/html.c unsigned char next; next 249 ext/standard/html.c next = str[pos + 1]; next 251 ext/standard/html.c if (gb2312_trail(next)) { next 252 ext/standard/html.c this_char = (c << 8) | next; next 253 ext/standard/html.c } else if (gb2312_lead(next)) { next 272 ext/standard/html.c unsigned char next; next 276 ext/standard/html.c next = str[pos + 1]; next 278 ext/standard/html.c if (sjis_trail(next)) { next 279 ext/standard/html.c this_char = (c << 8) | next; next 280 ext/standard/html.c } else if (sjis_lead(next)) { next 300 ext/standard/html.c unsigned next; next 303 ext/standard/html.c next = str[pos + 1]; next 305 ext/standard/html.c if (next >= 0xA1 && next <= 0xFE) { next 307 ext/standard/html.c this_char = (c << 8) | next; next 309 ext/standard/html.c MB_FAILURE(pos, (next != 0xA0 && next != 0xFF) ? 1 : 2); next 313 ext/standard/html.c unsigned next; next 317 ext/standard/html.c next = str[pos + 1]; next 318 ext/standard/html.c if (next >= 0xA1 && next <= 0xDF) { next 320 ext/standard/html.c this_char = (c << 8) | next; next 322 ext/standard/html.c MB_FAILURE(pos, (next != 0xA0 && next != 0xFF) ? 1 : 2); next 956 ext/standard/html.c const char *next = NULL; /* when set, next > p, otherwise possible inf loop */ next 973 ext/standard/html.c next = &p[2]; next 974 ext/standard/html.c if (process_numeric_entity(&next, &code) == FAILURE) next 994 ext/standard/html.c next = &p[1]; next 995 ext/standard/html.c start = next; next 997 ext/standard/html.c if (process_named_entity_html(&next, &start, &ent_len) == FAILURE) next 1012 ext/standard/html.c assert(*next == ';'); next 1033 ext/standard/html.c p = next + 1; next 1037 ext/standard/html.c for (; p < next; p++) { next 1405 ext/standard/html.c *next = start; next 1408 ext/standard/html.c if (process_named_entity_html(&next, &start, &ent_len) == FAILURE) next 46 ext/standard/php_array.h PHP_FUNCTION(next); next 189 ext/standard/rand.c BG(next) = state; next 220 ext/standard/rand.c s1 = *BG(next)++; next 534 ext/standard/streamsfuncs.c for (filter = stream->filterhead; filter != NULL; filter = filter->next) { next 33 ext/standard/var_unserializer.c void *next; next 39 ext/standard/var_unserializer.c void *next; next 52 ext/standard/var_unserializer.c var_hash->next = 0; next 57 ext/standard/var_unserializer.c ((var_entries *) (*var_hashx)->last)->next = var_hash; next 87 ext/standard/var_unserializer.c var_hash->next = 0; next 92 ext/standard/var_unserializer.c ((var_dtor_entries *) (*var_hashx)->last_dtor)->next = var_hash; next 116 ext/standard/var_unserializer.c var_hash = var_hash->next; next 128 ext/standard/var_unserializer.c var_hash = var_hash->next; next 141 ext/standard/var_unserializer.c void *next; next 150 ext/standard/var_unserializer.c next = var_hash->next; next 152 ext/standard/var_unserializer.c var_hash = next; next 162 ext/standard/var_unserializer.c next = var_dtor_hash->next; next 164 ext/standard/var_unserializer.c var_dtor_hash = next; next 55 ext/sysvshm/php_sysvshm.h zend_long next; next 382 ext/sysvshm/sysvshm.c shm_var->next = total_size; next 407 ext/sysvshm/sysvshm.c pos += shm_var->next; next 409 ext/sysvshm/sysvshm.c if (shm_var->next <= 0 || pos < ptr->start) { next 425 ext/sysvshm/sysvshm.c next_chunk_ptr = (sysvshm_chunk *) ((char *) ptr + shm_varpos + chunk_ptr->next); next 427 ext/sysvshm/sysvshm.c memcpy_len = ptr->end-shm_varpos - chunk_ptr->next; next 428 ext/sysvshm/sysvshm.c ptr->free += chunk_ptr->next; next 429 ext/sysvshm/sysvshm.c ptr->end -= chunk_ptr->next; next 26 ext/xml/compat.c void *next; next 809 ext/xmlreader/php_xmlreader.c PHP_METHOD(xmlreader, next) next 1283 ext/xmlreader/php_xmlreader.c PHP_ME(xmlreader, next, arginfo_xmlreader_next, ZEND_ACC_PUBLIC) next 302 ext/xmlrpc/libxmlrpc/queue.c q->head->next = NULL; next 306 ext/xmlrpc/libxmlrpc/queue.c q->head->next = (datanode*)n; next 357 ext/xmlrpc/libxmlrpc/queue.c p->next = q->tail; next 360 ext/xmlrpc/libxmlrpc/queue.c q->tail->next = NULL; next 399 ext/xmlrpc/libxmlrpc/queue.c n = q->head->next; next 450 ext/xmlrpc/libxmlrpc/queue.c q->tail->next = NULL; next 482 ext/xmlrpc/libxmlrpc/queue.c if(!q->cursor || q->cursor->next == NULL) next 485 ext/xmlrpc/libxmlrpc/queue.c q->cursor = (node *)q->cursor->next; next 538 ext/xmlrpc/libxmlrpc/queue.c n = ((node*)iter)->next; next 545 ext/xmlrpc/libxmlrpc/queue.c p->next = n; next 822 ext/xmlrpc/libxmlrpc/queue.c dn = dn->next; next 965 ext/xmlrpc/libxmlrpc/queue.c return qi ? (q_iter)((node*)qi)->next : NULL; next 31 ext/xmlrpc/libxmlrpc/queue.h datanode *prev, *next ; next 85 ext/xmlrpc/libxmlrpc/queue.h #define Q_Iter_Next_F(qi) (qi ? (q_iter)((node*)qi)->next : NULL) next 457 ext/xsl/xsltprocessor.c nodep = nodep->next; next 648 ext/zip/lib/zip_dirent.c ef2->next = ef; next 694 ext/zip/lib/zip_dirent.c ef64->next = ef; next 57 ext/zip/lib/zip_extra_field.c prev->next = def; next 60 ext/zip/lib/zip_extra_field.c ef = ef->next; next 76 ext/zip/lib/zip_extra_field.c for (; ef; ef=(prev ? prev->next : head)) { next 82 ext/zip/lib/zip_extra_field.c prev->next = ef->next; next 84 ext/zip/lib/zip_extra_field.c head = ef->next; next 85 ext/zip/lib/zip_extra_field.c ef->next = NULL; next 111 ext/zip/lib/zip_extra_field.c ef2 = ef->next; next 127 ext/zip/lib/zip_extra_field.c for (; ef; ef=ef->next) { next 157 ext/zip/lib/zip_extra_field.c for (tail=to; tail->next; tail=tail->next) next 161 ext/zip/lib/zip_extra_field.c ef2 = from->next; next 164 ext/zip/lib/zip_extra_field.c for (tt=to; tt; tt=tt->next) { next 172 ext/zip/lib/zip_extra_field.c from->next = NULL; next 176 ext/zip/lib/zip_extra_field.c tail = tail->next = from; next 191 ext/zip/lib/zip_extra_field.c ef->next = NULL; next 244 ext/zip/lib/zip_extra_field.c ef->next = ef2; next 282 ext/zip/lib/zip_extra_field.c zip_extra_field_t *prev, *next; next 289 ext/zip/lib/zip_extra_field.c next = ef->next; next 291 ext/zip/lib/zip_extra_field.c ef_head = next; next 292 ext/zip/lib/zip_extra_field.c ef->next = NULL; next 295 ext/zip/lib/zip_extra_field.c prev->next = next; next 296 ext/zip/lib/zip_extra_field.c ef = next; next 300 ext/zip/lib/zip_extra_field.c ef = ef->next; next 314 ext/zip/lib/zip_extra_field.c for (; ef; ef=ef->next) { next 333 ext/zip/lib/zip_extra_field.c for (; ef; ef=ef->next) { next 126 ext/zip/lib/zip_extra_field_api.c for (ef=de->extra_fields; ef; ef=ef->next) { next 191 ext/zip/lib/zip_extra_field_api.c for (ef=de->extra_fields; ef; ef=ef->next) next 219 ext/zip/lib/zip_extra_field_api.c for (ef=de->extra_fields; ef; ef=ef->next) next 263 ext/zip/lib/zip_extra_field_api.c for (; ef; ef=ef->next) { next 305 ext/zip/lib/zip_extra_field_api.c ef_new->next = ef->next; next 306 ext/zip/lib/zip_extra_field_api.c ef->next = NULL; next 309 ext/zip/lib/zip_extra_field_api.c ef_prev->next = ef_new; next 315 ext/zip/lib/zip_extra_field_api.c ef_new->next = ef->next; next 316 ext/zip/lib/zip_extra_field_api.c ef->next = ef_new; next 320 ext/zip/lib/zip_extra_field_api.c ef_new->next = ef_prev->next; next 321 ext/zip/lib/zip_extra_field_api.c ef_prev->next = ef_new; next 42 ext/zip/lib/zip_hash.c struct zip_hash_entry *next; next 78 ext/zip/lib/zip_hash.c zip_hash_entry_t *next; next 80 ext/zip/lib/zip_hash.c next = entry->next; next 82 ext/zip/lib/zip_hash.c entry = next; next 134 ext/zip/lib/zip_hash.c for (entry = hash->table[hash_value]; entry != NULL; entry = entry->next) { next 152 ext/zip/lib/zip_hash.c entry->next = hash->table[hash_value]; next 184 ext/zip/lib/zip_hash.c previous->next = entry->next; next 187 ext/zip/lib/zip_hash.c hash->table[hash_value] = entry->next; next 197 ext/zip/lib/zip_hash.c entry = entry->next; next 217 ext/zip/lib/zip_hash.c for (entry = hash->table[hash_value]; entry != NULL; entry = entry->next) { next 250 ext/zip/lib/zip_hash.c previous->next = entry->next; next 253 ext/zip/lib/zip_hash.c hash->table[i] = entry->next; next 256 ext/zip/lib/zip_hash.c entry = entry->next; next 263 ext/zip/lib/zip_hash.c entry = entry->next; next 374 ext/zip/lib/zipint.h zip_extra_field_t *next; next 596 main/SAPI.c zend_llist_element *next; next 601 main/SAPI.c next = current->next; next 605 main/SAPI.c current->prev->next = next; next 607 main/SAPI.c l->head = next; next 609 main/SAPI.c if (next) { next 610 main/SAPI.c next->prev = current->prev; next 618 main/SAPI.c current = next; next 143 main/alloca.c union hdr *next; /* For chaining headers. */ next 183 main/alloca.c register header *np = hp->h.next; next 211 main/alloca.c ((header *) new)->h.next = last_alloca_header; next 178 main/fastcgi.c struct _fcgi_hash_bucket *next; next 184 main/fastcgi.c struct _fcgi_hash_buckets *next; next 191 main/fastcgi.c struct _fcgi_data_seg *next; next 262 main/fastcgi.c h->buckets->next = NULL; next 266 main/fastcgi.c h->data->next = NULL; next 277 main/fastcgi.c b = b->next; next 283 main/fastcgi.c p = p->next; next 293 main/fastcgi.c while (h->buckets->next) { next 296 main/fastcgi.c h->buckets = h->buckets->next; next 301 main/fastcgi.c while (h->data->next) { next 304 main/fastcgi.c h->data = h->data->next; next 320 main/fastcgi.c p->next = h->data; next 344 main/fastcgi.c p = p->next; next 350 main/fastcgi.c b->next = h->buckets; next 355 main/fastcgi.c p->next = h->hash_table[idx]; next 379 main/fastcgi.c *p = (*p)->next; next 382 main/fastcgi.c p = &(*p)->next; next 398 main/fastcgi.c p = p->next; next 693 main/php_ini.c for (element = scanned_ini_list.head; element; element = element->next) { next 698 main/php_ini.c strlcat(php_ini_scanned_files, element->next ? ",\n" : "\n", total_l); next 82 main/streams/filter.c bucket->next = bucket->prev = NULL; next 192 main/streams/filter.c bucket->next = brigade->head; next 211 main/streams/filter.c bucket->next = NULL; next 214 main/streams/filter.c brigade->tail->next = bucket; next 225 main/streams/filter.c bucket->prev->next = bucket->next; next 227 main/streams/filter.c bucket->brigade->head = bucket->next; next 229 main/streams/filter.c if (bucket->next) { next 230 main/streams/filter.c bucket->next->prev = bucket->prev; next 235 main/streams/filter.c bucket->next = bucket->prev = NULL; next 316 main/streams/filter.c filter->next = chain->head; next 340 main/streams/filter.c filter->next = NULL; next 342 main/streams/filter.c chain->tail->next = filter; next 423 main/streams/filter.c filter->prev->next = NULL; next 447 main/streams/filter.c for(current = filter; current; current = current->next) { next 472 main/streams/filter.c for(bucket = inp->head; bucket; bucket = bucket->next) { next 514 main/streams/filter.c filter->prev->next = filter->next; next 516 main/streams/filter.c filter->chain->head = filter->next; next 518 main/streams/filter.c if (filter->next) { next 519 main/streams/filter.c filter->next->prev = filter->prev; next 45 main/streams/php_stream_filter_api.h php_stream_bucket *next, *prev; next 111 main/streams/php_stream_filter_api.h php_stream_filter *next; next 592 main/streams/streams.c for (filter = stream->readfilters.head; filter; filter = filter->next) { next 1156 main/streams/streams.c for (filter = stream->writefilters.head; filter; filter = filter->next) { next 142 sapi/cli/php_cli_server.c struct php_cli_server_chunk *next; next 874 sapi/cli/php_cli_server.c php_cli_server_chunk *chunk, *next; next 875 sapi/cli/php_cli_server.c for (chunk = buffer->first; chunk; chunk = next) { next 876 sapi/cli/php_cli_server.c next = chunk->next; next 891 sapi/cli/php_cli_server.c for (last = chunk; last->next; last = last->next); next 895 sapi/cli/php_cli_server.c buffer->last->next = chunk; next 903 sapi/cli/php_cli_server.c for (last = chunk; last->next; last = last->next); next 904 sapi/cli/php_cli_server.c last->next = buffer->first; next 915 sapi/cli/php_cli_server.c for (chunk = buffer->first; chunk; chunk = chunk->next) { next 929 sapi/cli/php_cli_server.c chunk->next = NULL; next 943 sapi/cli/php_cli_server.c chunk->next = NULL; next 958 sapi/cli/php_cli_server.c chunk->next = NULL; next 977 sapi/cli/php_cli_server.c php_cli_server_chunk *chunk, *next; next 980 sapi/cli/php_cli_server.c for (chunk = sender->buffer.first; chunk; chunk = next) { next 986 sapi/cli/php_cli_server.c next = chunk->next; next 1001 sapi/cli/php_cli_server.c sender->buffer.first = next; next 1002 sapi/cli/php_cli_server.c if (!next) { next 1024 sapi/cli/php_cli_server.c sender->buffer.first = next; next 1025 sapi/cli/php_cli_server.c if (!next) { next 190 sapi/fpm/fpm/events/devpoll.c q = q->next; /* iterate */ next 175 sapi/fpm/fpm/events/poll.c q = q->next; /* iterate */ next 131 sapi/fpm/fpm/events/select.c q = q->next; /* iterate */ next 98 sapi/fpm/fpm/fpm.c for (wp = fpm_worker_all_pools; wp; wp = wp->next) { next 96 sapi/fpm/fpm/fpm_children.c child->next = wp->children; next 97 sapi/fpm/fpm/fpm_children.c if (child->next) { next 98 sapi/fpm/fpm/fpm_children.c child->next->prev = child; next 111 sapi/fpm/fpm/fpm_children.c child->prev->next = child->next; next 113 sapi/fpm/fpm/fpm_children.c child->wp->children = child->next; next 116 sapi/fpm/fpm/fpm_children.c if (child->next) { next 117 sapi/fpm/fpm/fpm_children.c child->next->prev = child->prev; next 127 sapi/fpm/fpm/fpm_children.c for (wp = fpm_worker_all_pools; wp; wp = wp->next) { next 129 sapi/fpm/fpm/fpm_children.c for (child = wp->children; child; child = child->next) { next 166 sapi/fpm/fpm/fpm_children.c struct fpm_child_s *next; next 168 sapi/fpm/fpm/fpm_children.c for (; child; child = next) { next 169 sapi/fpm/fpm/fpm_children.c next = child->next; next 341 sapi/fpm/fpm/fpm_children.c for (wp = fpm_worker_all_pools; wp; wp = wp->next) { next 23 sapi/fpm/fpm/fpm_children.h struct fpm_child_s *prev, *next; next 589 sapi/fpm/fpm/fpm_conf.c kv->next = **parent; next 623 sapi/fpm/fpm/fpm_conf.c if (!tmp->next) { next 624 sapi/fpm/fpm/fpm_conf.c tmp->next = wp; next 627 sapi/fpm/fpm/fpm_conf.c tmp = tmp->next; next 663 sapi/fpm/fpm/fpm_conf.c kv_next = kv->next; next 669 sapi/fpm/fpm/fpm_conf.c kv_next = kv->next; next 675 sapi/fpm/fpm/fpm_conf.c kv_next = kv->next; next 754 sapi/fpm/fpm/fpm_conf.c for (wp = fpm_worker_all_pools; wp; wp = wp->next) { next 1076 sapi/fpm/fpm/fpm_conf.c for (kv = wp->config->php_values; kv; kv = kv->next) { next 1083 sapi/fpm/fpm/fpm_conf.c for (kv = wp->config->php_admin_values; kv; kv = kv->next) { next 1097 sapi/fpm/fpm/fpm_conf.c for (wp = fpm_worker_all_pools; wp; wp = wp->next) { next 1098 sapi/fpm/fpm/fpm_conf.c for (wp2 = fpm_worker_all_pools; wp2; wp2 = wp2->next) { next 1221 sapi/fpm/fpm/fpm_conf.c for (wp = fpm_worker_all_pools; wp; wp = wp->next) { next 1318 sapi/fpm/fpm/fpm_conf.c for (wp = fpm_worker_all_pools; wp; wp = wp->next) { next 1602 sapi/fpm/fpm/fpm_conf.c for (wp = fpm_worker_all_pools; wp; wp = wp->next) { next 1647 sapi/fpm/fpm/fpm_conf.c for (kv = wp->config->env; kv; kv = kv->next) { next 1651 sapi/fpm/fpm/fpm_conf.c for (kv = wp->config->php_values; kv; kv = kv->next) { next 1655 sapi/fpm/fpm/fpm_conf.c for (kv = wp->config->php_admin_values; kv; kv = kv->next) { next 18 sapi/fpm/fpm/fpm_conf.h struct key_value_s *next; next 150 sapi/fpm/fpm/fpm_env.c for (kv = wp->config->env; kv; kv = kv->next) { next 170 sapi/fpm/fpm/fpm_env.c for (kv = wp->config->env; kv; kv = kv->next) { next 207 sapi/fpm/fpm/fpm_env.c for (wp = fpm_worker_all_pools; wp; wp = wp->next) { next 136 sapi/fpm/fpm/fpm_events.c queue = queue->next; next 160 sapi/fpm/fpm/fpm_events.c elt->next = NULL; next 165 sapi/fpm/fpm/fpm_events.c elt->next = *queue; next 188 sapi/fpm/fpm/fpm_events.c q->prev->next = q->next; next 190 sapi/fpm/fpm/fpm_events.c if (q->next) { next 191 sapi/fpm/fpm/fpm_events.c q->next->prev = q->prev; next 194 sapi/fpm/fpm/fpm_events.c *queue = q->next; next 208 sapi/fpm/fpm/fpm_events.c q = q->next; next 229 sapi/fpm/fpm/fpm_events.c q = q->next; next 325 sapi/fpm/fpm/fpm_events.c for (wp = fpm_worker_all_pools; wp; wp = wp->next) { next 400 sapi/fpm/fpm/fpm_events.c q = q->next; next 438 sapi/fpm/fpm/fpm_events.c q->prev->next = q->next; next 440 sapi/fpm/fpm/fpm_events.c if (q->next) { next 441 sapi/fpm/fpm/fpm_events.c q->next->prev = q->prev; next 444 sapi/fpm/fpm/fpm_events.c fpm_event_queue_timer = q->next; next 449 sapi/fpm/fpm/fpm_events.c q = q->next; next 455 sapi/fpm/fpm/fpm_events.c q = q->next; next 28 sapi/fpm/fpm/fpm_events.h struct fpm_event_queue_s *next; next 39 sapi/fpm/fpm/fpm_log.c for (wp = fpm_worker_all_pools; wp; wp = wp->next) { next 89 sapi/fpm/fpm/fpm_log.c for (wp = fpm_worker_all_pools; wp; wp = wp->next) { next 1458 sapi/fpm/fpm/fpm_main.c kv.next = NULL; next 119 sapi/fpm/fpm/fpm_php.c for (kv = wp->config->php_values; kv; kv = kv->next) { next 125 sapi/fpm/fpm/fpm_php.c for (kv = wp->config->php_admin_values; kv; kv = kv->next) { next 151 sapi/fpm/fpm/fpm_process_ctl.c for (wp = fpm_worker_all_pools; wp; wp = wp->next) { next 154 sapi/fpm/fpm/fpm_process_ctl.c for (child = wp->children; child; child = child->next) { next 296 sapi/fpm/fpm/fpm_process_ctl.c for (wp = fpm_worker_all_pools; wp; wp = wp->next) { next 302 sapi/fpm/fpm/fpm_process_ctl.c for (child = wp->children; child; child = child->next) { next 314 sapi/fpm/fpm/fpm_process_ctl.c for (wp = fpm_worker_all_pools; wp; wp = wp->next) { next 324 sapi/fpm/fpm/fpm_process_ctl.c for (child = wp->children; child; child = child->next) { next 522 sapi/fpm/fpm/fpm_process_ctl.c for (child = wp->children; child; child = child->next) { next 44 sapi/fpm/fpm/fpm_scoreboard.c for (wp = fpm_worker_all_pools; wp; wp = wp->next) { next 361 sapi/fpm/fpm/fpm_sockets.c for (wp = fpm_worker_all_pools; wp; wp = wp->next) { next 22 sapi/fpm/fpm/fpm_systemd.c for (wp = fpm_worker_all_pools; wp; wp = wp->next) { next 573 sapi/fpm/fpm/fpm_unix.c for (wp = fpm_worker_all_pools; wp; wp = wp->next) { next 43 sapi/fpm/fpm/fpm_worker_pool.c wp_next = wp->next; next 22 sapi/fpm/fpm/fpm_worker_pool.h struct fpm_worker_pool_s *next; next 433 sapi/phpdbg/phpdbg.c PHPDBG_G(oplog_cur)->next = NULL; next 678 sapi/phpdbg/phpdbg.c cur = cur->next; next 872 sapi/phpdbg/phpdbg_bp.c if (param->next) { next 873 sapi/phpdbg/phpdbg_bp.c condition = param->next; next 376 sapi/phpdbg/phpdbg_cmd.c if (stack && stack->next) { next 377 sapi/phpdbg/phpdbg_cmd.c phpdbg_param_t *remove = stack->next; next 380 sapi/phpdbg/phpdbg_cmd.c phpdbg_param_t *next = NULL; next 382 sapi/phpdbg/phpdbg_cmd.c if (remove->next) next 383 sapi/phpdbg/phpdbg_cmd.c next = remove->next; next 423 sapi/phpdbg/phpdbg_cmd.c if (next) next 424 sapi/phpdbg/phpdbg_cmd.c remove = next; next 430 sapi/phpdbg/phpdbg_cmd.c stack->next = NULL; next 435 sapi/phpdbg/phpdbg_cmd.c phpdbg_param_t *next = calloc(1, sizeof(phpdbg_param_t)); next 437 sapi/phpdbg/phpdbg_cmd.c if (!next) { next 441 sapi/phpdbg/phpdbg_cmd.c *(next) = *(param); next 443 sapi/phpdbg/phpdbg_cmd.c next->next = NULL; next 446 sapi/phpdbg/phpdbg_cmd.c stack->top = next; next 447 sapi/phpdbg/phpdbg_cmd.c next->top = NULL; next 448 sapi/phpdbg/phpdbg_cmd.c stack->next = next; next 450 sapi/phpdbg/phpdbg_cmd.c stack->top->next = next; next 451 sapi/phpdbg/phpdbg_cmd.c next->top = stack->top; next 452 sapi/phpdbg/phpdbg_cmd.c stack->top = next; next 463 sapi/phpdbg/phpdbg_cmd.c stack->next = param->next; next 464 sapi/phpdbg/phpdbg_cmd.c param->next = stack; next 547 sapi/phpdbg/phpdbg_cmd.c top = top->next; next 620 sapi/phpdbg/phpdbg_cmd.c (*top) = (*top)->next; next 666 sapi/phpdbg/phpdbg_cmd.c phpdbg_param_t *top = (phpdbg_param_t *) stack->next; next 737 sapi/phpdbg/phpdbg_cmd.c } while ((top = top->next)); next 67 sapi/phpdbg/phpdbg_cmd.h phpdbg_param_t *next; next 81 sapi/phpdbg/phpdbg_cmd.h (v)->next = NULL; \ next 211 sapi/phpdbg/phpdbg_opcode.c cur->next = NULL; next 212 sapi/phpdbg/phpdbg_opcode.c PHPDBG_G(oplog_cur)->next = cur; next 32 sapi/phpdbg/phpdbg_opcode.h phpdbg_oplog_entry *next; next 186 sapi/phpdbg/phpdbg_parser.y top = top->next; next 95 sapi/phpdbg/phpdbg_prompt.c PHPDBG_COMMAND_D(next, "step over next line", 'n', NULL, 0, PHPDBG_ASYNC_SAFE), next 107 sapi/phpdbg/phpdbg_prompt.c name = stack->next; next 130 sapi/phpdbg/phpdbg_prompt.c if (name->next) { next 132 sapi/phpdbg/phpdbg_prompt.c phpdbg_param_t *next = name->next; next 136 sapi/phpdbg/phpdbg_prompt.c while (next) { next 139 sapi/phpdbg/phpdbg_prompt.c switch (next->type) { next 143 sapi/phpdbg/phpdbg_prompt.c add_next_index_stringl(¶ms, next->str, next->len); next 147 sapi/phpdbg/phpdbg_prompt.c add_next_index_long(¶ms, next->num); next 151 sapi/phpdbg/phpdbg_prompt.c spprintf(&buffered, 0, "%s::%s", next->method.class, next->method.name); next 156 sapi/phpdbg/phpdbg_prompt.c spprintf(&buffered, 0, "%s::%s#%ld", next->method.class, next->method.name, next->num); next 161 sapi/phpdbg/phpdbg_prompt.c spprintf(&buffered, 0, "%s#%ld", next->str, next->num); next 166 sapi/phpdbg/phpdbg_prompt.c spprintf(&buffered, 0, "%s:%ld", next->file.name, next->file.line); next 171 sapi/phpdbg/phpdbg_prompt.c spprintf(&buffered, 0, "%s:#%ld", next->file.name, next->file.line); next 180 sapi/phpdbg/phpdbg_prompt.c next = next->next; next 555 sapi/phpdbg/phpdbg_prompt.c PHPDBG_COMMAND(next) /* {{{ */ next 1367 sapi/phpdbg/phpdbg_prompt.c #define PARA ((phpdbg_param_t *)stack.next)->type next 1465 sapi/phpdbg/phpdbg_prompt.c goto next; \ next 1495 sapi/phpdbg/phpdbg_prompt.c goto next; next 1539 sapi/phpdbg/phpdbg_prompt.c goto next; next 1548 sapi/phpdbg/phpdbg_prompt.c goto next; next 1560 sapi/phpdbg/phpdbg_prompt.c goto next; next 1571 sapi/phpdbg/phpdbg_prompt.c goto next; next 1586 sapi/phpdbg/phpdbg_prompt.c goto next; next 1626 sapi/phpdbg/phpdbg_prompt.c next: next 1677 sapi/phpdbg/phpdbg_prompt.c next: next 59 sapi/phpdbg/phpdbg_prompt.h PHPDBG_COMMAND(next); next 101 sapi/phpdbg/phpdbg_set.c if (param->next) { next 102 sapi/phpdbg/phpdbg_set.c if (param->next->num) { next 147 sapi/phpdbg/phpdbg_set.c const phpdbg_color_t *color = phpdbg_get_color(param->next->str, param->next->len); next 150 sapi/phpdbg/phpdbg_set.c phpdbg_error("setcolor", "type=\"nocolor\"", "Failed to find the requested color (%s)", param->next->str); next 264 sapi/phpdbg/phpdbg_wait.c elm->prev->next = elm->next; next 266 sapi/phpdbg/phpdbg_wait.c zend_extensions.head = elm->next; next 268 sapi/phpdbg/phpdbg_wait.c if (elm->next) { next 269 sapi/phpdbg/phpdbg_wait.c elm->next->prev = elm->prev;