| /PHP_5_5/Zend/ |
| H A D | zend_signal.c | 162 zend_signal_entry_t p_sig = SIGG(handlers)[signo-1]; 181 SIGG(handlers)[signo-1].flags = 0; 182 SIGG(handlers)[signo-1].handler = SIG_DFL; 201 oldact->sa_flags = SIGG(handlers)[signo-1].flags; 202 oldact->sa_handler = (void *) SIGG(handlers)[signo-1].handler; 206 SIGG(handlers)[signo-1].flags = act->sa_flags; 208 SIGG(handlers)[signo-1].handler = (void *) act->sa_sigaction; 210 SIGG(handlers)[signo-1].handler = (void *) act->sa_handler; 258 SIGG(handlers)[signo-1].flags = sa.sa_flags; 260 SIGG(handlers)[sign [all...] |
| H A D | zend_signal.h | 62 zend_bool check; /* check for replaced handlers on shutdown */ 63 zend_signal_entry_t handlers[NSIG]; member in struct:_zend_signal_globals_t
|
| H A D | zend_alloc.h | 229 const zend_mm_mem_handlers *handlers; member in struct:_zend_mm_storage 233 ZEND_API zend_mm_heap *zend_mm_startup_ex(const zend_mm_mem_handlers *handlers, size_t block_size, size_t reserve_size, int internal, void *params);
|
| H A D | zend_gc.c | 240 newRoot->u.handlers = Z_OBJ_HT_P(zv); 492 Z_OBJ_HT(z) = current->u.handlers; 624 Z_OBJ_HT(z) = current->u.handlers; 767 Z_OBJ_HT(z) = current->u.handlers;
|
| H A D | zend_objects.c | 104 if (!obj_bucket->bucket.obj.handlers) { 105 obj_bucket->bucket.obj.handlers = &std_object_handlers; 107 Z_OBJ_HT_P(obj) = obj_bucket->bucket.obj.handlers; 151 retval.handlers = &std_object_handlers;
|
| H A D | zend_objects_API.c | 128 obj->handlers = NULL; 182 ZEND_API void zend_objects_store_del_ref_by_handle_ex(zend_object_handle handle, const zend_object_handlers *handlers TSRMLS_DC) /* {{{ */ 203 if (handlers && !obj->handlers) { 204 obj->handlers = handlers; 263 retval.handlers = Z_OBJ_HT_P(zobject); 264 EG(objects_store).object_buckets[handle].bucket.obj.handlers = retval.handlers; 305 obj_bucket->bucket.obj.handlers [all...] |
| H A D | zend_objects_API.h | 41 const zend_object_handlers *handlers; member in struct:_zend_object_store_bucket::_store_bucket::_store_object 71 ZEND_API void zend_objects_store_del_ref_by_handle_ex(zend_object_handle handle, const zend_object_handlers *handlers TSRMLS_DC);
|
| H A D | zend_types.h | 59 const zend_object_handlers *handlers; member in struct:_zend_object_value
|
| H A D | zend_alloc.c | 165 ret = storage->handlers->_alloc(storage, size); 168 storage->handlers->_free(storage, segment); 320 # define ZEND_MM_STORAGE_DTOR() heap->storage->handlers->dtor(heap->storage) 321 # define ZEND_MM_STORAGE_ALLOC(size) heap->storage->handlers->_alloc(heap->storage, size) 322 # define ZEND_MM_STORAGE_REALLOC(ptr, size) heap->storage->handlers->_realloc(heap->storage, ptr, size) 323 # define ZEND_MM_STORAGE_FREE(ptr) heap->storage->handlers->_free(heap->storage, ptr) 1042 ZEND_API zend_mm_heap *zend_mm_startup_ex(const zend_mm_mem_handlers *handlers, size_t block_size, size_t reserve_size, int internal, void *params) argument 1087 storage = handlers->init(params); 1089 fprintf(stderr, "Cannot initialize zend_mm storage [%s]\n", handlers->name); 1096 storage->handlers 1169 const zend_mm_mem_handlers *handlers; local [all...] |
| H A D | zend_gc.h | 87 const zend_object_handlers *handlers; member in union:_gc_root_buffer::__anon1
|
| /PHP_5_5/ext/dba/tests/ |
| H A D | skipif.inc | 4 if (!sizeof(dba_handlers())) die('skip no handlers installed'); 6 $handlers = dba_handlers(); 7 if (in_array('flatfile', $handlers)) { 10 $handlers = array_diff($handlers, array('cdb', 'cdb_make')); /* these can only read OR write */ 11 if (count($handlers)==0) { 14 $handler = array_shift($handlers);
|
| /PHP_5_5/ext/intl/collator/ |
| H A D | collator_class.c | 78 retval.handlers = &Collator_handlers;
|
| /PHP_5_5/ext/intl/dateformat/ |
| H A D | dateformat_class.c | 82 retval.handlers = &IntlDateFormatter_handlers;
|
| /PHP_5_5/ext/intl/formatter/ |
| H A D | formatter_class.c | 75 retval.handlers = &NumberFormatter_handlers;
|
| /PHP_5_5/ext/intl/msgformat/ |
| H A D | msgformat_class.c | 73 retval.handlers = &MessageFormatter_handlers;
|
| /PHP_5_5/ext/intl/spoofchecker/ |
| H A D | spoofchecker_class.c | 72 retval.handlers = &Spoofchecker_handlers;
|
| /PHP_5_5/ext/com_dotnet/ |
| H A D | com_misc.c | 65 z->value.obj.handlers = &php_com_object_handlers; 90 z->value.obj.handlers = &php_com_object_handlers;
|
| /PHP_5_5/ext/xsl/ |
| H A D | php_xsl.c | 140 retval.handlers = &xsl_object_handlers;
|
| /PHP_5_5/main/ |
| H A D | output.c | 162 zend_stack_init(&OG(handlers)); 181 /* release all output handlers */ 182 if (OG(handlers).elements) { 183 while (SUCCESS == zend_stack_top(&OG(handlers), (void *) &handler)) { 185 zend_stack_del_top(&OG(handlers)); 187 zend_stack_destroy(&OG(handlers)); 263 * Flush the most recent output handlers buffer */ 272 zend_stack_del_top(&OG(handlers)); 274 zend_stack_push(&OG(handlers), &OG(active), sizeof(php_output_handler *)); 294 * Cleans the most recent output handlers buffe 574 php_output_handler ***handlers; local [all...] |
| H A D | php_output.h | 148 zend_stack handlers; variable
|
| /PHP_5_5/ext/curl/ |
| H A D | multi.c | 247 if (ch->handlers->write->method == PHP_CURL_RETURN && ch->handlers->write->buf.len > 0) { 248 smart_str_0(&ch->handlers->write->buf); 249 RETURN_STRINGL(ch->handlers->write->buf.c, ch->handlers->write->buf.len, 1);
|
| H A D | interface.c | 210 if (!ch || !ch->handlers) { 214 if (ch->handlers->std_err) { 215 stream = (php_stream *) zend_fetch_resource(&ch->handlers->std_err TSRMLS_CC, -1, NULL, NULL, 2, php_file_le_stream(), php_file_le_pstream()); 220 zval_ptr_dtor(&ch->handlers->std_err); 221 ch->handlers->std_err = NULL; 226 if (ch->handlers->read && ch->handlers->read->stream) { 227 stream = (php_stream *) zend_fetch_resource(&ch->handlers->read->stream TSRMLS_CC, -1, NULL, NULL, 2, php_file_le_stream(), php_file_le_pstream()); 232 zval_ptr_dtor(&ch->handlers->read->stream); 233 ch->handlers [all...] |
| H A D | php_curl.h | 180 php_curl_handlers *handlers; member in struct:__anon5
|
| /PHP_5_5/ext/standard/ |
| H A D | incomplete_class.c | 110 value.handlers = &php_incomplete_object_handlers;
|
| /PHP_5_5/ext/dba/ |
| H A D | dba.c | 516 smart_str handlers = {0}; local 519 smart_str_appends(&handlers, hptr->name); 520 smart_str_appendc(&handlers, ' '); 525 if (handlers.c) { 526 smart_str_0(&handlers); 527 php_info_print_table_row(2, "Supported handlers", handlers.c); 528 smart_str_free(&handlers); 530 php_info_print_table_row(2, "Supported handlers", "none"); 1188 List configured database handlers */ [all...] |