Searched defs:next (Results 1 - 25 of 68) sorted by relevance

123

/PHP_TRUNK/Zend/
H A Dzend_signal.h52 struct _zend_signal_queue_t *next; member in struct:_zend_signal_queue_t
H A Dzend_llist.c42 tmp->next = NULL;
44 l->tail->next = tmp;
59 tmp->next = l->head;
75 (current)->prev->next = (current)->next;\
77 (l)->head = (current)->next;\
79 if ((current)->next) {\
80 (current)->next->prev = (current)->prev;\
100 current = current->next;
107 zend_llist_element *current=l->head, *next; local
173 zend_llist_element *element, *next; local
[all...]
H A Dzend_llist.h26 struct _zend_llist_element *next; member in struct:_zend_llist_element
H A Dzend_objects_API.h46 int next; member in struct:_zend_object_store_bucket::_store_bucket::__anon1
/PHP_TRUNK/ext/bcmath/libbcmath/src/
H A Doutput.c48 struct stk_rec *next; member in struct:stk_rec
158 temp->next = digits;
170 digits = digits->next;
/PHP_TRUNK/ext/xmlrpc/libxmlrpc/
H A Dqueue.h31 datanode *prev, *next ; member in struct:nodeptr
85 #define Q_Iter_Next_F(qi) (qi ? (q_iter)((node*)qi)->next : NULL)
/PHP_TRUNK/sapi/fpm/fpm/
H A Dfpm_children.c96 child->next = wp->children;
97 if (child->next) {
98 child->next->prev = child;
111 child->prev->next = child->next;
113 child->wp->children = child->next;
116 if (child->next) {
117 child->next->prev = child->prev;
127 for (wp = fpm_worker_all_pools; wp; wp = wp->next) {
129 for (child = wp->children; child; child = child->next) {
166 struct fpm_child_s *next; local
[all...]
H A Dfpm_children.h23 struct fpm_child_s *prev, *next; member in struct:fpm_child_s
H A Dfpm_events.h17 struct timeval timeout; /* next time to trigger */
28 struct fpm_event_queue_s *next; member in struct:fpm_event_queue_s
H A Dfpm_worker_pool.h22 struct fpm_worker_pool_s *next; member in struct:fpm_worker_pool_s
/PHP_TRUNK/ext/gd/
H A Dgdcache.h60 gdCache_element_t *next; member in struct:gdCache_element_s
/PHP_TRUNK/ext/gd/libgd/
H A Dgdcache.h59 gdCache_element_t *next; member in struct:gdCache_element_s
/PHP_TRUNK/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp169 int32_t CodePointBreakIterator::next(void) function in class:CodePointBreakIterator
211 int32_t CodePointBreakIterator::next(int32_t n) function in class:CodePointBreakIterator
/PHP_TRUNK/ext/intl/grapheme/
H A Dgrapheme_string.c791 /* {{{ proto string grapheme_extract(string str, int size[, int extract_type[, int start[, int next]]])
806 zval *next = NULL; /* return offset of next part of the string */ local
808 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sl|llz", (char **)&str, &str_len, &size, &extract_type, &lstart, &next) == FAILURE) {
816 if ( NULL != next ) {
817 if ( !PZVAL_IS_REF(next) ) {
819 "grapheme_extract: 'next' was not passed by reference", 0 TSRMLS_CC );
824 /* initialize next */
825 zval_dtor(next);
826 ZVAL_LONG(next, lstar
[all...]
/PHP_TRUNK/ext/dba/libcdb/
H A Dcdb_make.h38 struct cdb_hplist *next; member in struct:cdb_hplist
/PHP_TRUNK/ext/dba/libinifile/
H A Dinifile.h45 line_type next; member in struct:__anon60
/PHP_TRUNK/ext/pcntl/
H A Dphp_pcntl.h63 struct php_pcntl_pending_signal *next; member in struct:php_pcntl_pending_signal
/PHP_TRUNK/ext/pdo/
H A Dpdo_sql_parser.c429 struct placeholder *next; member in struct:placeholder
465 plc->next = NULL;
471 placetail->next = plc;
520 for (plc = placeholders; plc; plc = plc->next) {
542 for (plc = placeholders; plc; plc = plc->next) {
641 plc = plc->next;
668 for (plc = placeholders; plc; plc = plc->next) {
709 for (plc = placeholders; plc; plc = plc->next) {
726 placeholders = plc->next;
/PHP_TRUNK/ext/pdo_sqlite/
H A Dphp_pdo_sqlite_int.h39 struct pdo_sqlite_func *next; member in struct:pdo_sqlite_func
50 struct pdo_sqlite_collation *next; member in struct:pdo_sqlite_collation
/PHP_TRUNK/ext/session/
H A Dmod_mm.c48 struct ps_sd *next; member in struct:ps_sd
91 ps_sd *ps, *next; local
103 for (ps = *ohash; ps; ps = next) {
104 next = ps->next;
105 ps->next = nhash[ps->hv & nmax];
141 sd->next = data->hash[slot];
146 if (!sd->next) {
164 data->hash[slot] = sd->next;
169 for (prev = data->hash[slot]; prev->next !
239 ps_sd *sd, *next; local
417 ps_sd *sd, *next; local
[all...]
/PHP_TRUNK/ext/sqlite3/
H A Dphp_sqlite3_structs.h56 struct _php_sqlite3_func *next; member in struct:_php_sqlite3_func
67 struct _php_sqlite3_collation *next; member in struct:_php_sqlite3_collation
/PHP_TRUNK/ext/sysvshm/
H A Dphp_sysvshm.h43 long next; member in struct:__anon260
/PHP_TRUNK/main/streams/
H A Dphp_stream_filter_api.h34 * it's return value), the next filter is invoked and so on.
45 php_stream_bucket *next, *prev; member in struct:_php_stream_bucket
65 PSFS_PASS_ON /* filter generated output buckets; pass them on to next in chain */
111 php_stream_filter *next; member in struct:_php_stream_filter
/PHP_TRUNK/ext/opcache/
H A Dzend_accelerator_hash.h33 zend_accel_hash_update() just takes the next entry from 'hash_entries'
51 zend_accel_hash_entry *next; member in struct:_zend_accel_hash_entry
/PHP_TRUNK/ext/opcache/Optimizer/
H A Dzend_optimizer_internal.h64 zend_code_block *next; member in struct:_zend_code_block
80 zend_block_source *next; member in struct:_zend_block_source

Completed in 28 milliseconds

123