| /PHP_5_5/Zend/ |
| H A D | zend_signal.h | 52 struct _zend_signal_queue_t *next; member in struct:_zend_signal_queue_t
|
| H A D | zend_llist.c | 42 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 D | zend_llist.h | 26 struct _zend_llist_element *next; member in struct:_zend_llist_element
|
| H A D | zend_objects_API.h | 46 int next; member in struct:_zend_object_store_bucket::_store_bucket::__anon1
|
| /PHP_5_5/ext/bcmath/libbcmath/src/ |
| H A D | output.c | 48 struct stk_rec *next; member in struct:stk_rec 158 temp->next = digits; 170 digits = digits->next;
|
| /PHP_5_5/ext/xmlrpc/libxmlrpc/ |
| H A D | queue.h | 31 datanode *prev, *next ; member in struct:nodeptr 85 #define Q_Iter_Next_F(qi) (qi ? (q_iter)((node*)qi)->next : NULL)
|
| /PHP_5_5/sapi/fpm/fpm/ |
| H A D | fpm_children.c | 96 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 D | fpm_children.h | 23 struct fpm_child_s *prev, *next; member in struct:fpm_child_s
|
| H A D | fpm_events.h | 17 struct timeval timeout; /* next time to trigger */ 28 struct fpm_event_queue_s *next; member in struct:fpm_event_queue_s
|
| H A D | fpm_worker_pool.h | 22 struct fpm_worker_pool_s *next; member in struct:fpm_worker_pool_s
|
| /PHP_5_5/ext/gd/ |
| H A D | gdcache.h | 60 gdCache_element_t *next; member in struct:gdCache_element_s
|
| /PHP_5_5/ext/gd/libgd/ |
| H A D | gdcache.h | 59 gdCache_element_t *next; member in struct:gdCache_element_s
|
| /PHP_5_5/ext/intl/breakiterator/ |
| H A D | codepointiterator_internal.cpp | 169 int32_t CodePointBreakIterator::next(void) function in class:CodePointBreakIterator 211 int32_t CodePointBreakIterator::next(int32_t n) function in class:CodePointBreakIterator
|
| H A D | breakiterator_iterators.cpp | 69 int32_t pos = biter->next(); 156 next; local 162 next = bio->biter->next(); 163 if (next == BreakIterator::DONE) { 170 iter->index = next; 180 if (next == BreakIterator::DONE) { 181 next = slen; 183 assert(next <= slen && next > [all...] |
| /PHP_5_5/ext/intl/grapheme/ |
| H A D | grapheme_string.c | 791 /* {{{ 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_5_5/ext/dba/libcdb/ |
| H A D | cdb_make.h | 38 struct cdb_hplist *next; member in struct:cdb_hplist
|
| /PHP_5_5/ext/dba/libinifile/ |
| H A D | inifile.h | 45 line_type next; member in struct:__anon60
|
| /PHP_5_5/ext/pcntl/ |
| H A D | php_pcntl.h | 63 struct php_pcntl_pending_signal *next; member in struct:php_pcntl_pending_signal
|
| /PHP_5_5/ext/pdo_sqlite/ |
| H A D | php_pdo_sqlite_int.h | 39 struct pdo_sqlite_func *next; member in struct:pdo_sqlite_func 50 struct pdo_sqlite_collation *next; member in struct:pdo_sqlite_collation
|
| /PHP_5_5/ext/session/ |
| H A D | mod_mm.c | 48 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_5_5/ext/sqlite3/ |
| H A D | php_sqlite3_structs.h | 56 struct _php_sqlite3_func *next; member in struct:_php_sqlite3_func 67 struct _php_sqlite3_collation *next; member in struct:_php_sqlite3_collation
|
| /PHP_5_5/ext/sysvshm/ |
| H A D | php_sysvshm.h | 43 long next; member in struct:__anon260
|
| /PHP_5_5/main/streams/ |
| H A D | php_stream_filter_api.h | 34 * 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_5_5/ext/opcache/ |
| H A D | zend_accelerator_hash.h | 33 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_5_5/ext/opcache/Optimizer/ |
| H A D | zend_optimizer_internal.h | 64 zend_code_block *next;
member in struct:_zend_code_block 80 zend_block_source *next;
member in struct:_zend_block_source
|