Home
last modified time | relevance | path

Searched defs:next (Results 1 – 25 of 85) sorted by relevance

1234

/PHP-7.4/ext/imap/
H A Dphp_imap.h99 struct php_imap_mailbox_struct *next; member
105 struct php_imap_error_struct *next; member
110 struct _php_imap_message_struct *next; member
/PHP-7.4/ext/session/
H A Dmod_mm.c44 struct ps_sd *next; member
87 ps_sd *ps, *next; in hash_split() local
248 ps_sd *sd, *next; in ps_mm_destroy() local
444 ps_sd *sd, *next; in PS_GC_FUNC() local
/PHP-7.4/ext/standard/
H A Dhtml.c191 unsigned char next; in get_next_char() local
215 unsigned char next; in get_next_char() local
241 unsigned char next; in get_next_char() local
268 unsigned char next; in get_next_char() local
296 unsigned next; in get_next_char() local
309 unsigned next; in get_next_char() local
909 const char *next = NULL; /* when set, next > p, otherwise possible inf loop */ in traverse_for_entities() local
1350 *next = start; in php_escape_html_entities_ex() local
/PHP-7.4/sapi/litespeed/
H A Dlsapi_main.c928 void* next) in lsapi_activate_user_ini_basic_checks()
954 void* next) in lsapi_activate_user_ini_mk_path()
974 void* next) in lsapi_activate_user_ini_mk_realpath()
1001 void* next) in lsapi_activate_user_ini_mk_user_config()
1037 void* next) in lsapi_activate_user_ini_walk_down_the_path()
1073 void* next) in lsapi_activate_user_ini_finally()
/PHP-7.4/ext/pdo_sqlite/
H A Dphp_pdo_sqlite_int.h37 struct pdo_sqlite_func *next; member
48 struct pdo_sqlite_collation *next; member
/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
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_opcode.h32 phpdbg_oplog_entry *next; member
H A Dphpdbg_cmd.c380 phpdbg_param_t *next = NULL; in phpdbg_stack_free() local
435 phpdbg_param_t *next = calloc(1, sizeof(phpdbg_param_t)); in phpdbg_stack_push() local
/PHP-7.4/ext/pcntl/
H A Dphp_pcntl.h78 struct php_pcntl_pending_signal *next; member
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_dfg.c51 zend_op *next = opline + 1; in zend_build_dfg() local
H A Dblock_pass.c935 zend_basic_block *next = b + 1; in assemble_code_blocks() local
1116 int next = (block - blocks) + 1; in zend_jmp_optimization() local
1497 int next = (block - blocks) + 1; in zend_jmp_optimization() local
/PHP-7.4/Zend/
H A Dzend_llist.c104 zend_llist_element *current=l->head, *next; in zend_llist_destroy() local
164 zend_llist_element *element, *next; in zend_llist_apply_with_del() local
H A Dzend_llist.h24 struct _zend_llist_element *next; member
/PHP-7.4/ext/gd/libgd/
H A Dgdcache.h59 gdCache_element_t *next; member
/PHP-7.4/main/streams/
H A Dphp_stream_filter_api.h43 php_stream_bucket *next, *prev; member
109 php_stream_filter *next; member
/PHP-7.4/ext/spl/
H A Dspl_dllist.c64 struct _spl_ptr_llist_element *next; member
152 spl_ptr_llist_element *current = llist->head, *next; in spl_ptr_llist_destroy() local
326 spl_ptr_llist_element *current = from->head, *next; in spl_ptr_llist_copy() local
498 spl_ptr_llist_element *current = intern->llist->head, *next; in spl_dllist_object_get_debug_info() local
1064 SPL_METHOD(SplDoublyLinkedList, next) in SPL_METHOD() argument
1131 spl_ptr_llist_element *current = intern->llist->head, *next; in SPL_METHOD() local
/PHP-7.4/ext/opcache/
H A Dzend_accelerator_hash.h50 zend_accel_hash_entry *next; member
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_children.h22 struct fpm_child_s *prev, *next; member
/PHP-7.4/ext/bcmath/libbcmath/src/
H A Doutput.c47 struct stk_rec *next; member
/PHP-7.4/ext/dba/libcdb/
H A Dcdb_make.h36 struct cdb_hplist *next; member
/PHP-7.4/ext/dba/libinifile/
H A Dinifile.h43 line_type next; member
/PHP-7.4/ext/sqlite3/
H A Dphp_sqlite3_structs.h52 struct _php_sqlite3_func *next; member
63 struct _php_sqlite3_collation *next; member
/PHP-7.4/ext/simplexml/
H A Dsxe.c112 PHP_METHOD(ce_SimpleXMLIterator, next) in PHP_METHOD() argument
/PHP-7.4/ext/sysvshm/
H A Dphp_sysvshm.h53 zend_long next; member
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dqueue.h31 datanode *prev, *next ; member

Completed in 81 milliseconds

1234