| /PHP_5_3/TSRM/ |
| H A D | TSRM.c | 29 tsrm_tls_entry *next; member in struct:_tsrm_tls_entry 176 next_p = p->next; 260 p = p->next; 279 (*thread_resources_ptr)->next = NULL; 358 if (thread_resources->next) { 359 thread_resources = thread_resources->next; 361 allocate_new_resource(&thread_resources->next, thread_id); 364 * thread_resources = thread_resources->next; 385 tsrm_tls_entry *next, *thread_resources = (tsrm_tls_entry*)context; local 389 next [all...] |
| /PHP_5_3/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_3/ext/sqlite/libsqlite/src/ |
| H A D | hash.h | 51 HashElem *next, *prev; /* Next and previous elements in the table */ member in struct:HashElem 99 #define sqliteHashNext(E) ((E)->next)
|
| /PHP_5_3/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_3/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_conf.h | 18 struct key_value_s *next; member in struct:key_value_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_3/ext/fileinfo/libmagic/ |
| H A D | magic.c | 256 for (ml = mlist->next; ml != mlist;) { 257 struct mlist *next = ml->next; local 261 ml = next;
|
| /PHP_5_3/ext/gd/ |
| H A D | gdcache.h | 60 gdCache_element_t *next; member in struct:gdCache_element_s
|
| /PHP_5_3/ext/gd/libgd/ |
| H A D | gdcache.h | 59 gdCache_element_t *next; member in struct:gdCache_element_s
|
| /PHP_5_3/ext/intl/grapheme/ |
| H A D | grapheme_string.c | 787 /* {{{ proto string grapheme_extract(string str, int size[, int extract_type[, int start[, int next]]]) 802 zval *next = NULL; /* return offset of next part of the string */ local 804 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sl|llz", (char **)&str, &str_len, &size, &extract_type, &lstart, &next) == FAILURE) { 812 if ( NULL != next ) { 813 if ( !PZVAL_IS_REF(next) ) { 815 "grapheme_extract: 'next' was not passed by reference", 0 TSRMLS_CC ); 820 /* initialize next */ 821 zval_dtor(next); 822 ZVAL_LONG(next, lstar [all...] |
| /PHP_5_3/ext/dba/libcdb/ |
| H A D | cdb_make.h | 38 struct cdb_hplist *next; member in struct:cdb_hplist
|
| /PHP_5_3/ext/dba/libinifile/ |
| H A D | inifile.h | 45 line_type next; member in struct:__anon40
|
| /PHP_5_3/ext/pcntl/ |
| H A D | php_pcntl.h | 63 struct php_pcntl_pending_signal *next; member in struct:php_pcntl_pending_signal
|
| /PHP_5_3/ext/pdo/ |
| H A D | pdo_sql_parser.c | 429 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_5_3/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_3/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_3/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_3/ext/sysvshm/ |
| H A D | php_sysvshm.h | 43 long next; member in struct:__anon233
|
| /PHP_5_3/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_3/Zend/ |
| 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;\ 94 zend_llist_element *next; local 97 next 109 zend_llist_element *current=l->head, *next; local 175 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 | 45 int next; member in struct:_zend_object_store_bucket::_store_bucket::__anon13
|