Home
last modified time | relevance | path

Searched refs:next (Results 1 – 25 of 463) sorted by last modified time

12345678910>>...19

/PHP-7.4/
H A DNEWS948 . Fixed bug #79364 (When copy empty array, next key is unspecified). (cmb)
2762 . Fixed bug #74372 (autoloading file with syntax error uses next autoloader,
/PHP-7.4/main/streams/
H A Dstreams.c577 for (filter = stream->readfilters.head; filter; filter = filter->next) { in _php_stream_fill_read_buffer()
1179 for (filter = stream->writefilters.head; filter; filter = filter->next) { in _php_stream_write_filtered()
H A Dfilter.c164 bucket->next = brigade->head; in php_stream_bucket_prepend()
183 bucket->next = NULL; in php_stream_bucket_append()
186 brigade->tail->next = bucket; in php_stream_bucket_append()
197 bucket->prev->next = bucket->next; in php_stream_bucket_unlink()
201 if (bucket->next) { in php_stream_bucket_unlink()
289 filter->next = chain->head; in php_stream_filter_prepend_ex()
313 filter->next = NULL; in php_stream_filter_append_ex()
315 chain->tail->next = filter; in php_stream_filter_append_ex()
394 filter->prev->next = NULL; in _php_stream_filter_append()
488 filter->prev->next = filter->next; in php_stream_filter_remove()
[all …]
/PHP-7.4/ext/standard/
H A Darray.c1170 PHP_FUNCTION(next) in PHP_FUNCTION() argument
H A Dfilestat.c1140 bucket = bucket->next; in PHP_FUNCTION()
/PHP-7.4/ext/libxml/
H A Dlibxml.c254 curnode = node->next; in php_libxml_node_free_list()
/PHP-7.4/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp176 int32_t CodePointBreakIterator::next(void) in next() function in CodePointBreakIterator
218 int32_t CodePointBreakIterator::next(int32_t n) in next() function in CodePointBreakIterator
H A Dcodepointiterator_internal.h68 virtual int32_t next(void);
78 virtual int32_t next(int32_t n);
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_scoreboard.c42 for (wp = fpm_worker_all_pools; wp; wp = wp->next) { in fpm_scoreboard_init_main()
H A Dfpm_worker_pool.c53 wp_next = wp->next; in fpm_worker_pool_cleanup()
H A Dfpm_children.c98 child->next = wp->children; in fpm_child_link()
99 if (child->next) { in fpm_child_link()
100 child->next->prev = child; in fpm_child_link()
113 child->prev->next = child->next; in fpm_child_unlink()
115 child->wp->children = child->next; in fpm_child_unlink()
118 if (child->next) { in fpm_child_unlink()
119 child->next->prev = child->prev; in fpm_child_unlink()
129 for (wp = fpm_worker_all_pools; wp; wp = wp->next) { in fpm_child_find()
169 struct fpm_child_s *next; in fpm_children_free() local
171 for (; child; child = next) { in fpm_children_free()
[all …]
H A Dfpm_main.c1388 kv.next = NULL; in fastcgi_ini_parser()
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c1618 PCRE2_SPTR next; in detect_repeat() local
1633 next = end; in detect_repeat()
1637 if (*next != *begin) in detect_repeat()
1642 next = next_end; in detect_repeat()
1650 max_end = next; in detect_repeat()
1651 if (*next == OP_BRAZERO || *next == OP_BRAMINZERO) in detect_repeat()
1653 type = *next; in detect_repeat()
1656 if (next[0] != type || next[1] != OP_BRA || next[2 + LINK_SIZE] != *begin) in detect_repeat()
1661 next = next_end; in detect_repeat()
1665 if (next[0] == type && next[1] == *begin && max >= 1) in detect_repeat()
[all …]
/PHP-7.4/ext/date/tests/
H A Dbug33415-2.phpt11 $strtotime_tstamp = strtotime("next Wednesday", $tStamp);
19 $strtotime_tstamp = strtotime("next Thursday", $tStamp);
28 $strtotime_tstamp = strtotime("next Thursday", $tStamp);
37 $strtotime_tstamp = strtotime("next Saturday", $tStamp);
45 $strtotime_tstamp = strtotime("next Thursday", $tStamp);
54 $strtotime_tstamp = strtotime("next Sunday", $tStamp);
62 $strtotime_tstamp = strtotime("next Sunday", $tStamp);
71 $strtotime_tstamp = strtotime("next Tuesday", $tStamp);
80 $strtotime_tstamp = strtotime("next Monday", $tStamp);
88 $strtotime_tstamp = strtotime("next Sunday", $tStamp);
[all …]
/PHP-7.4/ext/spl/
H A Dspl_fixedarray.c922 SPL_METHOD(SplFixedArray, next) in SPL_METHOD() argument
1059 SPL_ME(SplFixedArray, next, arginfo_splfixedarray_void, ZEND_ACC_PUBLIC)
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch265 mlist->next = mlist->prev = mlist;
2054 - * are block special files and go on to the next file.
2073 + * are block special files and go on to the next file.
2100 - * are block special files and go on to the next file.
/PHP-7.4/ext/date/lib/
H A Dparse_date.re228 { "next", 0, 1 },
1004 reltexttext = 'next'|'last'|'previous'|'this';
1684 /* to handle the format weekday + last/this/next week */
2054 * should match the next literal:
2078 /* Fall through case is that the prefix has been found and the next
/PHP-7.4/ext/dom/
H A Delement.c286 ns = ns->next; in dom_get_dom1_attribute()
305 nsPtr = nsPtr->next; in dom_get_dom1_attribute()
794 tmpnsptr = nsptr->next; in PHP_FUNCTION()
801 tmpnsptr = tmpnsptr->next; in PHP_FUNCTION()
/PHP-7.4/ext/curl/
H A Dinterface.c1935 for (slist = ci->certinfo[i]; slist; slist = slist->next) { in create_certinfo()
3517 current = current->next; in PHP_FUNCTION()
/PHP-7.4/ext/imap/
H A Dphp_imap.c687 for (cur=*foblist, next=cur->next; cur; cur=next) { in mail_free_foblist()
688 next = cur->next; in mail_free_foblist()
753 for (cur = *msglist, next = cur->next; cur; cur = next) { in mail_free_messagelist()
754 next = cur->next; in mail_free_messagelist()
1924 cur=cur->next; in PHP_FUNCTION()
1975 cur=cur->next; in PHP_FUNCTION()
2010 cur=cur->next; in PHP_FUNCTION()
2247 cur=cur->next; in PHP_FUNCTION()
2299 cur=cur->next; in PHP_FUNCTION()
2709 addr->next=NIL; in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/xml/
H A Dcompat.c26 void *next; member
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c967 next = chunk->next; in php_cli_server_buffer_dtor()
982 for (last = chunk; last->next; last = last->next); in php_cli_server_buffer_append()
986 buffer->last->next = chunk; in php_cli_server_buffer_append()
994 for (last = chunk; last->next; last = last->next); in php_cli_server_buffer_prepend()
995 last->next = buffer->first; in php_cli_server_buffer_prepend()
1017 chunk->next = NULL; in php_cli_server_chunk_immortal_new()
1028 chunk->next = NULL; in php_cli_server_chunk_heap_new()
1040 chunk->next = NULL; in php_cli_server_chunk_heap_new_self_contained()
1068 next = chunk->next; in php_cli_server_content_sender_send()
1088 if (!next) { in php_cli_server_content_sender_send()
[all …]
/PHP-7.4/Zend/
H A Dzend_alloc.c1010 chunk->prev->next = chunk->next;
1012 chunk->next = heap->main_chunk->next;
1061 chunk->prev->next = chunk->next;
1086 chunk->next = heap->cached_chunks->next;
1699 prev->next = list->next;
2067 p = p->next;
2081 prev->next = p->next;
2088 p = prev->next;
2193 p = p->next;
2287 p->next = q;
[all …]
H A Dzend_virtual_cwd.c167 p = p->next; in realpath_cache_clean_helper()
379 *bucket = (*bucket)->next; in realpath_cache_del()
391 bucket = &(*bucket)->next; in realpath_cache_del()
436 bucket->next = CWDG(realpath_cache)[n]; in realpath_cache_add()
452 *bucket = (*bucket)->next; in realpath_cache_find()
465 bucket = &(*bucket)->next; in realpath_cache_find()
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_ssa.c99 phi->next = ssa->blocks[to].phis; in add_pi()
554 phi = phi->next; in zend_ssa_rename()
563 zend_op *next = opline + 1; in zend_ssa_rename() local
564 if (next < end && next->opcode == ZEND_OP_DATA) { in zend_ssa_rename()
843 zend_ssa_phi *q = p->next; in zend_ssa_rename()
854 q = q->next; in zend_ssa_rename()
995 pp = &(*pp)->next; in zend_build_ssa()
997 phi->next = *pp; in zend_build_ssa()
1128 phi = phi->next; in zend_ssa_compute_use_def_chains()
1270 cur = &(*cur)->next; in zend_ssa_remove_phi_from_block()
[all …]

Completed in 174 milliseconds

12345678910>>...19