Home
last modified time | relevance | path

Searched refs:zend_fcc_dup (Results 1 – 7 of 7) sorted by path

/php-src/Zend/
H A Dzend_API.h784 static zend_always_inline void zend_fcc_dup(/* restrict */ zend_fcall_info_cache *dest, const zend_… in zend_fcc_dup() function
/php-src/ext/curl/
H A Dinterface.c1168 zend_fcc_dup(target_fcc, source_fcc); in php_curl_copy_fcc_with_option()
1197 zend_fcc_dup(&source->handlers.read->fcc, &source->handlers.read->fcc); in _php_setup_easy_copy_handlers()
1200 zend_fcc_dup(&source->handlers.write->fcc, &source->handlers.write->fcc); in _php_setup_easy_copy_handlers()
1203 zend_fcc_dup(&source->handlers.write_header->fcc, &source->handlers.write_header->fcc); in _php_setup_easy_copy_handlers()
/php-src/ext/dom/
H A Dxpath_callbacks.c299 zend_fcc_dup(allocated_fcc, fcc); in php_dom_xpath_callbacks_update_single_method_handler()
/php-src/ext/libxml/
H A Dlibxml.c1204 zend_fcc_dup(&LIBXML(entity_loader_callback), &fcc); in PHP_FUNCTION()
/php-src/ext/pdo_sqlite/
H A Dsqlite_driver.c517 zend_fcc_dup(&func->func, &fcc); in pdo_sqlite_create_function_internal()
576 zend_fcc_dup(&func->step, &step_fcc); in pdo_sqlite_create_aggregate_internal()
577 zend_fcc_dup(&func->fini, &fini_fcc); in pdo_sqlite_create_aggregate_internal()
647 zend_fcc_dup(&collation->callback, &fcc); in pdo_sqlite_create_collation_internal()
/php-src/ext/sqlite3/
H A Dsqlite3.c969 zend_fcc_dup(&func->func, &fcc); in PHP_METHOD()
1019 zend_fcc_dup(&func->step, &step_fcc); in PHP_METHOD()
1020 zend_fcc_dup(&func->fini, &fini_fcc); in PHP_METHOD()
1066 zend_fcc_dup(&collation->cmp_func, &fcc); in PHP_METHOD()
1331 zend_fcc_dup(&db_obj->authorizer_fcc, &fcc); in PHP_METHOD()
/php-src/ext/xml/
H A Dxml.c446 zend_fcc_dup(parser_handler, fn); in xml_set_handler()

Completed in 82 milliseconds