Home
last modified time | relevance | path

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

1234

/PHP-7.3/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.3/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.3/ext/standard/
H A Dhtml.c193 unsigned char next; in get_next_char() local
217 unsigned char next; in get_next_char() local
243 unsigned char next; in get_next_char() local
270 unsigned char next; in get_next_char() local
298 unsigned next; in get_next_char() local
311 unsigned next; in get_next_char() local
954 const char *next = NULL; /* when set, next > p, otherwise possible inf loop */ in traverse_for_entities() local
1395 *next = start; in php_escape_html_entities_ex() local
H A Dvar_unserializer.c79 void *next; member
85 void *next; member
188 void *next; in var_destroy() local
/PHP-7.3/ext/zip/lib/
H A Dzip_hash.c42 struct zip_hash_entry *next; member
78 zip_hash_entry_t *next; in _free_list() local
/PHP-7.3/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.3/sapi/litespeed/
H A Dlsapi_main.c939 void* next) in lsapi_activate_user_ini_basic_checks()
965 void* next) in lsapi_activate_user_ini_mk_path()
985 void* next) in lsapi_activate_user_ini_mk_realpath()
1012 void* next) in lsapi_activate_user_ini_mk_user_config()
1048 void* next) in lsapi_activate_user_ini_walk_down_the_path()
1084 void* next) in lsapi_activate_user_ini_finally()
/PHP-7.3/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp172 int32_t CodePointBreakIterator::next(void) in next() function in CodePointBreakIterator
214 int32_t CodePointBreakIterator::next(int32_t n) in next() function in CodePointBreakIterator
/PHP-7.3/ext/pcntl/
H A Dphp_pcntl.h75 struct php_pcntl_pending_signal *next; member
/PHP-7.3/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.3/ext/opcache/Optimizer/
H A Dzend_dfg.c51 zend_op *next = opline + 1; in zend_build_dfg() local
H A Dblock_pass.c924 zend_basic_block *next = b + 1; in assemble_code_blocks() local
1144 int next = (block - blocks) + 1; in zend_jmp_optimization() local
1525 int next = (block - blocks) + 1; in zend_jmp_optimization() local
/PHP-7.3/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
/PHP-7.3/ext/gd/libgd/
H A Dgdcache.h59 gdCache_element_t *next; member
/PHP-7.3/main/streams/
H A Dphp_stream_filter_api.h43 php_stream_bucket *next, *prev; member
109 php_stream_filter *next; member
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dst.c22 st_table_entry *next; member
210 register st_table_entry *ptr, *next; local
323 register st_table_entry *ptr, *next, **new_bins; local
/PHP-7.3/ext/spl/
H A Dspl.php562 function next(); function
846 function next() {/**/} function in ArrayIterator
1011 function next() {/**/} function in DirectoryIterator
1118 function next() {/**/} function in SimpleXMLIterator
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
1065 SPL_METHOD(SplDoublyLinkedList, next) in SPL_METHOD() argument
1132 spl_ptr_llist_element *current = intern->llist->head, *next; in SPL_METHOD() local
/PHP-7.3/ext/opcache/
H A Dzend_accelerator_hash.h50 zend_accel_hash_entry *next; member
/PHP-7.3/ext/bcmath/libbcmath/src/
H A Doutput.c48 struct stk_rec *next; member
/PHP-7.3/sapi/fpm/fpm/
H A Dfpm_children.h22 struct fpm_child_s *prev, *next; member
/PHP-7.3/ext/dba/libcdb/
H A Dcdb_make.h36 struct cdb_hplist *next; member
/PHP-7.3/ext/dba/libinifile/
H A Dinifile.h43 line_type next; member
/PHP-7.3/ext/sqlite3/
H A Dphp_sqlite3_structs.h52 struct _php_sqlite3_func *next; member
63 struct _php_sqlite3_collation *next; member

Completed in 74 milliseconds

1234