Home
last modified time | relevance | path

Searched defs:fcc (Results 1 – 25 of 33) sorted by relevance

12

/php-src/ext/dom/
H A Dxpath_callbacks.c31 zend_fcall_info_cache *fcc = Z_PTR_P(zv); in xpath_callbacks_entry_dtor() local
195 zend_fcall_info_cache* fcc = emalloc(sizeof(zend_fcall_info)); in php_dom_xpath_callback_ns_update_method_handler() local
238 zend_fcall_info_cache* fcc = emalloc(sizeof(zend_fcall_info)); in php_dom_xpath_callback_ns_update_method_handler() local
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()
H A Dxpath.c448 zend_fcall_info_cache fcc; in PHP_METHOD() local
/php-src/ext/spl/
H A Dphp_spl.c388 zend_fcall_info *fci, zend_fcall_info_cache *fcc) { in autoload_func_info_from_fci()
511 zend_fcall_info_cache fcc; in PHP_FUNCTION() local
583 zend_fcall_info_cache fcc; in PHP_FUNCTION() local
/php-src/win32/
H A Dsignal.c91 zend_fcall_info_cache fcc; in PHP_FUNCTION() local
/php-src/ext/readline/
H A Dreadline.c477 zend_fcall_info_cache fcc; in PHP_FUNCTION() local
518 zend_fcall_info_cache fcc; in PHP_FUNCTION() local
/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 …const char *subject, size_t subject_len, zend_fcall_info *fci, zend_fcall_info_cache *fcc, size_t … 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() local
2444 zend_fcall_info_cache fcc; in PHP_FUNCTION() local
/php-src/ext/sqlite3/
H A Dsqlite3.c737 static int sqlite3_do_callback(zend_fcall_info_cache *fcc, uint32_t argc, sqlite3_value **argv, sql… in sqlite3_do_callback()
940 zend_fcall_info_cache fcc; in PHP_METHOD() local
1044 zend_fcall_info_cache fcc; in PHP_METHOD() local
1317 zend_fcall_info_cache fcc; in PHP_METHOD() local
2244 static void php_sqlite3_gc_buffer_add_fcc(zend_get_gc_buffer *gc_buffer, zend_fcall_info_cache *fcc) in php_sqlite3_gc_buffer_add_fcc()
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_auto_possess.c325 get_chr_property_list(PCRE2_SPTR code, BOOL utf, BOOL ucp, const uint8_t *fcc, in get_chr_property_list()
H A Dpcre2_dfa_match.c538 const uint8_t *ctypes, *lcc, *fcc; in internal_dfa_match() local
H A Dpcre2_intmodedep.h724 const uint8_t *fcc; /* Points to case-flipping table */ member
873 const uint8_t *fcc; /* Points to case-flipping table */ member
/php-src/ext/pdo_sqlite/
H A Dphp_pdo_sqlite_int.h31 zend_fcall_info_cache fcc; member
H A Dsqlite_driver.c509 zend_fcall_info_cache fcc; in pdo_sqlite_create_function_internal() local
636 zend_fcall_info_cache fcc; in pdo_sqlite_create_collation_internal() local
/php-src/Zend/
H A Dzend_closures.c287 zend_fcall_info_cache fcc; in ZEND_NAMED_FUNCTION() local
330 zend_fcall_info_cache fcc; in zend_create_closure_from_callable() local
H A Dzend_API.c1013 zend_fcall_info_cache *fcc = va_arg(*va, zend_fcall_info_cache *); in zend_parse_arg_impl() local
3638 …ring *name, zend_class_entry *scope, zend_execute_data *frame, zend_fcall_info_cache *fcc, bool *s… in zend_is_callable_check_class()
3731 ZEND_API void zend_release_fcall_info_cache(zend_fcall_info_cache *fcc) { in zend_release_fcall_info_cache()
3742 …_callable_check_func(zval *callable, zend_execute_data *frame, zend_fcall_info_cache *fcc, bool st… in zend_is_callable_check_func()
4048 uint32_t check_flags, zend_fcall_info_cache *fcc, char **error) /* {{{ */ in zend_is_callable_at_frame()
4157 …ct *object, uint32_t check_flags, zend_string **callable_name, zend_fcall_info_cache *fcc, char **… in zend_is_callable_ex()
4180 zend_fcall_info_cache fcc; in zend_make_callable() local
4196 …it(zval *callable, uint32_t check_flags, zend_fcall_info *fci, zend_fcall_info_cache *fcc, zend_st… in zend_fcall_info_init()
4331 ZEND_API zend_result zend_fcall_info_call(zend_fcall_info *fci, zend_fcall_info_cache *fcc, zval *r… in zend_fcall_info_call()
4354 ZEND_API void zend_get_callable_zval_from_fcc(const zend_fcall_info_cache *fcc, zval *callable) in zend_get_callable_zval_from_fcc()
H A Dzend_builtin_functions.c1214 zend_fcall_info_cache fcc; in ZEND_FUNCTION() local
1273 zend_fcall_info_cache fcc; in ZEND_FUNCTION() local
H A Dzend_fibers.c795 zend_fcall_info_cache fcc; in ZEND_METHOD() local
H A Dzend_API.h341 #define ZEND_FCC_INITIALIZED(fcc) ((fcc).function_handler != NULL) argument
765 static zend_always_inline void zend_fcc_addref(zend_fcall_info_cache *fcc) in zend_fcc_addref()
790 static zend_always_inline void zend_fcc_dtor(zend_fcall_info_cache *fcc) in zend_fcc_dtor()
807 …s_inline void zend_get_gc_buffer_add_fcc(zend_get_gc_buffer *gc_buffer, zend_fcall_info_cache *fcc) in zend_get_gc_buffer_add_fcc()
841zend_fcall_info_cache *fcc, zval *retval_ptr, uint32_t param_count, zval *params, HashTable *named… in zend_call_known_fcc()
H A Dzend_execute_API.c1101 zend_fcall_info_cache fcc; in zend_call_method_if_exists() local
/php-src/ext/pdo/
H A Dpdo_stmt.c622 zend_fcall_info_cache *fcc = &stmt->fetch.cls.fcc; in do_fetch_class_prepare() local
651 …le_ex(pdo_stmt_t *stmt, zval *callable, zend_fcall_info * fci, zend_fcall_info_cache * fcc, int nu… in make_callable_ex()
679 zend_fcall_info_cache *fcc = &stmt->fetch.cls.fcc; in do_fetch_func_prepare() local
H A Dphp_pdo_driver.h612 zend_fcall_info_cache fcc; member
619 zend_fcall_info_cache fcc; member
/php-src/main/
H A Dphp_output.h118 zend_fcall_info_cache fcc; member
H A DSAPI.c116 zend_fcall_info_cache fcc; in PHP_FUNCTION() local
/php-src/ext/xsl/
H A Dxsltprocessor.c707 zend_fcall_info_cache fcc; in PHP_METHOD() local
/php-src/ext/phar/
H A Dutil.c1397 zend_fcall_info_cache fcc; in phar_call_openssl_signverify() local
/php-src/ext/libxml/
H A Dlibxml.c1201 zend_fcall_info_cache fcc; in PHP_FUNCTION() local

Completed in 181 milliseconds

12