Home
last modified time | relevance | path

Searched defs:next (Results 1 – 25 of 84) sorted by last modified time

1234

/PHP-5.5/sapi/thttpd/
H A Dthttpd.c495 struct qreq *next; member
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_worker_pool.h22 struct fpm_worker_pool_s *next; member
H A Dfpm_children.c166 struct fpm_child_s *next; in fpm_children_free() local
H A Dfpm_children.h23 struct fpm_child_s *prev, *next; member
H A Dfpm_conf.h18 struct key_value_s *next; member
H A Dfpm_events.h28 struct fpm_event_queue_s *next; member
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c145 struct php_cli_server_chunk *next; member
1000 php_cli_server_chunk *chunk, *next; in php_cli_server_buffer_dtor() local
1103 php_cli_server_chunk *chunk, *next; in php_cli_server_content_sender_send() local
/PHP-5.5/sapi/cgi/
H A Dfastcgi.c160 struct _fcgi_hash_bucket *next; member
166 struct _fcgi_hash_buckets *next; member
173 struct _fcgi_data_seg *next; member
/PHP-5.5/main/streams/
H A Dphp_stream_filter_api.h45 php_stream_bucket *next, *prev; member
111 php_stream_filter *next; member
/PHP-5.5/main/
H A DSAPI.c603 zend_llist_element *next; in sapi_remove_header() local
H A Dalloca.c143 union hdr *next; /* For chaining headers. */ member
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dqueue.h31 datanode *prev, *next ; member
/PHP-5.5/ext/xmlreader/
H A Dphp_xmlreader.c821 PHP_METHOD(xmlreader, next) in PHP_METHOD() argument
/PHP-5.5/ext/xml/
H A Dcompat.c26 void *next; member
/PHP-5.5/ext/sysvshm/
H A Dphp_sysvshm.h43 long next; member
/PHP-5.5/ext/standard/
H A Dvar_unserializer.c35 void *next; member
165 void *next; in var_destroy() local
H A Dhtml.c183 unsigned char next; in get_next_char() local
207 unsigned char next; in get_next_char() local
233 unsigned char next; in get_next_char() local
260 unsigned char next; in get_next_char() local
288 unsigned next; in get_next_char() local
301 unsigned next; in get_next_char() local
944 const char *next = NULL; /* when set, next > p, otherwise possible inf loop */ in traverse_for_entities() local
1394 *next = start; in php_escape_html_entities_ex() local
H A Dbasic_functions.h194 php_uint32 *next; /* next random value is computed from here */ member
H A Darray.c863 PHP_FUNCTION(next) in PHP_FUNCTION() argument
/PHP-5.5/ext/sqlite3/
H A Dphp_sqlite3_structs.h56 struct _php_sqlite3_func *next; member
67 struct _php_sqlite3_collation *next; member
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c8616 HashElem *next, *prev; /* Next and previous elements in the table */ member
17926 u32 next; /* Index in mem3.aPool[] of next free chunk */ member
17986 u32 next = mem3.aPool[i].u.list.next; in memsys3UnlinkFromList() local
18596 int next; /* Index of next free chunk */ member
18675 int next, prev; in memsys5Unlink() local
/PHP-5.5/ext/spl/
H A Dspl_iterators.c646 SPL_METHOD(RecursiveIteratorIterator, next) in SPL_METHOD() argument
1758 SPL_METHOD(dual_it, next) in SPL_METHOD() argument
1821 SPL_METHOD(FilterIterator, next) in SPL_METHOD() argument
2541 SPL_METHOD(LimitIterator, next) in SPL_METHOD() argument
2751 SPL_METHOD(CachingIterator, next) in SPL_METHOD() argument
3182 SPL_METHOD(NoRewindIterator, next) in SPL_METHOD() argument
3218 SPL_METHOD(InfiniteIterator, next) in SPL_METHOD() argument
3286 SPL_METHOD(EmptyIterator, next) in SPL_METHOD() argument
3418 SPL_METHOD(AppendIterator, next) in SPL_METHOD() argument
H A Dspl_observer.c717 SPL_METHOD(SplObjectStorage, next) in SPL_METHOD() argument
1100 SPL_METHOD(MultipleIterator, next) in SPL_METHOD() argument
H A Dspl_directory.c798 SPL_METHOD(DirectoryIterator, next) in SPL_METHOD() argument
2478 SPL_METHOD(SplFileObject, next) in SPL_METHOD() argument
H A Dspl_dllist.c66 struct _spl_ptr_llist_element *next; member
145 spl_ptr_llist_element *current = llist->head, *next; in spl_ptr_llist_destroy() local
321 spl_ptr_llist_element *current = from->head, *next; in spl_ptr_llist_copy() local
509 spl_ptr_llist_element *current = intern->llist->head, *next; in spl_dllist_object_get_debug_info() local
1078 SPL_METHOD(SplDoublyLinkedList, next) in SPL_METHOD() argument
1143 spl_ptr_llist_element *current = intern->llist->head, *next; in SPL_METHOD() local

Completed in 717 milliseconds

1234