Home
last modified time | relevance | path

Searched defs:fcc (Results 1 – 25 of 36) 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.c461 zend_fcall_info_cache fcc; in PHP_METHOD() local
/php-src/ext/readline/
H A Dreadline.c492 zend_fcall_info_cache fcc; in PHP_FUNCTION() local
533 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/spl/
H A Dphp_spl.c382 zend_fcall_info *fci, zend_fcall_info_cache *fcc) { in autoload_func_info_from_fci()
505 zend_fcall_info_cache fcc; in PHP_FUNCTION() local
577 zend_fcall_info_cache fcc; in PHP_FUNCTION() local
/php-src/ext/pdo_sqlite/
H A Dsqlite_driver.c321 static int do_callback(zend_fcall_info_cache *fcc, int argc, sqlite3_value **argv, sqlite3_context … in do_callback()
498 zend_fcall_info_cache fcc = empty_fcall_info_cache; in pdo_sqlite_create_function_internal() local
633 zend_fcall_info_cache fcc = empty_fcall_info_cache; in pdo_sqlite_create_collation_internal() local
/php-src/ext/pcre/
H A Dphp_pcre.c1548 static zend_string *preg_do_repl_func(zend_fcall_info *fci, zend_fcall_info_cache *fcc, const char … in preg_do_repl_func()
1852 …const char *subject, size_t subject_len, zend_fcall_info *fci, zend_fcall_info_cache *fcc, size_t … in php_pcre_replace_func_impl()
2049 zend_fcall_info *fci, zend_fcall_info_cache *fcc, in php_pcre_replace_func()
2168 zend_fcall_info *fci, zend_fcall_info_cache *fcc, in php_replace_in_subject_func()
2211 zend_fcall_info *fci, zend_fcall_info_cache *fcc, in preg_replace_func_impl()
2404 zend_fcall_info_cache fcc; in PHP_FUNCTION() local
2435 zend_fcall_info_cache fcc; in PHP_FUNCTION() local
/php-src/ext/pdo_pgsql/
H A Dpdo_pgsql.c152 zend_fcall_info_cache fcc = empty_fcall_info_cache; in PHP_METHOD() local
/php-src/ext/curl/
H A Dcurl_private.h48 zend_fcall_info_cache fcc; member
56 zend_fcall_info_cache fcc; member
/php-src/Zend/
H A Dzend_lazy_objects.c60 zend_fcall_info_cache fcc; member
781 zend_fcall_info_cache *fcc = &info->u.initializer.fcc; in zend_lazy_object_get_gc() local
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.c1039 zend_fcall_info_cache *fcc = va_arg(*va, zend_fcall_info_cache *); in zend_parse_arg_impl() local
3744 …ring *name, zend_class_entry *scope, zend_execute_data *frame, zend_fcall_info_cache *fcc, bool *s… in zend_is_callable_check_class()
3837 ZEND_API void zend_release_fcall_info_cache(zend_fcall_info_cache *fcc) { in zend_release_fcall_info_cache()
3848 …_callable_check_func(zval *callable, zend_execute_data *frame, zend_fcall_info_cache *fcc, bool st… in zend_is_callable_check_func()
4154 uint32_t check_flags, zend_fcall_info_cache *fcc, char **error) /* {{{ */ in zend_is_callable_at_frame()
4263 …ct *object, uint32_t check_flags, zend_string **callable_name, zend_fcall_info_cache *fcc, char **… in zend_is_callable_ex()
4286 zend_fcall_info_cache fcc; in zend_make_callable() local
4302 …it(zval *callable, uint32_t check_flags, zend_fcall_info *fci, zend_fcall_info_cache *fcc, zend_st… in zend_fcall_info_init()
4437 ZEND_API zend_result zend_fcall_info_call(zend_fcall_info *fci, zend_fcall_info_cache *fcc, zval *r… in zend_fcall_info_call()
4460 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.c1271 zend_fcall_info_cache fcc; in ZEND_FUNCTION() local
1330 zend_fcall_info_cache fcc; in ZEND_FUNCTION() local
H A Dzend_fibers.c870 zend_fcall_info_cache fcc; in ZEND_METHOD() local
H A Dzend_API.h341 #define ZEND_FCC_INITIALIZED(fcc) ((fcc).function_handler != NULL) argument
767 static zend_always_inline void zend_fcc_addref(zend_fcall_info_cache *fcc) in zend_fcc_addref()
792 static zend_always_inline void zend_fcc_dtor(zend_fcall_info_cache *fcc) in zend_fcc_dtor()
809 …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()
843const zend_fcall_info_cache *fcc, zval *retval_ptr, uint32_t param_count, zval *params, HashTable … in zend_call_known_fcc()
/php-src/ext/sqlite3/
H A Dsqlite3.c743 static int sqlite3_do_callback(zend_fcall_info_cache *fcc, uint32_t argc, sqlite3_value **argv, sql… in sqlite3_do_callback()
946 zend_fcall_info_cache fcc = empty_fcall_info_cache; in PHP_METHOD() local
1046 zend_fcall_info_cache fcc = empty_fcall_info_cache; in PHP_METHOD() local
1313 zend_fcall_info_cache fcc = empty_fcall_info_cache; in PHP_METHOD() local
2235 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
/php-src/ext/pdo/
H A Dpdo_stmt.c617 zend_fcall_info_cache *fcc = &stmt->fetch.cls.fcc; in do_fetch_class_prepare() local
646 …le_ex(pdo_stmt_t *stmt, zval *callable, zend_fcall_info * fci, zend_fcall_info_cache * fcc, int nu… in make_callable_ex()
674 zend_fcall_info_cache *fcc = &stmt->fetch.cls.fcc; in do_fetch_func_prepare() local
H A Dphp_pdo_driver.h617 zend_fcall_info_cache fcc; member
624 zend_fcall_info_cache fcc; member
/php-src/main/
H A Dphp_output.h118 zend_fcall_info_cache fcc; member
H A DSAPI.c114 zend_fcall_info_cache fcc; in PHP_FUNCTION() local
/php-src/ext/xsl/
H A Dxsltprocessor.c746 zend_fcall_info_cache fcc; in PHP_METHOD() local
/php-src/ext/intl/converter/
H A Dconverter.c497 zend_fcall_info_cache *fcc, in php_converter_resolve_callback()
/php-src/ext/libxml/
H A Dlibxml.c1208 zend_fcall_info_cache fcc; in PHP_FUNCTION() local

Completed in 103 milliseconds

12