Home
last modified time | relevance | path

Searched refs:empty_fcall_info_cache (Results 1 – 11 of 11) sorted by relevance

/php-src/ext/pdo_pgsql/
H A Dpdo_pgsql.c152 zend_fcall_info_cache fcc = empty_fcall_info_cache; in PHP_METHOD()
H A Dpgsql_driver.c1290 zend_fcall_info_cache fcc = empty_fcall_info_cache; in PHP_METHOD()
/php-src/ext/pdo_sqlite/
H A Dsqlite_driver.c498 zend_fcall_info_cache fcc = empty_fcall_info_cache; in pdo_sqlite_create_function_internal()
555 zend_fcall_info_cache step_fcc = empty_fcall_info_cache; in pdo_sqlite_create_aggregate_internal()
556 zend_fcall_info_cache fini_fcc = empty_fcall_info_cache; in pdo_sqlite_create_aggregate_internal()
631 zend_fcall_info_cache fcc = empty_fcall_info_cache; in pdo_sqlite_create_collation_internal()
/php-src/ext/sqlite3/
H A Dsqlite3.c165 db_obj->authorizer_fcc = empty_fcall_info_cache; in PHP_METHOD()
945 zend_fcall_info_cache fcc = empty_fcall_info_cache; in PHP_METHOD()
990 zend_fcall_info_cache step_fcc = empty_fcall_info_cache; in PHP_METHOD()
992 zend_fcall_info_cache fini_fcc = empty_fcall_info_cache; in PHP_METHOD()
1043 zend_fcall_info_cache fcc = empty_fcall_info_cache; in PHP_METHOD()
1310 zend_fcall_info_cache fcc = empty_fcall_info_cache; in PHP_METHOD()
/php-src/ext/standard/
H A Darray.c874 BG(user_compare_fci_cache) = empty_fcall_info_cache; \
5155 zend_fcall_info_cache fci1_cache = empty_fcall_info_cache, fci2_cache = empty_fcall_info_cache;
5551 zend_fcall_info_cache fci1_cache = empty_fcall_info_cache, fci2_cache = empty_fcall_info_cache;
6448 zend_fcall_info_cache fci_cache = empty_fcall_info_cache;
6511 zend_fcall_info_cache fci_cache = empty_fcall_info_cache;
6667 zend_fcall_info_cache fci_cache = empty_fcall_info_cache;
6689 zend_fcall_info_cache fci_cache = empty_fcall_info_cache;
6711 zend_fcall_info_cache fci_cache = empty_fcall_info_cache;
6731 zend_fcall_info_cache fci_cache = empty_fcall_info_cache;
6753 zend_fcall_info_cache fci_cache = empty_fcall_info_cache;
H A Dbasic_functions.c414 BG(user_compare_fci_cache) = empty_fcall_info_cache; in PHP_RINIT_FUNCTION()
/php-src/ext/curl/
H A Dinterface.c1128 ch->handlers.progress = empty_fcall_info_cache; in init_curl_handle()
1129 ch->handlers.xferinfo = empty_fcall_info_cache; in init_curl_handle()
1130 ch->handlers.fnmatch = empty_fcall_info_cache; in init_curl_handle()
1131 ch->handlers.debug = empty_fcall_info_cache; in init_curl_handle()
1133 ch->handlers.prereq = empty_fcall_info_cache; in init_curl_handle()
1136 ch->handlers.sshhostkey = empty_fcall_info_cache; in init_curl_handle()
/php-src/main/
H A DSAPI.c122 SG(fci_cache) = empty_fcall_info_cache; in PHP_FUNCTION()
/php-src/ext/libxml/
H A Dlibxml.c398 libxml_globals->entity_loader_callback = empty_fcall_info_cache; in PHP_GINIT_FUNCTION()
/php-src/Zend/
H A Dzend_execute_API.c58 ZEND_API const zend_fcall_info_cache empty_fcall_info_cache = {0}; variable
H A Dzend_API.h694 ZEND_API extern const zend_fcall_info_cache empty_fcall_info_cache;
803 memcpy(fcc, &empty_fcall_info_cache, sizeof(zend_fcall_info_cache)); in zend_fcc_dtor()

Completed in 83 milliseconds