Home
last modified time | relevance | path

Searched refs:zend_fcall_info_cache (Results 1 – 25 of 49) sorted by relevance

12

/php-src/ext/sqlite3/
H A Dphp_sqlite3_structs.h50 zend_fcall_info_cache func;
51 zend_fcall_info_cache step;
52 zend_fcall_info_cache fini;
60 zend_fcall_info_cache cmp_func;
69 zend_fcall_info_cache authorizer_fcc;
/php-src/ext/curl/
H A Dcurl_private.h49 zend_fcall_info_cache fci_cache;
58 zend_fcall_info_cache fci_cache;
67 zend_fcall_info_cache fci_cache;
/php-src/ext/zend_test/
H A Dfiber.h32 zend_fcall_info_cache fci_cache;
/php-src/ext/xml/
H A Dxml.c72 zend_fcall_info_cache startElementHandler;
73 zend_fcall_info_cache endElementHandler;
74 zend_fcall_info_cache characterDataHandler;
76 zend_fcall_info_cache defaultHandler;
78 zend_fcall_info_cache notationDeclHandler;
79 zend_fcall_info_cache externalEntityRefHandler;
81 zend_fcall_info_cache endNamespaceDeclHandler;
437 static void xml_set_handler(zend_fcall_info_cache *const parser_handler, const zend_fcall_info_cach… in xml_set_handler()
1171 zend_fcall_info_cache start_fcc = {0}; in PHP_FUNCTION()
1173 zend_fcall_info_cache end_fcc = {0}; in PHP_FUNCTION()
[all …]
/php-src/ext/standard/
H A Dbasic_functions.h68 zend_fcall_info_cache user_compare_fci_cache;
131 zend_fcall_info_cache fci_cache;
H A Dbasic_functions.c121 zend_fcall_info_cache fci_cache;
1454 zend_fcall_info_cache fci_cache;
1479 zend_fcall_info_cache fci_cache;
1503 zend_fcall_info_cache fci_cache;
1539 zend_fcall_info_cache fci_cache;
1566 static void fci_addref(zend_fcall_info *fci, zend_fcall_info_cache *fci_cache)
1574 static void fci_release(zend_fcall_info *fci, zend_fcall_info_cache *fci_cache)
/php-src/ext/dom/
H A Dxpath_callbacks.c31 zend_fcall_info_cache *fcc = Z_PTR_P(zv); in xpath_callbacks_entry_dtor()
96 zend_fcall_info_cache *entry; in php_dom_xpath_callback_ns_get_gc()
195 zend_fcall_info_cache* fcc = emalloc(sizeof(zend_fcall_info)); in php_dom_xpath_callback_ns_update_method_handler()
238 zend_fcall_info_cache* fcc = emalloc(sizeof(zend_fcall_info)); in php_dom_xpath_callback_ns_update_method_handler()
291 …mlXPathContextPtr ctxt, zend_string *ns, zend_string *name, const zend_fcall_info_cache *fcc, php_… in php_dom_xpath_callbacks_update_single_method_handler()
298 zend_fcall_info_cache* allocated_fcc = emalloc(sizeof(zend_fcall_info)); in php_dom_xpath_callbacks_update_single_method_handler()
H A Dxpath_callbacks.h63 …mlXPathContextPtr ctxt, zend_string *ns, zend_string *name, const zend_fcall_info_cache *fcc, php_…
/php-src/ext/pdo_sqlite/
H A Dphp_pdo_sqlite_int.h31 zend_fcall_info_cache fcc;
H A Dsqlite_driver.c508 zend_fcall_info_cache fcc; in pdo_sqlite_create_function_internal()
562 zend_fcall_info_cache step_fcc, fini_fcc; in pdo_sqlite_create_aggregate_internal()
635 zend_fcall_info_cache fcc; in pdo_sqlite_create_collation_internal()
/php-src/Zend/
H A Dzend_fibers.h120 zend_fcall_info_cache fci_cache;
H A Dzend_API.h65 } zend_fcall_info_cache; typedef
413 ZEND_API void zend_release_fcall_info_cache(zend_fcall_info_cache *fcc);
418 uint32_t check_flags, zend_fcall_info_cache *fcc, char **error);
692 ZEND_API extern const zend_fcall_info_cache empty_fcall_info_cache;
748 …tic zend_always_inline bool zend_fcc_equals(const zend_fcall_info_cache* a, const zend_fcall_info_… in zend_fcc_equals()
765 static zend_always_inline void zend_fcc_addref(zend_fcall_info_cache *fcc) in zend_fcc_addref()
784 …_always_inline void zend_fcc_dup(/* restrict */ zend_fcall_info_cache *dest, const zend_fcall_info… in zend_fcc_dup()
786 memcpy(dest, src, sizeof(zend_fcall_info_cache)); in zend_fcc_dup()
790 static zend_always_inline void zend_fcc_dtor(zend_fcall_info_cache *fcc) in zend_fcc_dtor()
801 memcpy(fcc, &empty_fcall_info_cache, sizeof(zend_fcall_info_cache)); in zend_fcc_dtor()
[all …]
H A Dzend_closures.c128 zend_fcall_info_cache fci_cache; in ZEND_METHOD()
287 zend_fcall_info_cache fcc; in ZEND_NAMED_FUNCTION()
291 memset(&fcc, 0, sizeof(zend_fcall_info_cache)); in ZEND_NAMED_FUNCTION()
330 zend_fcall_info_cache fcc; in zend_create_closure_from_callable()
H A Dzend_execute_API.c58 ZEND_API const zend_fcall_info_cache empty_fcall_info_cache = {0};
771 zend_result zend_call_function(zend_fcall_info *fci, zend_fcall_info_cache *fci_cache) /* {{{ */ in zend_call_function()
775 zend_fcall_info_cache fci_cache_local; in zend_call_function()
1049 zend_fcall_info_cache fcic; in zend_call_known_function()
1101 zend_fcall_info_cache fcc; in zend_call_method_if_exists()
/php-src/win32/
H A Dsignal.c91 zend_fcall_info_cache fcc; in PHP_FUNCTION()
/php-src/ext/readline/
H A Dreadline.c477 zend_fcall_info_cache fcc; in PHP_FUNCTION()
518 zend_fcall_info_cache fcc; in PHP_FUNCTION()
/php-src/ext/pdo/
H A Dphp_pdo_driver.h612 zend_fcall_info_cache fcc;
619 zend_fcall_info_cache fcc;
/php-src/ext/libxml/
H A Dphp_libxml.h46 zend_fcall_info_cache entity_loader_callback;
/php-src/ext/spl/
H A Dphp_spl.c384 zend_fcall_info *fci, zend_fcall_info_cache *fcc) { in autoload_func_info_from_fci()
507 zend_fcall_info_cache fcc; in PHP_FUNCTION()
579 zend_fcall_info_cache fcc; in PHP_FUNCTION()
/php-src/main/
H A Dphp_output.h118 zend_fcall_info_cache fcc;
H A DSAPI.h149 zend_fcall_info_cache fci_cache;
/php-src/ext/intl/uchar/
H A Duchar.c163 zend_fcall_info_cache fci_cache;
266 zend_fcall_info_cache fci_cache;
/php-src/ext/session/
H A Dsession.c2107 zend_fcall_info_cache open_fcc; in PHP_FUNCTION()
2109 zend_fcall_info_cache close_fcc; in PHP_FUNCTION()
2111 zend_fcall_info_cache read_fcc; in PHP_FUNCTION()
2113 zend_fcall_info_cache write_fcc; in PHP_FUNCTION()
2115 zend_fcall_info_cache destroy_fcc; in PHP_FUNCTION()
2117 zend_fcall_info_cache gc_fcc; in PHP_FUNCTION()
2119 zend_fcall_info_cache create_id_fcc; in PHP_FUNCTION()
2121 zend_fcall_info_cache validate_id_fcc; in PHP_FUNCTION()
2123 zend_fcall_info_cache update_timestamp_fcc; in PHP_FUNCTION()
/php-src/docs-old/
H A Dparameter-parsing-api.md74 zend_fcall_info and zend_fcall_info_cache).
77 zend_fcall_info and zend_fcall_info_cache).
/php-src/ext/pcre/
H A Dphp_pcre.c1541 static zend_string *preg_do_repl_func(zend_fcall_info *fci, zend_fcall_info_cache *fcc, const char … in preg_do_repl_func()
1843 …r, const char *subject, size_t subject_len, zend_fcall_info *fci, zend_fcall_info_cache *fcc, size… in php_pcre_replace_func_impl()
2058 zend_fcall_info *fci, zend_fcall_info_cache *fcc, in php_pcre_replace_func()
2177 zend_fcall_info *fci, zend_fcall_info_cache *fcc, in php_replace_in_subject_func()
2220 zend_fcall_info *fci, zend_fcall_info_cache *fcc, in preg_replace_func_impl()
2413 zend_fcall_info_cache fcc; in PHP_FUNCTION()
2444 zend_fcall_info_cache fcc; in PHP_FUNCTION()

Completed in 82 milliseconds

12