Home
last modified time | relevance | path

Searched defs:fn (Results 1 – 21 of 21) sorted by relevance

/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_alloc.c88 char * fn = strrchr(__zend_filename, PHP_DIR_SEPARATOR); in _mysqlnd_emalloc() local
124 char * fn = strrchr(__zend_filename, PHP_DIR_SEPARATOR); in _mysqlnd_pemalloc() local
163 char * fn = strrchr(__zend_filename, PHP_DIR_SEPARATOR); in _mysqlnd_ecalloc() local
200 char * fn = strrchr(__zend_filename, PHP_DIR_SEPARATOR); in _mysqlnd_pecalloc() local
240 char * fn = strrchr(__zend_filename, PHP_DIR_SEPARATOR); in _mysqlnd_erealloc() local
278 char * fn = strrchr(__zend_filename, PHP_DIR_SEPARATOR); in _mysqlnd_perealloc() local
317 char * fn = strrchr(__zend_filename, PHP_DIR_SEPARATOR); in _mysqlnd_efree() local
348 char * fn = strrchr(__zend_filename, PHP_DIR_SEPARATOR); in _mysqlnd_pefree() local
381 char * fn = strrchr(__zend_filename, PHP_DIR_SEPARATOR); in _mysqlnd_malloc() local
416 char * fn = strrchr(__zend_filename, PHP_DIR_SEPARATOR); in _mysqlnd_calloc() local
[all …]
/PHP-7.4/ext/fileinfo/libmagic/
H A Dapptype.c45 file_os2_apptype(struct magic_set *ms, const char *fn, const void *buf, in file_os2_apptype()
H A Dfsmagic.c90 file_fsmagic(struct magic_set *ms, const char *fn, zend_stat_t *sb) in file_fsmagic()
H A Dapprentice.c415 apprentice_1(struct magic_set *ms, const char *fn, int action) in apprentice_1()
583 file_apprentice(struct magic_set *ms, const char *fn, int action) in file_apprentice()
1091 load_1(struct magic_set *ms, int action, const char *fn, int *errs, in load_1()
1281 apprentice_load(struct magic_set *ms, const char *fn, int action) in apprentice_load()
2980 apprentice_map(struct magic_set *ms, const char *fn) in apprentice_map()
3184 apprentice_compile(struct magic_set *ms, struct magic_map *map, const char *fn) in apprentice_compile()
3242 mkdbname(struct magic_set *ms, const char *fn, int strip)
/PHP-7.4/sapi/litespeed/
H A Dlsapilib.h284 static inline int LSAPI_ForeachHeader( LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachHeader()
288 LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachOrgHeader()
291 static inline int LSAPI_ForeachEnv( LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachEnv()
294 static inline int LSAPI_ForeachSpecialEnv( LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachSpecialEnv()
H A Dlsapilib.c2261 LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachOrgHeader_r()
2337 LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachHeader_r()
2405 int n, LSAPI_CB_EnvHandler fn, void * arg ) in EnvForeach()
2424 LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachEnv_r()
2438 LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachSpecialEnv_r()
/PHP-7.4/Zend/
H A Dzend_inheritance.c688 static zend_always_inline uint32_t func_lineno(const zend_function *fn) { in func_lineno()
1556 …it_method(zend_class_entry *ce, const char *name, zend_string *key, zend_function *fn, HashTable *… in zend_add_trait_method()
1635 static void zend_fixup_trait_method(zend_function *fn, zend_class_entry *ce) /* {{{ */ in zend_fixup_trait_method()
1651 static void zend_traits_copy_functions(zend_string *fnname, zend_function *fn, zend_class_entry *ce… in zend_traits_copy_functions()
1869 zend_function *fn; in zend_do_traits_method_binding() local
2189 static void zend_verify_abstract_class_function(zend_function *fn, zend_abstract_info *ai) /* {{{ */ in zend_verify_abstract_class_function()
H A Dzend_opcode.c247 zend_function *fn; in destroy_zend_class() local
H A Dzend_vm_gen.php1697 function read_order_file($fn) {
H A Dzend_ast.c874 ZEND_API void zend_ast_apply(zend_ast *ast, zend_ast_apply_func fn) { in zend_ast_apply()
H A Dzend_compile.c7044 binary_op_type fn = get_binary_op(opcode); in zend_try_ct_eval_binary_op() local
7071 unary_op_type fn = get_unary_op(opcode); in zend_ct_eval_unary_op() local
7086 binary_op_type fn = kind == ZEND_AST_GREATER in zend_ct_eval_greater() local
H A Dzend_API.c2884 zend_function *fn; in zend_disable_class() local
/PHP-7.4/ext/soap/
H A Dphp_packet_soap.c24 int parse_packet_soap(zval *this_ptr, char *buffer, int buffer_size, sdlFunctionPtr fn, char *fn_na… in parse_packet_soap()
H A Dphp_sdl.c1539 static sdlPtr get_sdl_from_cache(const char *fn, const char *uri, time_t t, time_t *cached) in get_sdl_from_cache()
2108 static void add_sdl_to_cache(const char *fn, const char *uri, time_t t, sdlPtr sdl) in add_sdl_to_cache()
3166 char fn[MAXPATHLEN]; in get_sdl() local
H A Dsoap.c2605 sdlFunctionPtr fn; local
/PHP-7.4/win32/
H A Dglob.c851 g_lstat(fn, sb, pglob) in g_lstat() argument
866 g_stat(fn, sb, pglob) in g_stat() argument
/PHP-7.4/ext/standard/
H A Dscanf.c588 zend_long (*fn)() = NULL; in php_sscanf_internal() local
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_cfg.c274 zend_function *fn; in zend_build_cfg() local
/PHP-7.4/ext/com_dotnet/
H A Dcom_handlers.c421 #define POPULATE_CTOR(f, fn) \ in com_constructor_get() argument
/PHP-7.4/ext/gd/
H A Dgd.c2676 char *fn = NULL; in _php_image_output() local
/PHP-7.4/ext/ffi/
H A Dffi.c3400 zend_string *fn; in ZEND_METHOD() local

Completed in 160 milliseconds