Home
last modified time | relevance | path

Searched refs:handlers (Results 26 – 50 of 86) sorted by relevance

1234

/PHP-5.5/Zend/
H A Dzend_signal.h63 zend_signal_entry_t handlers[NSIG]; member
H A Dzend_alloc.c165 ret = storage->handlers->_alloc(storage, size); in zend_mm_mem_mmap_realloc()
168 storage->handlers->_free(storage, segment); in zend_mm_mem_mmap_realloc()
320 # define ZEND_MM_STORAGE_DTOR() heap->storage->handlers->dtor(heap->storage)
1087 storage = handlers->init(params); in zend_mm_startup_ex()
1089 fprintf(stderr, "Cannot initialize zend_mm storage [%s]\n", handlers->name); in zend_mm_startup_ex()
1096 storage->handlers = handlers; in zend_mm_startup_ex()
1169 const zend_mm_mem_handlers *handlers; in zend_mm_startup() local
1197 handlers = &mem_handlers[i]; in zend_mm_startup()
1221 heap = zend_mm_startup_ex(handlers, seg_size, ZEND_MM_RESERVE_SIZE, 0, NULL); in zend_mm_startup()
1686 storage->handlers->dtor(storage); in zend_mm_shutdown()
[all …]
H A Dzend_alloc.h229 const zend_mm_mem_handlers *handlers; member
233 ZEND_API zend_mm_heap *zend_mm_startup_ex(const zend_mm_mem_handlers *handlers, size_t block_size, …
H A Dzend_gc.c235 newRoot->u.handlers = Z_OBJ_HT_P(zv); in gc_zobj_possible_root()
487 Z_OBJ_HT(z) = current->u.handlers; in gc_mark_roots()
619 Z_OBJ_HT(z) = current->u.handlers; in gc_scan_roots()
762 Z_OBJ_HT(z) = current->u.handlers; in gc_collect_roots()
H A Dzend_gc.h87 const zend_object_handlers *handlers; member
/PHP-5.5/ext/xml/tests/
H A Dxml_set_element_handler_error.phpt12 * Description: Set up start and end element handlers
/PHP-5.5/ext/curl/tests/
H A Dcurl_basic_017.phpt36 // add handlers
H A Dcurl_basic_018.phpt41 // add handlers
/PHP-5.5/ext/dba/
H A Ddba.c529 smart_str handlers = {0}; in PHP_MINFO_FUNCTION() local
532 smart_str_appends(&handlers, hptr->name); in PHP_MINFO_FUNCTION()
533 smart_str_appendc(&handlers, ' '); in PHP_MINFO_FUNCTION()
538 if (handlers.c) { in PHP_MINFO_FUNCTION()
539 smart_str_0(&handlers); in PHP_MINFO_FUNCTION()
540 php_info_print_table_row(2, "Supported handlers", handlers.c); in PHP_MINFO_FUNCTION()
541 smart_str_free(&handlers); in PHP_MINFO_FUNCTION()
H A DREADME50 This shows whether your combination of handlers works. Most problematic
54 malfaunctioning single handlers but not combinations.
/PHP-5.5/ext/intl/collator/
H A Dcollator_class.c78 retval.handlers = &Collator_handlers; in Collator_object_create()
/PHP-5.5/ext/curl/
H A Dphp_curl.h180 php_curl_handlers *handlers; member
/PHP-5.5/ext/intl/spoofchecker/
H A Dspoofchecker_class.c72 retval.handlers = &Spoofchecker_handlers; in Spoofchecker_object_create()
/PHP-5.5/ext/standard/
H A Dincomplete_class.c110 value.handlers = &php_incomplete_object_handlers; in php_create_incomplete_object()
/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat_class.c73 retval.handlers = &MessageFormatter_handlers; in MessageFormatter_object_create()
/PHP-5.5/ext/intl/formatter/
H A Dformatter_class.c75 retval.handlers = &NumberFormatter_handlers; in NumberFormatter_object_create()
/PHP-5.5/ext/intl/dateformat/
H A Ddateformat_class.c82 retval.handlers = &IntlDateFormatter_handlers; in IntlDateFormatter_object_create()
/PHP-5.5/Zend/tests/
H A Dobject_handlers.phpt2 Magic object handlers segfaults and memory errors
/PHP-5.5/ext/xsl/
H A Dphp_xsl.c140 retval.handlers = &xsl_object_handlers; in xsl_objects_new()
/PHP-5.5/main/
H A Dphp_output.h148 zend_stack handlers;
/PHP-5.5/ext/dom/
H A Dphp_dom.c609 retval.handlers = Z_OBJ_HT_P(zobject); in dom_objects_store_clone_obj()
1125 baseobj->value.obj.handlers = dom_get_obj_handlers(TSRMLS_C); in dom_namednode_iter()
1212 retval.handlers = dom_get_obj_handlers(TSRMLS_C); in dom_objects_new()
1235 retval.handlers = dom_get_obj_handlers(TSRMLS_C); in dom_xpath_objects_new()
1300 retval.handlers = dom_get_obj_handlers(TSRMLS_C); in dom_nnodemap_objects_new()
1339 return_value->value.obj.handlers = dom_get_obj_handlers(TSRMLS_C); in php_dom_create_object()
/PHP-5.5/ext/intl/common/
H A Dcommon_enum.cpp218 retval.handlers = &IntlIterator_handlers; in IntlIterator_object_create()
/PHP-5.5/ext/intl/breakiterator/
H A Dbreakiterator_iterators.cpp248 retval.handlers = &IntlPartsIterator_handlers; in IntlPartsIterator_object_create()
/PHP-5.5/ext/intl/transliterator/
H A Dtransliterator_class.c145 retval.handlers = &Transliterator_handlers; in Transliterator_object_create()
/PHP-5.5/
H A DREADME.NEW-OUTPUT-API117 or handlers implemented in C to be used with ob_start() can contain a non-global

Completed in 49 milliseconds

1234