next 29 TSRM/TSRM.c tsrm_tls_entry *next;
next 176 TSRM/TSRM.c next_p = p->next;
next 260 TSRM/TSRM.c p = p->next;
next 279 TSRM/TSRM.c (*thread_resources_ptr)->next = NULL;
next 358 TSRM/TSRM.c if (thread_resources->next) {
next 359 TSRM/TSRM.c thread_resources = thread_resources->next;
next 361 TSRM/TSRM.c allocate_new_resource(&thread_resources->next, thread_id);
next 385 TSRM/TSRM.c tsrm_tls_entry *next, *thread_resources = (tsrm_tls_entry*)context;
next 389 TSRM/TSRM.c next = thread_resources->next;
next 401 TSRM/TSRM.c thread_resources = next;
next 466 TSRM/TSRM.c last->next = thread_resources->next;
next 468 TSRM/TSRM.c tsrm_tls_table[hash_value] = thread_resources->next;
next 474 TSRM/TSRM.c if (thread_resources->next) {
next 477 TSRM/TSRM.c thread_resources = thread_resources->next;
next 508 TSRM/TSRM.c last->next = thread_resources->next;
next 510 TSRM/TSRM.c tsrm_tls_table[hash_value] = thread_resources->next;
next 514 TSRM/TSRM.c thread_resources = last->next;
next 519 TSRM/TSRM.c if (thread_resources->next) {
next 522 TSRM/TSRM.c thread_resources = thread_resources->next;
next 551 TSRM/TSRM.c p = p->next;
next 404 TSRM/tsrm_virtual_cwd.c p = p->next;
next 423 TSRM/tsrm_virtual_cwd.c *bucket = (*bucket)->next;
next 428 TSRM/tsrm_virtual_cwd.c bucket = &(*bucket)->next;
next 450 TSRM/tsrm_virtual_cwd.c bucket->next = CWDG(realpath_cache)[n];
next 466 TSRM/tsrm_virtual_cwd.c *bucket = (*bucket)->next;
next 473 TSRM/tsrm_virtual_cwd.c bucket = &(*bucket)->next;
next 210 TSRM/tsrm_virtual_cwd.h struct _realpath_cache_bucket *next;
next 707 Zend/zend_alloc.c zend_mm_free_block *prev, *next;
next 716 Zend/zend_alloc.c next = prev->next_free_block;
next 718 Zend/zend_alloc.c mm_block->next_free_block = next;
next 719 Zend/zend_alloc.c prev->next_free_block = next->prev_free_block = mm_block;
next 756 Zend/zend_alloc.c zend_mm_free_block *next = prev->next_free_block;
next 758 Zend/zend_alloc.c prev->next_free_block = next->prev_free_block = mm_block;
next 759 Zend/zend_alloc.c mm_block->next_free_block = next;
next 767 Zend/zend_alloc.c zend_mm_free_block *prev, *next;
next 775 Zend/zend_alloc.c next = prev->next_free_block;
next 778 Zend/zend_alloc.c mm_block->next_free_block = next;
next 779 Zend/zend_alloc.c prev->next_free_block = next->prev_free_block = mm_block;
next 786 Zend/zend_alloc.c zend_mm_free_block *next = mm_block->next_free_block;
next 794 Zend/zend_alloc.c if (UNEXPECTED(next != mm_block)) {
next 832 Zend/zend_alloc.c if (UNEXPECTED(prev->next_free_block != mm_block) || UNEXPECTED(next->prev_free_block != mm_block)) {
next 837 Zend/zend_alloc.c prev->next_free_block = next;
next 838 Zend/zend_alloc.c next->prev_free_block = prev;
next 841 Zend/zend_alloc.c if (EXPECTED(prev == next)) {
next 879 Zend/zend_compile.c for (le=jmp_list_ptr->head; le; le = le->next) {
next 958 Zend/zend_compile.c le = le->next;
next 3496 Zend/zend_compile.c dimension = dimension->next;
next 3502 Zend/zend_compile.c le = le->next;
next 218 Zend/zend_extensions.c for (element = zend_extensions.head; element; element = element->next) {
next 34 Zend/zend_fast_cache.h struct _zend_fast_cache_list_entry *next;
next 65 Zend/zend_fast_cache.h AG(fast_cache_list_head)[fc_type] = ((zend_fast_cache_list_entry *) AG(fast_cache_list_head)[fc_type])->next; \
next 78 Zend/zend_fast_cache.h ((zend_fast_cache_list_entry *) (p))->next = (zend_fast_cache_list_entry *) AG(fast_cache_list_head)[fc_type]; \
next 487 Zend/zend_interfaces.c ZEND_ABSTRACT_ME(iterator, next, NULL)
next 42 Zend/zend_llist.c tmp->next = NULL;
next 44 Zend/zend_llist.c l->tail->next = tmp;
next 59 Zend/zend_llist.c tmp->next = l->head;
next 75 Zend/zend_llist.c (current)->prev->next = (current)->next;\
next 77 Zend/zend_llist.c (l)->head = (current)->next;\
next 79 Zend/zend_llist.c if ((current)->next) {\
next 80 Zend/zend_llist.c (current)->next->prev = (current)->prev;\
next 94 Zend/zend_llist.c zend_llist_element *next;
next 97 Zend/zend_llist.c next = current->next;
next 102 Zend/zend_llist.c current = next;
next 109 Zend/zend_llist.c zend_llist_element *current=l->head, *next;
next 112 Zend/zend_llist.c next = current->next;
next 117 Zend/zend_llist.c current = next;
next 138 Zend/zend_llist.c old_tail->prev->next = NULL;
next 168 Zend/zend_llist.c ptr = ptr->next;
next 175 Zend/zend_llist.c zend_llist_element *element, *next;
next 179 Zend/zend_llist.c next = element->next;
next 183 Zend/zend_llist.c element = next;
next 192 Zend/zend_llist.c for (element=l->head; element; element=element->next) {
next 212 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 106 Zend/zend_objects_API.c EG(objects_store).free_list_head = EG(objects_store).object_buckets[handle].bucket.free_list.next;
next 157 Zend/zend_objects_API.c EG(objects_store).object_buckets[handle].bucket.free_list.next = EG(objects_store).free_list_head; \
next 43 Zend/zend_objects_API.h int next;
next 419 Zend/zend_strtod.c struct Bigint *next;
next 481 Zend/zend_strtod.c freelist[k] = rv->next;
next 501 Zend/zend_strtod.c v->next = freelist[v->k];
next 799 Zend/zend_strtod.c p5->next = 0;
next 810 Zend/zend_strtod.c if (!(p51 = p5->next)) {
next 811 Zend/zend_strtod.c if (!(p51 = p5->next)) {
next 812 Zend/zend_strtod.c p51 = p5->next = mult(p5,p5);
next 813 Zend/zend_strtod.c p51->next = 0;
next 1385 Zend/zend_strtod.c *listp = tmp->next;
next 2022 Zend/zend_strtod.c p5s = p5s->next;
next 2579 Zend/zend_strtod.c p5s = p5s->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 413 ext/com_dotnet/com_wrapper.c ulong next = id+1;
next 416 ext/com_dotnet/com_wrapper.c while(!zend_hash_index_exists(disp->dispid_to_name, next))
next 417 ext/com_dotnet/com_wrapper.c next++;
next 419 ext/com_dotnet/com_wrapper.c if (zend_hash_index_exists(disp->dispid_to_name, next)) {
next 420 ext/com_dotnet/com_wrapper.c *pid = 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 107 ext/dba/libinifile/inifile.c inifile_line_free(&dba->next);
next 251 ext/dba/libinifile/inifile.c if (skip == -1 && dba->next.key.group && dba->next.key.name && !inifile_key_cmp(&dba->next.key, key TSRMLS_CC)) {
next 253 ext/dba/libinifile/inifile.c php_stream_seek(dba->fp, dba->next.pos, SEEK_SET);
next 258 ext/dba/libinifile/inifile.c inifile_line_free(&dba->next);
next 268 ext/dba/libinifile/inifile.c inifile_line_free(&dba->next);
next 269 ext/dba/libinifile/inifile.c dba->next = ln;
next 270 ext/dba/libinifile/inifile.c dba->next.pos = php_stream_tell(dba->fp);
next 282 ext/dba/libinifile/inifile.c dba->next.pos = php_stream_tell(dba->fp);
next 336 ext/dba/libinifile/inifile.c inifile_line_free(&dba->next);
next 45 ext/dba/libinifile/inifile.h line_type next;
next 1902 ext/dom/document.c cur = cur->next;
next 1920 ext/dom/document.c cur = cur->next;
next 1930 ext/dom/document.c cur = cur->next;
next 1960 ext/dom/document.c root = root->next;
next 104 ext/dom/documentfragment.c cur = cur->next;
next 107 ext/dom/documentfragment.c prop = prop->next;
next 114 ext/dom/documentfragment.c cur = cur->next;
next 218 ext/dom/dom_iterators.c curnode = curnode->next;
next 316 ext/dom/element.c ns = ns->next;
next 335 ext/dom/element.c nsPtr = nsPtr->next;
next 799 ext/dom/element.c tmpnsptr = nsptr->next;
next 806 ext/dom/element.c tmpnsptr = tmpnsptr->next;
next 114 ext/dom/namednodemap.c while (curnode->next != NULL) {
next 116 ext/dom/namednodemap.c curnode = curnode->next;
next 251 ext/dom/namednodemap.c curnode = (xmlNodePtr)curnode->next;
next 611 ext/dom/node.c nextsib = nodep->next;
next 842 ext/dom/node.c curns = curns->next;
next 990 ext/dom/node.c prevsib->next = newchild;
next 996 ext/dom/node.c fragment->last->next = nextsib;
next 1014 ext/dom/node.c node = node->next;
next 1095 ext/dom/node.c new_child->next = refp;
next 1099 ext/dom/node.c new_child->prev->next = new_child;
next 1145 ext/dom/node.c child->next = new_child;
next 1241 ext/dom/node.c children = children->next;
next 1251 ext/dom/node.c nextsib = oldchild->next;
next 1322 ext/dom/node.c children = children->next;
next 1397 ext/dom/node.c child->next = new_child;
next 77 ext/dom/nodelist.c while (curnode->next != NULL) {
next 79 ext/dom/nodelist.c curnode = curnode->next;
next 151 ext/dom/nodelist.c curnode = curnode->next;
next 954 ext/dom/php_dom.c node = node->next;
next 1368 ext/dom/php_dom.c nodep = nodep->next;
next 1386 ext/dom/php_dom.c nextp = child->next;
next 1389 ext/dom/php_dom.c newnextp = nextp->next;
next 1406 ext/dom/php_dom.c attr = attr->next;
next 1415 ext/dom/php_dom.c child = child->next;
next 1440 ext/dom/php_dom.c while (cur->next != NULL) {
next 1441 ext/dom/php_dom.c cur = cur->next;
next 1443 ext/dom/php_dom.c cur->next = ns;
next 1529 ext/dom/php_dom.c cur = cur->next;
next 1538 ext/dom/php_dom.c cur = cur->next;
next 128 ext/dom/text.c node = node->next;
next 668 ext/fdf/fdf.c char **newValues = ecalloc(nValues, sizeof(char *)), **next;
next 672 ext/fdf/fdf.c next = newValues;
next 678 ext/fdf/fdf.c *next++ = estrdup(Z_STRVAL_PP(tmp));
next 684 ext/fdf/fdf.c for(next = newValues; nValues; nValues--) {
next 685 ext/fdf/fdf.c efree(*next++);
next 84 ext/gd/gdcache.c elem = elem->next;
next 102 ext/gd/gdcache.c prev->next = elem->next;
next 103 ext/gd/gdcache.c elem->next = head->mru;
next 110 ext/gd/gdcache.c elem = elem->next;
next 123 ext/gd/gdcache.c prevprev->next = NULL;
next 128 ext/gd/gdcache.c elem->next = head->mru;
next 60 ext/gd/gdcache.h gdCache_element_t *next;
next 645 ext/gd/gdttf.c len = gdTcl_UtfToUniChar(*next, &ch);
next 646 ext/gd/gdttf.c *next += len;
next 653 ext/gd/gdttf.c ch = (**next) & 255; /* don't extend sign */
next 654 ext/gd/gdttf.c (*next)++;
next 656 ext/gd/gdttf.c && **next) { /* don't advance past '\0' */
next 657 ext/gd/gdttf.c ch = (ch * 256) + **next;
next 658 ext/gd/gdttf.c (*next)++;
next 746 ext/gd/gdttf.c char *error, *next;
next 773 ext/gd/gdttf.c next = str;
next 774 ext/gd/gdttf.c while (*next) {
next 775 ext/gd/gdttf.c ch = *next;
next 780 ext/gd/gdttf.c next++;
next 787 ext/gd/gdttf.c next++;
next 794 ext/gd/gdttf.c if ((error = gdttfchar(im, fg, font, x, y, x1, y1, &advance, &bbox, &next))) {
next 384 ext/gd/libgd/gd_jpeg.c marker = marker->next;
next 88 ext/gd/libgd/gdcache.c elem = elem->next;
next 109 ext/gd/libgd/gdcache.c prev->next = elem->next;
next 110 ext/gd/libgd/gdcache.c elem->next = head->mru;
next 117 ext/gd/libgd/gdcache.c elem = elem->next;
next 133 ext/gd/libgd/gdcache.c prevprev->next = NULL;
next 138 ext/gd/libgd/gdcache.c elem->next = head->mru;
next 59 ext/gd/libgd/gdcache.h gdCache_element_t *next;
next 789 ext/gd/libgd/gdft.c char *next;
next 914 ext/gd/libgd/gdft.c next = tmpstr;
next 917 ext/gd/libgd/gdft.c next = string;
next 921 ext/gd/libgd/gdft.c while (*next) {
next 922 ext/gd/libgd/gdft.c ch = *next;
next 931 ext/gd/libgd/gdft.c next++;
next 944 ext/gd/libgd/gdft.c next++;
next 958 ext/gd/libgd/gdft.c len = gdTcl_UtfToUniChar (next, &ch);
next 960 ext/gd/libgd/gdft.c next += len;
next 969 ext/gd/libgd/gdft.c len = gdTcl_UtfToUniChar(next, &ch);
next 970 ext/gd/libgd/gdft.c next += len;
next 977 ext/gd/libgd/gdft.c c = *next;
next 979 ext/gd/libgd/gdft.c next++;
next 980 ext/gd/libgd/gdft.c jiscode = 0x100 * (c & 0x7F) + ((*next) & 0x7F);
next 1003 ext/gd/libgd/gdft.c if (*next) next++;
next 1012 ext/gd/libgd/gdft.c ch = (*next) & 0xFF; /* don't extend sign */
next 1013 ext/gd/libgd/gdft.c next++;
next 1015 ext/gd/libgd/gdft.c && *next) { /* don't advance past '\0' */
next 1017 ext/gd/libgd/gdft.c ch = (ch * 256) + ((*next) & 255);
next 1018 ext/gd/libgd/gdft.c next++;
next 288 ext/imap/php_imap.c FOBJECTLIST *cur, *next;
next 290 ext/imap/php_imap.c for (cur=*foblist, next=cur->next; cur; cur=next) {
next 291 ext/imap/php_imap.c next = cur->next;
next 328 ext/imap/php_imap.c mail_free_errorlist (&(*errlist)->next);
next 354 ext/imap/php_imap.c MESSAGELIST *cur, *next;
next 356 ext/imap/php_imap.c for (cur = *msglist, next = cur->next; cur; cur = next) {
next 357 ext/imap/php_imap.c next = cur->next;
next 382 ext/imap/php_imap.c for(; qlist; qlist = qlist->next) {
next 410 ext/imap/php_imap.c for(; alist; alist = alist->next) {
next 698 ext/imap/php_imap.c ecur = ecur->next;
next 710 ext/imap/php_imap.c acur = acur->next;
next 1038 ext/imap/php_imap.c limits.next = NIL;
next 1394 ext/imap/php_imap.c cur=cur->next;
next 1446 ext/imap/php_imap.c cur=cur->next;
next 1482 ext/imap/php_imap.c cur=cur->next;
next 1719 ext/imap/php_imap.c cur=cur->next;
next 1770 ext/imap/php_imap.c cur=cur->next;
next 2136 ext/imap/php_imap.c addr->next=NIL;
next 2190 ext/imap/php_imap.c } while ((addresstmp = addresstmp->next));
next 2613 ext/imap/php_imap.c mypgm->next = NIL;
next 2835 ext/imap/php_imap.c } while ((dpar = dpar->next));
next 2858 ext/imap/php_imap.c } while ((par = par->next));
next 2912 ext/imap/php_imap.c env->from->next=NULL;
next 2918 ext/imap/php_imap.c env->to->next = NULL;
next 3037 ext/imap/php_imap.c custom_headers_param->next = tmp_param;
next 3066 ext/imap/php_imap.c tmp_param->next = bod->parameter;
next 3080 ext/imap/php_imap.c disp_param->next = tmp_param;
next 3114 ext/imap/php_imap.c disp_param->next = tmp_param;
next 3159 ext/imap/php_imap.c mypart->next = mail_newbody_part();
next 3160 ext/imap/php_imap.c mypart = mypart->next;
next 3179 ext/imap/php_imap.c tmp_param->next = bod->parameter;
next 3193 ext/imap/php_imap.c disp_param->next = tmp_param;
next 3227 ext/imap/php_imap.c disp_param->next = tmp_param;
next 3259 ext/imap/php_imap.c if (bod && bod->type == TYPEMULTIPART && (!bod->nested.part || !bod->nested.part->next)) {
next 3287 ext/imap/php_imap.c } while ((custom_headers_param = custom_headers_param->next));
next 3309 ext/imap/php_imap.c for (param = bod->parameter; param && !cookie; param = param->next) {
next 3342 ext/imap/php_imap.c } while ((part = part->next)); /* until done */
next 3424 ext/imap/php_imap.c addr = addr->next;
next 3453 ext/imap/php_imap.c addr = addr->next;
next 3479 ext/imap/php_imap.c addr = addr->next;
next 3646 ext/imap/php_imap.c cur = cur->next;
next 3673 ext/imap/php_imap.c cur = cur->next;
next 3700 ext/imap/php_imap.c cur = cur->next;
next 3724 ext/imap/php_imap.c if (cur->next == NIL) {
next 3727 ext/imap/php_imap.c cur = cur->next;
next 3876 ext/imap/php_imap.c } while ((tmp = tmp->next));
next 3920 ext/imap/php_imap.c } while ((addresstmp = addresstmp->next));
next 4087 ext/imap/php_imap.c } while ((dpar = dpar->next));
next 4110 ext/imap/php_imap.c } while ((par = par->next));
next 4122 ext/imap/php_imap.c for (part = body->CONTENT_PART; part; part = part->next) {
next 4159 ext/imap/php_imap.c if(cur->next) {
next 4162 ext/imap/php_imap.c build_thread_tree_helper(cur->next, tree, numNodes, buf);
next 4348 ext/imap/php_imap.c IMAPG(imap_messages)->next = NIL;
next 4352 ext/imap/php_imap.c cur->next = mail_newmessagelist();
next 4353 ext/imap/php_imap.c cur = cur->next;
next 4355 ext/imap/php_imap.c cur->next = NIL;
next 4382 ext/imap/php_imap.c IMAPG(imap_alertstack)->next = NIL;
next 4385 ext/imap/php_imap.c while (cur->next != NIL) {
next 4386 ext/imap/php_imap.c cur = cur->next;
next 4388 ext/imap/php_imap.c cur->next = mail_newstringlist ();
next 4389 ext/imap/php_imap.c cur = cur->next;
next 4391 ext/imap/php_imap.c cur->next = NIL;
next 4410 ext/imap/php_imap.c IMAPG(imap_folder_objects)->next = NIL;
next 4414 ext/imap/php_imap.c ocur->next=mail_newfolderobjectlist();
next 4415 ext/imap/php_imap.c ocur=ocur->next;
next 4419 ext/imap/php_imap.c ocur->next = NIL;
next 4429 ext/imap/php_imap.c IMAPG(imap_folders)->next=NIL;
next 4433 ext/imap/php_imap.c cur->next=mail_newstringlist ();
next 4434 ext/imap/php_imap.c cur=cur->next;
next 4436 ext/imap/php_imap.c cur->next = NIL;
next 4457 ext/imap/php_imap.c IMAPG(imap_sfolder_objects)->next = NIL;
next 4461 ext/imap/php_imap.c ocur->next=mail_newfolderobjectlist();
next 4462 ext/imap/php_imap.c ocur=ocur->next;
next 4466 ext/imap/php_imap.c ocur->next = NIL;
next 4474 ext/imap/php_imap.c IMAPG(imap_sfolders)->next=NIL;
next 4478 ext/imap/php_imap.c cur->next=mail_newstringlist ();
next 4479 ext/imap/php_imap.c cur=cur->next;
next 4481 ext/imap/php_imap.c cur->next = NIL;
next 4520 ext/imap/php_imap.c IMAPG(imap_errorstack)->next = NIL;
next 4523 ext/imap/php_imap.c while (cur->next != NIL) {
next 4524 ext/imap/php_imap.c cur = cur->next;
next 4526 ext/imap/php_imap.c cur->next = mail_newerrorlist();
next 4527 ext/imap/php_imap.c cur = cur->next;
next 4530 ext/imap/php_imap.c cur->next = NIL;
next 84 ext/imap/php_imap.h struct php_imap_mailbox_struct *next;
next 90 ext/imap/php_imap.h struct php_imap_error_struct *next;
next 95 ext/imap/php_imap.h struct _php_imap_message_struct *next;
next 888 ext/interbase/ibase_query.c ib_query->link->tr_list->next = NULL;
next 892 ext/interbase/ibase_query.c for (l = &ib_query->link->tr_list; *l != NULL; l = &(*l)->next);
next 895 ext/interbase/ibase_query.c (*l)->next = NULL;
next 346 ext/interbase/interbase.c l = l->next;
next 413 ext/interbase/interbase.c for (l = &trans->db_link[i]->tr_list; *l != NULL; l = &(*l)->next) {
next 416 ext/interbase/interbase.c *l = p->next;
next 846 ext/interbase/interbase.c for (l = ib_link->tr_list; l != NULL; l = l->next) {
next 987 ext/interbase/interbase.c ib_link[i]->tr_list->next = NULL;
next 991 ext/interbase/interbase.c for (l = &ib_link[i]->tr_list; *l != NULL; l = &(*l)->next);
next 994 ext/interbase/interbase.c (*l)->next = NULL;
next 1012 ext/interbase/interbase.c ib_link->tr_list->next = NULL;
next 89 ext/interbase/php_ibase_includes.h struct tr_list *next;
next 245 ext/libxml/libxml.c curnode = node->next;
next 998 ext/mbstring/oniguruma/regparse.c struct _FreeNode* next;
next 1029 ext/mbstring/oniguruma/regparse.c n->next = FreeNodeList;
next 1080 ext/mbstring/oniguruma/regparse.c n->next = FreeNodeList;
next 1098 ext/mbstring/oniguruma/regparse.c FreeNodeList = FreeNodeList->next;
next 1115 ext/mbstring/oniguruma/regparse.c FreeNodeList = FreeNodeList->next;
next 2701 ext/mbstring/oniguruma/regparse.c if (IS_NOT_NULL(next))
next 2702 ext/mbstring/oniguruma/regparse.c *next = q;
next 38 ext/mbstring/oniguruma/st.c st_table_entry *next;
next 219 ext/mbstring/oniguruma/st.c register st_table_entry *ptr, *next;
next 225 ext/mbstring/oniguruma/st.c next = ptr->next;
next 227 ext/mbstring/oniguruma/st.c ptr = next;
next 248 ext/mbstring/oniguruma/st.c while (PTR_NOT_EQUAL(table, ptr->next, hash_val, key)) {\
next 249 ext/mbstring/oniguruma/st.c ptr = ptr->next;\
next 251 ext/mbstring/oniguruma/st.c ptr = ptr->next;\
next 289 ext/mbstring/oniguruma/st.c entry->next = table->bins[bin_pos];\
next 333 ext/mbstring/oniguruma/st.c register st_table_entry *ptr, *next, **new_bins;
next 343 ext/mbstring/oniguruma/st.c next = ptr->next;
next 345 ext/mbstring/oniguruma/st.c ptr->next = new_bins[hash_val];
next 347 ext/mbstring/oniguruma/st.c ptr = next;
next 388 ext/mbstring/oniguruma/st.c entry->next = new_table->bins[i];
next 390 ext/mbstring/oniguruma/st.c ptr = ptr->next;
next 415 ext/mbstring/oniguruma/st.c table->bins[hash_val] = ptr->next;
next 423 ext/mbstring/oniguruma/st.c for(; ptr->next != 0; ptr = ptr->next) {
next 424 ext/mbstring/oniguruma/st.c if (EQUAL(table, ptr->next->key, *key)) {
next 425 ext/mbstring/oniguruma/st.c tmp = ptr->next;
next 426 ext/mbstring/oniguruma/st.c ptr->next = ptr->next->next;
next 456 ext/mbstring/oniguruma/st.c for(; ptr != 0; ptr = ptr->next) {
next 506 ext/mbstring/oniguruma/st.c for (tmp = table->bins[i]; tmp; tmp=tmp->next) {
next 517 ext/mbstring/oniguruma/st.c ptr = ptr->next;
next 524 ext/mbstring/oniguruma/st.c table->bins[i] = ptr->next;
next 527 ext/mbstring/oniguruma/st.c last->next = ptr->next;
next 529 ext/mbstring/oniguruma/st.c ptr = ptr->next;
next 305 ext/mime_magic/mime_magic.c struct magic *iter_next = iter->next;
next 526 ext/mime_magic/mime_magic.c m->next = NULL;
next 531 ext/mime_magic/mime_magic.c conf->last->next = m;
next 905 ext/mime_magic/mime_magic.c magic_rsl *curr, *next;
next 911 ext/mime_magic/mime_magic.c next = curr->next;
next 914 ext/mime_magic/mime_magic.c curr = next;
next 945 ext/mime_magic/mime_magic.c rsl->next = (magic_rsl *) NULL;
next 949 ext/mime_magic/mime_magic.c req_dat->tail->next = rsl;
next 1012 ext/mime_magic/mime_magic.c frag->next;
next 1013 ext/mime_magic/mime_magic.c frag = frag->next, cur_frag++) {
next 1298 ext/mime_magic/mime_magic.c for (m = conf->magic; m; m = m->next) {
next 1307 ext/mime_magic/mime_magic.c if (!m->next || (m->next->cont_level == 0)) {
next 1311 ext/mime_magic/mime_magic.c m_cont = m->next;
next 1318 ext/mime_magic/mime_magic.c m_cont = m_cont->next;
next 1341 ext/mime_magic/mime_magic.c m = m->next;
next 1379 ext/mime_magic/mime_magic.c m = m->next;
next 1872 ext/mime_magic/mime_magic.c frag && frag->next;
next 1873 ext/mime_magic/mime_magic.c frag = frag->next, cur_frag++) {
next 46 ext/mime_magic/phpmimemagic.h struct magic *next; /* link to next entry */
next 337 ext/mime_magic/phpmimemagic.h struct magic_rsl_s *next; /* pointer to next fragment */
next 38 ext/mysqli/mysqli_warning.c w = w->next;
next 81 ext/mysqli/mysqli_warning.c prev->next = (void *)w;
next 105 ext/mysqli/mysqli_warning.c if (w->next) {
next 106 ext/mysqli/mysqli_warning.c w = w->next;
next 216 ext/mysqli/mysqli_warning.c PHP_ME(mysqli_warning, next, NULL, ZEND_ACC_PUBLIC)
next 103 ext/mysqli/php_mysqli.h void *next;
next 202 ext/pcntl/pcntl.c PCNTL_G(head) = sig->next;
next 207 ext/pcntl/pcntl.c PCNTL_G(spares) = sig->next;
next 544 ext/pcntl/pcntl.c psig->next = PCNTL_G(spares);
next 668 ext/pcntl/pcntl.c PCNTL_G(spares) = psig->next;
next 671 ext/pcntl/pcntl.c psig->next = NULL;
next 676 ext/pcntl/pcntl.c PCNTL_G(tail)->next = psig;
next 686 ext/pcntl/pcntl.c struct php_pcntl_pending_signal *queue, *next;
next 715 ext/pcntl/pcntl.c next = queue->next;
next 716 ext/pcntl/pcntl.c queue->next = PCNTL_G(spares);
next 718 ext/pcntl/pcntl.c queue = next;
next 62 ext/pcntl/php_pcntl.h struct php_pcntl_pending_signal *next;
next 1961 ext/pcre/pcrelib/pcre_compile.c unsigned int c, othercase, next;
next 1969 ext/pcre/pcrelib/pcre_compile.c next = othercase + 1;
next 1973 ext/pcre/pcrelib/pcre_compile.c if (_pcre_ucp_othercase(c) != next) break;
next 1974 ext/pcre/pcrelib/pcre_compile.c next++;
next 1977 ext/pcre/pcrelib/pcre_compile.c *odptr = next - 1;
next 2010 ext/pcre/pcrelib/pcre_compile.c int next;
next 2034 ext/pcre/pcrelib/pcre_compile.c next = check_escape(&ptr, &temperrorcode, cd->bracount, options, FALSE);
next 2042 ext/pcre/pcrelib/pcre_compile.c if (utf8) { GETCHARINC(next, ptr); } else
next 2044 ext/pcre/pcrelib/pcre_compile.c next = *ptr++;
next 2078 ext/pcre/pcrelib/pcre_compile.c if (next >= 0) switch(op_code)
next 2084 ext/pcre/pcrelib/pcre_compile.c return item != next;
next 2094 ext/pcre/pcrelib/pcre_compile.c if (item == next) return FALSE;
next 2099 ext/pcre/pcrelib/pcre_compile.c if (next < 128) othercase = cd->fcc[next]; else
next 2101 ext/pcre/pcrelib/pcre_compile.c othercase = _pcre_ucp_othercase((unsigned int)next);
next 2109 ext/pcre/pcrelib/pcre_compile.c return (item != cd->fcc[next]); /* Non-UTF-8 mode */
next 2114 ext/pcre/pcrelib/pcre_compile.c if (next < 0) return FALSE; /* Not a character */
next 2115 ext/pcre/pcrelib/pcre_compile.c if (item == next) return TRUE;
next 2121 ext/pcre/pcrelib/pcre_compile.c if (next < 128) othercase = cd->fcc[next]; else
next 2123 ext/pcre/pcrelib/pcre_compile.c othercase = _pcre_ucp_othercase(next);
next 2131 ext/pcre/pcrelib/pcre_compile.c return (item == cd->fcc[next]); /* Non-UTF-8 mode */
next 2134 ext/pcre/pcrelib/pcre_compile.c return next > 127 || (cd->ctypes[next] & ctype_digit) == 0;
next 2137 ext/pcre/pcrelib/pcre_compile.c return next <= 127 && (cd->ctypes[next] & ctype_digit) != 0;
next 2140 ext/pcre/pcrelib/pcre_compile.c return next > 127 || (cd->ctypes[next] & ctype_space) == 0;
next 2143 ext/pcre/pcrelib/pcre_compile.c return next <= 127 && (cd->ctypes[next] & ctype_space) != 0;
next 2146 ext/pcre/pcrelib/pcre_compile.c return next > 127 || (cd->ctypes[next] & ctype_word) == 0;
next 2149 ext/pcre/pcrelib/pcre_compile.c return next <= 127 && (cd->ctypes[next] & ctype_word) != 0;
next 2153 ext/pcre/pcrelib/pcre_compile.c switch(next)
next 2181 ext/pcre/pcrelib/pcre_compile.c switch(next)
next 2209 ext/pcre/pcrelib/pcre_compile.c switch(-next)
next 2252 ext/pcre/pcrelib/pcre_compile.c return -next != ESC_h;
next 2254 ext/pcre/pcrelib/pcre_compile.c return -next == ESC_h;
next 2268 ext/pcre/pcrelib/pcre_compile.c return -next != ESC_v;
next 2270 ext/pcre/pcrelib/pcre_compile.c return -next == ESC_v;
next 2278 ext/pcre/pcrelib/pcre_compile.c return next == -ESC_D || next == -ESC_s || next == -ESC_W ||
next 2279 ext/pcre/pcrelib/pcre_compile.c next == -ESC_h || next == -ESC_v;
next 2282 ext/pcre/pcrelib/pcre_compile.c return next == -ESC_d;
next 2285 ext/pcre/pcrelib/pcre_compile.c return next == -ESC_S || next == -ESC_d || next == -ESC_w;
next 2288 ext/pcre/pcrelib/pcre_compile.c return next == -ESC_s || next == -ESC_h || next == -ESC_v;
next 2291 ext/pcre/pcrelib/pcre_compile.c return next == -ESC_S || next == -ESC_H || next == -ESC_d || next == -ESC_w;
next 2294 ext/pcre/pcrelib/pcre_compile.c return next == -ESC_h;
next 2298 ext/pcre/pcrelib/pcre_compile.c return next == -ESC_V || next == -ESC_d || next == -ESC_w;
next 2301 ext/pcre/pcrelib/pcre_compile.c return next == -ESC_v;
next 2304 ext/pcre/pcrelib/pcre_compile.c return next == -ESC_W || next == -ESC_s || next == -ESC_h || next == -ESC_v;
next 2307 ext/pcre/pcrelib/pcre_compile.c return next == -ESC_w || next == -ESC_d;
next 512 ext/pcre/pcrelib/pcre_exec.c const uschar *next; /* version of this code that uses an */
next 1157 ext/pcre/pcrelib/pcre_exec.c next = ecode+1;
next 1158 ext/pcre/pcrelib/pcre_exec.c RMATCH(eptr, next, offset_top, md, ims, eptrb, 0, RM10);
next 1160 ext/pcre/pcrelib/pcre_exec.c do next += GET(next,1); while (*next == OP_ALT);
next 1161 ext/pcre/pcrelib/pcre_exec.c ecode = next + 1 + LINK_SIZE;
next 1167 ext/pcre/pcrelib/pcre_exec.c next = ecode+1;
next 1168 ext/pcre/pcrelib/pcre_exec.c do next += GET(next, 1); while (*next == OP_ALT);
next 1169 ext/pcre/pcrelib/pcre_exec.c RMATCH(eptr, next + 1+LINK_SIZE, offset_top, md, ims, eptrb, 0, RM11);
next 287 ext/pdo/pdo_sql_parser.c struct placeholder *next;
next 322 ext/pdo/pdo_sql_parser.c plc->next = NULL;
next 328 ext/pdo/pdo_sql_parser.c placetail->next = plc;
next 377 ext/pdo/pdo_sql_parser.c for (plc = placeholders; plc; plc = plc->next) {
next 399 ext/pdo/pdo_sql_parser.c for (plc = placeholders; plc; plc = plc->next) {
next 497 ext/pdo/pdo_sql_parser.c plc = plc->next;
next 524 ext/pdo/pdo_sql_parser.c for (plc = placeholders; plc; plc = plc->next) {
next 567 ext/pdo/pdo_sql_parser.c for (plc = placeholders; plc; plc = plc->next) {
next 584 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 1343 ext/pdo_sqlite/sqlite/src/btree.c int next, size;
next 1348 ext/pdo_sqlite/sqlite/src/btree.c next = get2byte(&data[pc]);
next 1350 ext/pdo_sqlite/sqlite/src/btree.c if( next>0 && next<=pc+size+3 ){
next 1355 ext/pdo_sqlite/sqlite/src/btree.c pc = next;
next 62 ext/pdo_sqlite/sqlite/src/hash.c HashElem *next_elem = elem->next;
next 201 ext/pdo_sqlite/sqlite/src/hash.c pNew->next = pHead;
next 203 ext/pdo_sqlite/sqlite/src/hash.c if( pHead->prev ){ pHead->prev->next = pNew; }
next 207 ext/pdo_sqlite/sqlite/src/hash.c pNew->next = pH->first;
next 235 ext/pdo_sqlite/sqlite/src/hash.c next_elem = elem->next;
next 263 ext/pdo_sqlite/sqlite/src/hash.c elem = elem->next;
next 279 ext/pdo_sqlite/sqlite/src/hash.c elem->prev->next = elem->next;
next 281 ext/pdo_sqlite/sqlite/src/hash.c pH->first = elem->next;
next 283 ext/pdo_sqlite/sqlite/src/hash.c if( elem->next ){
next 284 ext/pdo_sqlite/sqlite/src/hash.c elem->next->prev = elem->prev;
next 288 ext/pdo_sqlite/sqlite/src/hash.c pEntry->chain = elem->next;
next 53 ext/pdo_sqlite/sqlite/src/hash.h HashElem *next, *prev; /* Next and previous elements in the table */
next 101 ext/pdo_sqlite/sqlite/src/hash.h #define sqliteHashNext(E) ((E)->next)
next 165 ext/pdo_sqlite/sqlite/tool/lemon.c struct rule *next; /* Next rule in the global list */
next 184 ext/pdo_sqlite/sqlite/tool/lemon.c struct config *next; /* Next configuration in the state */
next 205 ext/pdo_sqlite/sqlite/tool/lemon.c struct action *next; /* Next action for this state */
next 227 ext/pdo_sqlite/sqlite/tool/lemon.c struct plink *next; /* The next propagate link */
next 347 ext/pdo_sqlite/sqlite/tool/lemon.c for(i=0; i<amt-1; i++) freelist[i].next = &freelist[i+1];
next 348 ext/pdo_sqlite/sqlite/tool/lemon.c freelist[amt-1].next = 0;
next 351 ext/pdo_sqlite/sqlite/tool/lemon.c freelist = freelist->next;
next 375 ext/pdo_sqlite/sqlite/tool/lemon.c ap = (struct action *)msort((char *)ap,(char **)&ap->next,actioncmp);
next 387 ext/pdo_sqlite/sqlite/tool/lemon.c new->next = *app;
next 591 ext/pdo_sqlite/sqlite/tool/lemon.c for(rp=xp->rule; rp; rp=rp->next){
next 634 ext/pdo_sqlite/sqlite/tool/lemon.c for(rp=lemp->rule; rp; rp=rp->next){
next 651 ext/pdo_sqlite/sqlite/tool/lemon.c for(rp=lemp->rule; rp; rp=rp->next){
next 706 ext/pdo_sqlite/sqlite/tool/lemon.c for(rp=lemp->rule; rp; rp=rp->next){
next 815 ext/pdo_sqlite/sqlite/tool/lemon.c for(cfp=stp->cfp; cfp; cfp=cfp->next) cfp->status = INCOMPLETE;
next 818 ext/pdo_sqlite/sqlite/tool/lemon.c for(cfp=stp->cfp; cfp; cfp=cfp->next){
next 827 ext/pdo_sqlite/sqlite/tool/lemon.c for(bcfp=cfp; bcfp; bcfp=bcfp->next){
next 870 ext/pdo_sqlite/sqlite/tool/lemon.c for(cfp=stp->cfp; cfp; cfp=cfp->next){
next 879 ext/pdo_sqlite/sqlite/tool/lemon.c for(cfp=stp->cfp; cfp; cfp=cfp->next){
next 880 ext/pdo_sqlite/sqlite/tool/lemon.c for(plp=cfp->bplp; plp; plp=plp->next){
next 903 ext/pdo_sqlite/sqlite/tool/lemon.c for(cfp=lemp->sorted[i]->cfp; cfp; cfp=cfp->next){
next 911 ext/pdo_sqlite/sqlite/tool/lemon.c for(cfp=lemp->sorted[i]->cfp; cfp; cfp=cfp->next){
next 913 ext/pdo_sqlite/sqlite/tool/lemon.c for(plp=cfp->fplp; plp; plp=plp->next){
next 945 ext/pdo_sqlite/sqlite/tool/lemon.c for(cfp=stp->cfp; cfp; cfp=cfp->next){ /* Loop over all configurations */
next 977 ext/pdo_sqlite/sqlite/tool/lemon.c for(ap=stp->ap; ap && ap->next; ap=ap->next){
next 978 ext/pdo_sqlite/sqlite/tool/lemon.c for(nap=ap->next; nap && nap->sp==ap->sp; nap=nap->next){
next 987 ext/pdo_sqlite/sqlite/tool/lemon.c for(rp=lemp->rule; rp; rp=rp->next) rp->canReduce = B_FALSE;
next 990 ext/pdo_sqlite/sqlite/tool/lemon.c for(ap=lemp->sorted[i]->ap; ap; ap=ap->next){
next 994 ext/pdo_sqlite/sqlite/tool/lemon.c for(rp=lemp->rule; rp; rp=rp->next){
next 1092 ext/pdo_sqlite/sqlite/tool/lemon.c for(i=0; i<amt-1; i++) freelist[i].next = &freelist[i+1];
next 1093 ext/pdo_sqlite/sqlite/tool/lemon.c freelist[amt-1].next = 0;
next 1096 ext/pdo_sqlite/sqlite/tool/lemon.c freelist = freelist->next;
next 1104 ext/pdo_sqlite/sqlite/tool/lemon.c old->next = freelist;
next 1146 ext/pdo_sqlite/sqlite/tool/lemon.c cfp->next = 0;
next 1149 ext/pdo_sqlite/sqlite/tool/lemon.c currentend = &cfp->next;
next 1174 ext/pdo_sqlite/sqlite/tool/lemon.c cfp->next = 0;
next 1177 ext/pdo_sqlite/sqlite/tool/lemon.c currentend = &cfp->next;
next 1195 ext/pdo_sqlite/sqlite/tool/lemon.c for(cfp=current; cfp; cfp=cfp->next){
next 1233 ext/pdo_sqlite/sqlite/tool/lemon.c current = (struct config *)msort((char *)current,(char **)&(current->next),Configcmp);
next 1271 ext/pdo_sqlite/sqlite/tool/lemon.c nextcfp = cfp->next;
next 1622 ext/pdo_sqlite/sqlite/tool/lemon.c offset = (unsigned long)next - (unsigned long)list;
next 2124 ext/pdo_sqlite/sqlite/tool/lemon.c rp->next = 0;
next 2128 ext/pdo_sqlite/sqlite/tool/lemon.c psp->lastrule->next = rp;
next 2612 ext/pdo_sqlite/sqlite/tool/lemon.c for(i=0; i<amt-1; i++) plink_freelist[i].next = &plink_freelist[i+1];
next 2613 ext/pdo_sqlite/sqlite/tool/lemon.c plink_freelist[amt-1].next = 0;
next 2616 ext/pdo_sqlite/sqlite/tool/lemon.c plink_freelist = plink_freelist->next;
next 2627 ext/pdo_sqlite/sqlite/tool/lemon.c new->next = *plpp;
next 2639 ext/pdo_sqlite/sqlite/tool/lemon.c nextpl = from->next;
next 2640 ext/pdo_sqlite/sqlite/tool/lemon.c from->next = *to;
next 2653 ext/pdo_sqlite/sqlite/tool/lemon.c nextpl = plp->next;
next 2654 ext/pdo_sqlite/sqlite/tool/lemon.c plp->next = plink_freelist;
next 2735 ext/pdo_sqlite/sqlite/tool/lemon.c for(rp=lemp->rule; rp; rp=rp->next){
next 2809 ext/pdo_sqlite/sqlite/tool/lemon.c plp = plp->next;
next 2879 ext/pdo_sqlite/sqlite/tool/lemon.c else cfp=cfp->next;
next 2882 ext/pdo_sqlite/sqlite/tool/lemon.c for(ap=stp->ap; ap; ap=ap->next){
next 3595 ext/pdo_sqlite/sqlite/tool/lemon.c for(ap=stp->ap; ap; ap=ap->next){
next 3606 ext/pdo_sqlite/sqlite/tool/lemon.c for(ap=stp->ap; ap; ap=ap->next){
next 3747 ext/pdo_sqlite/sqlite/tool/lemon.c for(i=0, rp=lemp->rule; rp; rp=rp->next, i++){
next 3824 ext/pdo_sqlite/sqlite/tool/lemon.c for(rp=lemp->rule; rp; rp=rp->next){
next 3830 ext/pdo_sqlite/sqlite/tool/lemon.c for(rp=lemp->rule; rp; rp=rp->next){
next 3833 ext/pdo_sqlite/sqlite/tool/lemon.c for(rp=lemp->rule; rp; rp=rp->next){
next 3837 ext/pdo_sqlite/sqlite/tool/lemon.c for(rp2=rp->next; rp2; rp2=rp2->next){
next 3925 ext/pdo_sqlite/sqlite/tool/lemon.c for(ap=stp->ap; ap; ap=ap->next){
next 3933 ext/pdo_sqlite/sqlite/tool/lemon.c for(ap2=ap->next; ap2; ap2=ap2->next){
next 3953 ext/pdo_sqlite/sqlite/tool/lemon.c for(ap=stp->ap; ap; ap=ap->next){
next 3958 ext/pdo_sqlite/sqlite/tool/lemon.c for(ap=ap->next; ap; ap=ap->next){
next 4002 ext/pdo_sqlite/sqlite/tool/lemon.c for(ap=stp->ap; ap; ap=ap->next){
next 4141 ext/pdo_sqlite/sqlite/tool/lemon.c struct s_x1node *next; /* Next entry with the same hash */
next 4186 ext/pdo_sqlite/sqlite/tool/lemon.c np = np->next;
next 4204 ext/pdo_sqlite/sqlite/tool/lemon.c if( array.ht[h] ) array.ht[h]->from = &(newnp->next);
next 4205 ext/pdo_sqlite/sqlite/tool/lemon.c newnp->next = array.ht[h];
next 4217 ext/pdo_sqlite/sqlite/tool/lemon.c if( x1a->ht[h] ) x1a->ht[h]->from = &(np->next);
next 4218 ext/pdo_sqlite/sqlite/tool/lemon.c np->next = x1a->ht[h];
next 4237 ext/pdo_sqlite/sqlite/tool/lemon.c np = np->next;
next 4303 ext/pdo_sqlite/sqlite/tool/lemon.c struct s_x2node *next; /* Next entry with the same hash */
next 4349 ext/pdo_sqlite/sqlite/tool/lemon.c np = np->next;
next 4367 ext/pdo_sqlite/sqlite/tool/lemon.c if( array.ht[h] ) array.ht[h]->from = &(newnp->next);
next 4368 ext/pdo_sqlite/sqlite/tool/lemon.c newnp->next = array.ht[h];
next 4382 ext/pdo_sqlite/sqlite/tool/lemon.c if( x2a->ht[h] ) x2a->ht[h]->from = &(np->next);
next 4383 ext/pdo_sqlite/sqlite/tool/lemon.c np->next = x2a->ht[h];
next 4402 ext/pdo_sqlite/sqlite/tool/lemon.c np = np->next;
next 4509 ext/pdo_sqlite/sqlite/tool/lemon.c struct s_x3node *next; /* Next entry with the same hash */
next 4555 ext/pdo_sqlite/sqlite/tool/lemon.c np = np->next;
next 4573 ext/pdo_sqlite/sqlite/tool/lemon.c if( array.ht[h] ) array.ht[h]->from = &(newnp->next);
next 4574 ext/pdo_sqlite/sqlite/tool/lemon.c newnp->next = array.ht[h];
next 4588 ext/pdo_sqlite/sqlite/tool/lemon.c if( x3a->ht[h] ) x3a->ht[h]->from = &(np->next);
next 4589 ext/pdo_sqlite/sqlite/tool/lemon.c np->next = x3a->ht[h];
next 4608 ext/pdo_sqlite/sqlite/tool/lemon.c np = np->next;
next 4655 ext/pdo_sqlite/sqlite/tool/lemon.c struct s_x4node *next; /* Next entry with the same hash */
next 4700 ext/pdo_sqlite/sqlite/tool/lemon.c np = np->next;
next 4718 ext/pdo_sqlite/sqlite/tool/lemon.c if( array.ht[h] ) array.ht[h]->from = &(newnp->next);
next 4719 ext/pdo_sqlite/sqlite/tool/lemon.c newnp->next = array.ht[h];
next 4731 ext/pdo_sqlite/sqlite/tool/lemon.c if( x4a->ht[h] ) x4a->ht[h]->from = &(np->next);
next 4732 ext/pdo_sqlite/sqlite/tool/lemon.c np->next = x4a->ht[h];
next 4751 ext/pdo_sqlite/sqlite/tool/lemon.c np = np->next;
next 108 ext/pdo_sqlite/sqlite_driver.c H->funcs = func->next;
next 504 ext/pdo_sqlite/sqlite_driver.c func->next = H->funcs;
next 586 ext/pdo_sqlite/sqlite_driver.c func->next = H->funcs;
next 50 ext/session/mod_mm.c struct ps_sd *next;
next 93 ext/session/mod_mm.c ps_sd *ps, *next;
next 105 ext/session/mod_mm.c for (ps = *ohash; ps; ps = next) {
next 106 ext/session/mod_mm.c next = ps->next;
next 107 ext/session/mod_mm.c ps->next = nhash[ps->hv & nmax];
next 143 ext/session/mod_mm.c sd->next = data->hash[slot];
next 148 ext/session/mod_mm.c if (!sd->next) {
next 165 ext/session/mod_mm.c data->hash[slot] = sd->next;
next 170 ext/session/mod_mm.c for (prev = data->hash[slot]; prev->next != sd; prev = prev->next);
next 171 ext/session/mod_mm.c prev->next = sd->next;
next 188 ext/session/mod_mm.c for (prev = NULL, ret = data->hash[slot]; ret; prev = ret, ret = ret->next)
next 196 ext/session/mod_mm.c prev->next = ret->next;
next 197 ext/session/mod_mm.c ret->next = data->hash[slot];
next 234 ext/session/mod_mm.c ps_sd *sd, *next;
next 242 ext/session/mod_mm.c for (sd = data->hash[h]; sd; sd = next) {
next 243 ext/session/mod_mm.c next = sd->next;
next 407 ext/session/mod_mm.c ps_sd *sd, *next;
next 420 ext/session/mod_mm.c for (sd = *ohash; sd; sd = next) {
next 421 ext/session/mod_mm.c next = sd->next;
next 162 ext/simplexml/simplexml.c node = node->next;
next 183 ext/simplexml/simplexml.c node = node->next;
next 225 ext/simplexml/simplexml.c node = node->next;
next 309 ext/simplexml/simplexml.c attr = attr->next;
next 317 ext/simplexml/simplexml.c attr = attr->next;
next 568 ext/simplexml/simplexml.c attr = attr->next;
next 577 ext/simplexml/simplexml.c attr = attr->next;
next 613 ext/simplexml/simplexml.c node = node->next;
next 771 ext/simplexml/simplexml.c attr = attr->next;
next 780 ext/simplexml/simplexml.c attr = attr->next;
next 801 ext/simplexml/simplexml.c nnext = node->next;
next 811 ext/simplexml/simplexml.c (!node->children || (node->children->type == XML_TEXT_NODE && !node->children->next &&
next 902 ext/simplexml/simplexml.c attr = attr->next;
next 906 ext/simplexml/simplexml.c anext = attr->next;
next 930 ext/simplexml/simplexml.c nnext = node->next;
next 1082 ext/simplexml/simplexml.c attr = attr->next;
next 1099 ext/simplexml/simplexml.c if (node->children != NULL || node->prev != NULL || node->next != NULL) {
next 1125 ext/simplexml/simplexml.c node = node->next;
next 1370 ext/simplexml/simplexml.c attr = attr->next;
next 1379 ext/simplexml/simplexml.c node = node->next;
next 1420 ext/simplexml/simplexml.c ns = ns->next;
next 1426 ext/simplexml/simplexml.c node = node->next;
next 1767 ext/simplexml/simplexml.c node = php_sxe_iterator_fetch(sxe, node->next, 0 TSRMLS_CC);
next 2157 ext/simplexml/simplexml.c node = node->next;
next 2275 ext/simplexml/simplexml.c php_sxe_iterator_fetch(sxe, node->next, 1 TSRMLS_CC);
next 296 ext/soap/php_encoding.c attr = attr->next;
next 654 ext/soap/php_encoding.c if (data->children->type == XML_TEXT_NODE && data->children->next == NULL) {
next 672 ext/soap/php_encoding.c } else if (data->children->type == XML_CDATA_SECTION_NODE && data->children->next == NULL) {
next 689 ext/soap/php_encoding.c if (data->children->type == XML_TEXT_NODE && data->children->next == NULL) {
next 708 ext/soap/php_encoding.c } else if (data->children->type == XML_CDATA_SECTION_NODE && data->children->next == NULL) {
next 725 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 764 ext/soap/php_encoding.c if (data->children->type == XML_TEXT_NODE && data->children->next == NULL) {
next 771 ext/soap/php_encoding.c } else if (data->children->type == XML_CDATA_SECTION_NODE && data->children->next == NULL) {
next 796 ext/soap/php_encoding.c if (data->children->type == XML_TEXT_NODE && data->children->next == NULL) {
next 798 ext/soap/php_encoding.c } else if (data->children->type != XML_CDATA_SECTION_NODE || data->children->next != NULL) {
next 1002 ext/soap/php_encoding.c if (data->children->type == XML_TEXT_NODE && data->children->next == NULL) {
next 1035 ext/soap/php_encoding.c if (data->children->type == XML_TEXT_NODE && data->children->next == NULL) {
next 1127 ext/soap/php_encoding.c if (data->children->type == XML_TEXT_NODE && data->children->next == NULL) {
next 1265 ext/soap/php_encoding.c while (node->next != NULL &&
next 1266 ext/soap/php_encoding.c get_zval_property(ret, (char*)node->next->name TSRMLS_CC) == NULL &&
next 1267 ext/soap/php_encoding.c get_attribute_ex(node->next->properties,"type", XSI_NAMESPACE) == NULL) {
next 1268 ext/soap/php_encoding.c zval* val2 = master_to_zval(get_conversion(XSD_ANYXML), node->next);
next 1274 ext/soap/php_encoding.c node = node->next;
next 1293 ext/soap/php_encoding.c node = node->next;
next 1330 ext/soap/php_encoding.c if ((node = get_node(node->next, model->u.element->name)) != NULL) {
next 1356 ext/soap/php_encoding.c } while ((node = get_node(node->next, model->u.element->name)) != NULL);
next 1570 ext/soap/php_encoding.c if (!trav->next || !get_node(trav->next, (char*)trav->name)) {
next 1597 ext/soap/php_encoding.c trav = trav->next;
next 2613 ext/soap/php_encoding.c trav = trav->next;
next 2795 ext/soap/php_encoding.c trav = trav->next;
next 2981 ext/soap/php_encoding.c char *str, *start, *next;
next 2996 ext/soap/php_encoding.c next = strchr(start,' ');
next 2997 ext/soap/php_encoding.c if (next != NULL) {
next 2998 ext/soap/php_encoding.c *next = '\0';
next 2999 ext/soap/php_encoding.c next++;
next 3014 ext/soap/php_encoding.c start = next;
next 3072 ext/soap/php_encoding.c ret->next = NULL;
next 3074 ext/soap/php_encoding.c parent->last->next = ret;
next 3228 ext/soap/php_encoding.c href = href->next;
next 3298 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 311 ext/soap/php_packet_soap.c if (val == NULL && cur->children && cur->children->next == NULL) {
next 348 ext/soap/php_packet_soap.c val = val->next;
next 359 ext/soap/php_packet_soap.c } else if (val->next && get_node(val->next, (char*)val->name)) {
next 374 ext/soap/php_packet_soap.c val = val->next;
next 422 ext/soap/php_packet_soap.c trav = trav->next;
next 265 ext/soap/php_schema.c trav = trav->next;
next 288 ext/soap/php_schema.c trav = trav->next;
next 373 ext/soap/php_schema.c trav = trav->next;
next 378 ext/soap/php_schema.c trav = trav->next;
next 382 ext/soap/php_schema.c trav = trav->next;
next 386 ext/soap/php_schema.c trav = trav->next;
next 444 ext/soap/php_schema.c trav = trav->next;
next 474 ext/soap/php_schema.c trav = trav->next;
next 497 ext/soap/php_schema.c char *str, *start, *end, *next;
next 507 ext/soap/php_schema.c next = NULL;
next 510 ext/soap/php_schema.c next = end+1;
next 535 ext/soap/php_schema.c start = next;
next 543 ext/soap/php_schema.c trav = trav->next;
next 573 ext/soap/php_schema.c trav = trav->next;
next 595 ext/soap/php_schema.c trav = trav->next;
next 601 ext/soap/php_schema.c trav = trav->next;
next 605 ext/soap/php_schema.c trav = trav->next;
next 662 ext/soap/php_schema.c trav = trav->next;
next 666 ext/soap/php_schema.c trav = trav->next;
next 705 ext/soap/php_schema.c trav = trav->next;
next 715 ext/soap/php_schema.c trav = trav->next;
next 720 ext/soap/php_schema.c trav = trav->next;
next 762 ext/soap/php_schema.c trav = trav->next;
next 767 ext/soap/php_schema.c trav = trav->next;
next 770 ext/soap/php_schema.c trav = trav->next;
next 773 ext/soap/php_schema.c trav = trav->next;
next 776 ext/soap/php_schema.c trav = trav->next;
next 786 ext/soap/php_schema.c trav = trav->next;
next 791 ext/soap/php_schema.c trav = trav->next;
next 887 ext/soap/php_schema.c trav = trav->next;
next 896 ext/soap/php_schema.c trav = trav->next;
next 901 ext/soap/php_schema.c trav = trav->next;
next 942 ext/soap/php_schema.c trav = trav->next;
next 947 ext/soap/php_schema.c trav = trav->next;
next 950 ext/soap/php_schema.c trav = trav->next;
next 953 ext/soap/php_schema.c trav = trav->next;
next 956 ext/soap/php_schema.c trav = trav->next;
next 966 ext/soap/php_schema.c trav = trav->next;
next 971 ext/soap/php_schema.c trav = trav->next;
next 1030 ext/soap/php_schema.c trav = trav->next;
next 1038 ext/soap/php_schema.c trav = trav->next;
next 1136 ext/soap/php_schema.c trav = trav->next;
next 1145 ext/soap/php_schema.c trav = trav->next;
next 1152 ext/soap/php_schema.c trav = trav->next;
next 1159 ext/soap/php_schema.c trav = trav->next;
next 1198 ext/soap/php_schema.c trav = trav->next;
next 1214 ext/soap/php_schema.c trav = trav->next;
next 1248 ext/soap/php_schema.c trav = trav->next;
next 1264 ext/soap/php_schema.c trav = trav->next;
next 1310 ext/soap/php_schema.c trav = trav->next;
next 1316 ext/soap/php_schema.c trav = trav->next;
next 1320 ext/soap/php_schema.c trav = trav->next;
next 1411 ext/soap/php_schema.c trav = trav->next;
next 1416 ext/soap/php_schema.c trav = trav->next;
next 1419 ext/soap/php_schema.c trav = trav->next;
next 1423 ext/soap/php_schema.c trav = trav->next;
next 1426 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 1441 ext/soap/php_schema.c trav = trav->next;
next 1446 ext/soap/php_schema.c trav = trav->next;
next 1658 ext/soap/php_schema.c trav = trav->next;
next 1668 ext/soap/php_schema.c trav = trav->next;
next 1676 ext/soap/php_schema.c trav = trav->next;
next 1689 ext/soap/php_schema.c trav = trav->next;
next 1861 ext/soap/php_schema.c attr = attr->next;
next 1885 ext/soap/php_schema.c trav = trav->next;
next 1909 ext/soap/php_schema.c trav = trav->next;
next 1989 ext/soap/php_schema.c trav = trav->next;
next 2007 ext/soap/php_schema.c trav = trav->next;
next 2012 ext/soap/php_schema.c trav = trav->next;
next 271 ext/soap/php_sdl.c trav = trav->next;
next 284 ext/soap/php_sdl.c trav2 = trav2->next;
next 345 ext/soap/php_sdl.c trav = trav->next;
next 455 ext/soap/php_sdl.c trav = trav->next;
next 560 ext/soap/php_sdl.c trav = trav->next;
next 593 ext/soap/php_sdl.c trav = trav->next;
next 626 ext/soap/php_sdl.c trav = trav->next;
next 672 ext/soap/php_sdl.c trav = trav->next;
next 717 ext/soap/php_sdl.c trav2 = trav2->next;
next 720 ext/soap/php_sdl.c if (has_soap_port || trav->next || i < n-1) {
next 722 ext/soap/php_sdl.c trav = trav->next;
next 808 ext/soap/php_sdl.c trav2 = trav2->next;
next 833 ext/soap/php_sdl.c trav3 = trav3->next;
next 1011 ext/soap/php_sdl.c trav = trav->next;
next 1023 ext/soap/php_sdl.c fault = fault->next;
next 1047 ext/soap/php_sdl.c trav2 = trav2->next;
next 1056 ext/soap/php_sdl.c trav= trav->next;
next 63 ext/soap/php_xml.c trav = trav->next;
next 254 ext/soap/php_xml.c node = node->next;
next 265 ext/soap/php_xml.c node = node->next;
next 281 ext/soap/php_xml.c node = node->next;
next 302 ext/soap/php_xml.c node = node->next;
next 322 ext/soap/php_xml.c node = node->next;
next 84 ext/soap/php_xml.h } while ((n = n->next));
next 46 ext/soap/soap.c struct _soapHeader *next;
next 1707 ext/soap/soap.c header = header->next;
next 1924 ext/soap/soap.c soap_headers = soap_headers->next;
next 1993 ext/soap/soap.c p = &(*p)->next;
next 3334 ext/soap/soap.c trav = trav->next;
next 3367 ext/soap/soap.c trav = trav->next;
next 3436 ext/soap/soap.c trav = trav->next;
next 3453 ext/soap/soap.c attr = attr->next;
next 3460 ext/soap/soap.c trav = trav->next;
next 3464 ext/soap/soap.c trav = trav->next;
next 3470 ext/soap/soap.c trav = trav->next;
next 3474 ext/soap/soap.c trav = trav->next;
next 3477 ext/soap/soap.c trav = trav->next;
next 3495 ext/soap/soap.c attr = attr->next;
next 3514 ext/soap/soap.c trav = trav->next;
next 3561 ext/soap/soap.c attr = attr->next;
next 3647 ext/soap/soap.c last->next = h;
next 3652 ext/soap/soap.c trav = trav->next;
next 4093 ext/soap/soap.c h = h->next;
next 4508 ext/soap/soap.c node = node->next;
next 1489 ext/spl/spl_array.c SPL_ME(Array, next, NULL, ZEND_ACC_PUBLIC)
next 1463 ext/spl/spl_directory.c SPL_ME(DirectoryIterator, next, NULL, ZEND_ACC_PUBLIC)
next 1482 ext/spl/spl_directory.c SPL_ME(RecursiveDirectoryIterator, next, NULL, ZEND_ACC_PUBLIC)
next 2306 ext/spl/spl_directory.c SPL_ME(SplFileObject, next, NULL, ZEND_ACC_PUBLIC)
next 779 ext/spl/spl_iterators.c SPL_ME(RecursiveIteratorIterator, next, NULL, ZEND_ACC_PUBLIC)
next 1631 ext/spl/spl_iterators.c SPL_ME(FilterIterator, next, NULL, ZEND_ACC_PUBLIC)
next 1856 ext/spl/spl_iterators.c SPL_ME(LimitIterator, next, NULL, ZEND_ACC_PUBLIC)
next 2252 ext/spl/spl_iterators.c SPL_ME(CachingIterator, next, NULL, ZEND_ACC_PUBLIC)
next 2331 ext/spl/spl_iterators.c SPL_ME(dual_it, next, NULL, ZEND_ACC_PUBLIC)
next 2415 ext/spl/spl_iterators.c SPL_ME(NoRewindIterator, next, NULL, ZEND_ACC_PUBLIC)
next 2448 ext/spl/spl_iterators.c SPL_ME(InfiniteIterator, next, NULL, ZEND_ACC_PUBLIC)
next 2490 ext/spl/spl_iterators.c SPL_ME(EmptyIterator, next, NULL, ZEND_ACC_PUBLIC)
next 2649 ext/spl/spl_iterators.c SPL_ME(AppendIterator, next, NULL, ZEND_ACC_PUBLIC)
next 426 ext/spl/spl_observer.c SPL_ME(SplObjectStorage, next, NULL, 0)
next 130 ext/spl/spl_sxe.c node = node->next;
next 164 ext/spl/spl_sxe.c SPL_ME(SimpleXMLIterator, next, NULL, ZEND_ACC_PUBLIC)
next 58 ext/sqlite/libsqlite/src/hash.c HashElem *next_elem = elem->next;
next 180 ext/sqlite/libsqlite/src/hash.c next_elem = elem->next;
next 183 ext/sqlite/libsqlite/src/hash.c elem->next = x;
next 185 ext/sqlite/libsqlite/src/hash.c if( x->prev ) x->prev->next = elem;
next 189 ext/sqlite/libsqlite/src/hash.c elem->next = pH->first;
next 221 ext/sqlite/libsqlite/src/hash.c elem = elem->next;
next 236 ext/sqlite/libsqlite/src/hash.c elem->prev->next = elem->next;
next 238 ext/sqlite/libsqlite/src/hash.c pH->first = elem->next;
next 240 ext/sqlite/libsqlite/src/hash.c if( elem->next ){
next 241 ext/sqlite/libsqlite/src/hash.c elem->next->prev = elem->prev;
next 244 ext/sqlite/libsqlite/src/hash.c pH->ht[h].chain = elem->next;
next 341 ext/sqlite/libsqlite/src/hash.c new_elem->next = elem;
next 343 ext/sqlite/libsqlite/src/hash.c if( elem->prev ){ elem->prev->next = new_elem; }
next 347 ext/sqlite/libsqlite/src/hash.c new_elem->next = pH->first;
next 51 ext/sqlite/libsqlite/src/hash.h HashElem *next, *prev; /* Next and previous elements in the table */
next 99 ext/sqlite/libsqlite/src/hash.h #define sqliteHashNext(E) ((E)->next)
next 241 ext/sqlite/sqlite.c PHP_ME_MAPPING(next, sqlite_next, NULL, 0)
next 264 ext/sqlite/sqlite.c PHP_ME_MAPPING(next, sqlite_next, NULL, 0)
next 3706 ext/standard/basic_functions.c PHP_FE(next, arginfo_next)
next 3905 ext/standard/basic_functions.c BG(next) = NULL;
next 187 ext/standard/basic_functions.h php_uint32 *next; /* next random value is computed from here */
next 919 ext/standard/html.c char *replaced, *ret, *p, *q, *lim, *next;
next 1017 ext/standard/html.c code = strtol(p + 3, &next, 16);
next 1019 ext/standard/html.c code = strtol(p + 2, &next, 10);
next 1022 ext/standard/html.c if (next != NULL && *next == ';') {
next 1077 ext/standard/html.c for (; p <= next; p++) {
next 1081 ext/standard/html.c p = next + 1;
next 198 ext/standard/rand.c BG(next) = state;
next 229 ext/standard/rand.c s1 = *BG(next)++;
next 490 ext/standard/streamsfuncs.c for (filter = stream->filterhead; filter != NULL; filter = filter->next) {
next 32 ext/standard/var_unserializer.c void *next;
next 41 ext/standard/var_unserializer.c var_hash = var_hash->next;
next 47 ext/standard/var_unserializer.c var_hash->next = 0;
next 52 ext/standard/var_unserializer.c prev->next = var_hash;
next 64 ext/standard/var_unserializer.c var_hash = var_hash->next;
next 70 ext/standard/var_unserializer.c var_hash->next = 0;
next 75 ext/standard/var_unserializer.c prev->next = var_hash;
next 94 ext/standard/var_unserializer.c var_hash = var_hash->next;
next 103 ext/standard/var_unserializer.c var_hash = var_hash->next;
next 118 ext/standard/var_unserializer.c void *next;
next 123 ext/standard/var_unserializer.c next = var_hash->next;
next 125 ext/standard/var_unserializer.c var_hash = next;
next 134 ext/standard/var_unserializer.c next = var_hash->next;
next 136 ext/standard/var_unserializer.c var_hash = next;
next 41 ext/sysvshm/php_sysvshm.h long next;
next 391 ext/sysvshm/sysvshm.c shm_var->next = total_size;
next 416 ext/sysvshm/sysvshm.c pos += shm_var->next;
next 418 ext/sysvshm/sysvshm.c if (shm_var->next <= 0 || pos < ptr->start) {
next 434 ext/sysvshm/sysvshm.c next_chunk_ptr = (sysvshm_chunk *) ((char *) ptr + shm_varpos + chunk_ptr->next);
next 436 ext/sysvshm/sysvshm.c memcpy_len = ptr->end-shm_varpos - chunk_ptr->next;
next 437 ext/sysvshm/sysvshm.c ptr->free += chunk_ptr->next;
next 438 ext/sysvshm/sysvshm.c ptr->end -= chunk_ptr->next;
next 26 ext/xml/compat.c void *next;
next 145 ext/xml/compat.c _namespace_handler(parser, nsptr->next);
next 1311 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 445 ext/xsl/xsltprocessor.c nodep = nodep->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 551 main/php_ini.c for (element = scanned_ini_list.head; element; element = element->next) {
next 553 main/php_ini.c strlcat(php_ini_scanned_files, element->next ? ",\n" : "\n", total_l);
next 84 main/streams/filter.c bucket->next = bucket->prev = NULL;
next 194 main/streams/filter.c bucket->next = brigade->head;
next 213 main/streams/filter.c bucket->next = NULL;
next 216 main/streams/filter.c brigade->tail->next = bucket;
next 227 main/streams/filter.c bucket->prev->next = bucket->next;
next 229 main/streams/filter.c bucket->brigade->head = bucket->next;
next 231 main/streams/filter.c if (bucket->next) {
next 232 main/streams/filter.c bucket->next->prev = bucket->prev;
next 237 main/streams/filter.c bucket->next = bucket->prev = NULL;
next 318 main/streams/filter.c filter->next = chain->head;
next 335 main/streams/filter.c filter->next = NULL;
next 337 main/streams/filter.c chain->tail->next = filter;
next 369 main/streams/filter.c filter->prev->next = NULL;
next 432 main/streams/filter.c for(current = filter; current; current = current->next) {
next 457 main/streams/filter.c for(bucket = inp->head; bucket; bucket = bucket->next) {
next 499 main/streams/filter.c filter->prev->next = filter->next;
next 501 main/streams/filter.c filter->chain->head = filter->next;
next 503 main/streams/filter.c if (filter->next) {
next 504 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 461 main/streams/streams.c for (filter = stream->readfilters.head; filter; filter = filter->next) {
next 959 main/streams/streams.c for (filter = stream->writefilters.head; filter; filter = filter->next) {
next 22 regex/regcomp.c unsigned char *next; /* next character in RE */
next 43 regex/regcomp.c #define PEEK() (*p->next)
next 44 regex/regcomp.c #define PEEK2() (*(p->next+1))
next 45 regex/regcomp.c #define MORE() (p->next < p->end)
next 46 regex/regcomp.c #define MORE2() (p->next+1 < p->end)
next 51 regex/regcomp.c #define NEXT() (p->next++)
next 52 regex/regcomp.c #define NEXT2() (p->next += 2)
next 53 regex/regcomp.c #define NEXTn(n) (p->next += (n))
next 54 regex/regcomp.c #define GETNEXT() (*p->next++)
next 130 regex/regcomp.c p->next = (unsigned char *)pattern; /* convenience; we do not modify it */
next 131 regex/regcomp.c p->end = p->next + len;
next 589 regex/regcomp.c if (p->next + 5 < p->end && strncmp(p->next, "[:<:]]", 6) == 0) {
next 594 regex/regcomp.c if (p->next + 5 < p->end && strncmp(p->next, "[:>:]]", 6) == 0) {
next 726 regex/regcomp.c register unsigned char *sp = p->next;
next 734 regex/regcomp.c len = p->next - sp;
next 797 regex/regcomp.c register unsigned char *sp = p->next;
next 807 regex/regcomp.c len = p->next - sp;
next 845 regex/regcomp.c register unsigned char *oldnext = p->next;
next 850 regex/regcomp.c p->next = bracket;
next 856 regex/regcomp.c assert(p->next == bracket+2);
next 857 regex/regcomp.c p->next = oldnext;
next 891 regex/regcomp.c register unsigned char *oldnext = p->next;
next 895 regex/regcomp.c p->next = bracket;
next 902 regex/regcomp.c assert(p->next == bracket+3);
next 903 regex/regcomp.c p->next = oldnext;
next 990 regex/regcomp.c p->next = nuls; /* try to bring things to a halt */
next 1741 run-tests.php $k1 = next($old1) ? key($old1) : NULL;
next 1745 run-tests.php $k2 = next($old2) ? key($old2) : NULL;
next 1749 run-tests.php $k1 = next($old1) ? key($old1) : NULL;
next 1753 run-tests.php $k2 = next($old2) ? key($old2) : NULL;
next 234 sapi/apache/php_apache.c for(modp = top_module; modp; modp = modp->next) {
next 240 sapi/apache/php_apache.c if (modp->next) {
next 55 sapi/apache2filter/php_functions.c return ap_sub_req_lookup_uri(filename, ctx->f->r, ctx->f->next);
next 86 sapi/apache2filter/sapi_apache2.c if (ap_pass_brigade(f->next, bb) != APR_SUCCESS || ctx->r->connection->aborted) {
next 263 sapi/apache2filter/sapi_apache2.c if (ap_pass_brigade(f->next, bb) != APR_SUCCESS || ctx->r->connection->aborted) {
next 354 sapi/apache2filter/sapi_apache2.c return ap_get_brigade(f->next, bb, mode, block, readbytes);
next 364 sapi/apache2filter/sapi_apache2.c if ((rv = ap_get_brigade(f->next, bb, mode, block, readbytes)) != APR_SUCCESS) {
next 454 sapi/apache2filter/sapi_apache2.c return ap_pass_brigade(f->next, bb);
next 462 sapi/apache2filter/sapi_apache2.c return ap_pass_brigade(f->next, bb);
next 505 sapi/apache2filter/sapi_apache2.c ctx->f = f->next; /* save whatever filters are after us in the chain. */
next 511 sapi/apache2filter/sapi_apache2.c return ap_pass_brigade(f->next, bb);
next 547 sapi/apache2filter/sapi_apache2.c return ap_pass_brigade(f->next, pbb->bb);
next 635 sapi/apache2filter/sapi_apache2.c f = f->next;
next 1635 sapi/apache_hooks/php_apache.c for(modp = top_module; modp; modp = modp->next) {
next 1641 sapi/apache_hooks/php_apache.c if (modp->next) {
next 74 sapi/caudium/caudium.c for(KEY=md->data->hash[COUNT];KEY;KEY=KEY->next)
next 414 sapi/nsapi/nsapi.c entry=entry->next;
next 436 sapi/nsapi/nsapi.c entry=entry->next;
next 622 sapi/nsapi/nsapi.c entry=entry->next;
next 789 sapi/nsapi/nsapi.c entry=entry->next;
next 494 sapi/thttpd/thttpd.c struct qreq *next;
next 549 sapi/thttpd/thttpd.c if (!(queued_requests = m->next))
next 578 sapi/thttpd/thttpd.c m->next = NULL;
next 590 sapi/thttpd/thttpd.c last_qr->next = m;
next 637 sapi/thttpd/thttpd.c if (!(prev->next = m->next))
next 640 sapi/thttpd/thttpd.c if (!(queued_requests = m->next))
next 648 sapi/thttpd/thttpd.c m = m->next;