Home
last modified time | relevance | path

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

/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_alloc.c88 char * fn = strrchr(__zend_orig_filename, PHP_DIR_SEPARATOR); in _mysqlnd_emalloc() local
128 char * fn = strrchr(__zend_orig_filename, PHP_DIR_SEPARATOR); in _mysqlnd_pemalloc() local
171 char * fn = strrchr(__zend_orig_filename, PHP_DIR_SEPARATOR); in _mysqlnd_ecalloc() local
211 char * fn = strrchr(__zend_orig_filename, PHP_DIR_SEPARATOR); in _mysqlnd_pecalloc() local
255 char * fn = strrchr(__zend_orig_filename, PHP_DIR_SEPARATOR); in _mysqlnd_erealloc() local
296 char * fn = strrchr(__zend_orig_filename, PHP_DIR_SEPARATOR); in _mysqlnd_perealloc() local
336 char * fn = strrchr(__zend_orig_filename, PHP_DIR_SEPARATOR); in _mysqlnd_efree() local
367 char * fn = strrchr(__zend_orig_filename, PHP_DIR_SEPARATOR); in _mysqlnd_pefree() local
402 char * fn = strrchr(__zend_orig_filename, PHP_DIR_SEPARATOR); in _mysqlnd_malloc() local
441 char * fn = strrchr(__zend_orig_filename, PHP_DIR_SEPARATOR); in _mysqlnd_calloc() local
[all …]
/PHP-7.0/ext/zip/lib/
H A Dzip_name_locate.c54 const char *fn, *p; in _zip_name_locate() local
H A Dzip_open.c61 zip_open(const char *fn, int _flags, int *zep) in zip_open()
/PHP-7.0/Zend/
H A Dzend_inheritance.c1053 static zend_bool zend_traits_method_compatibility_check(zend_function *fn, zend_function *other_fn)… in zend_traits_method_compatibility_check()
1111 …it_method(zend_class_entry *ce, const char *name, zend_string *key, zend_function *fn, HashTable *… in zend_add_trait_method()
1189 static void zend_fixup_trait_method(zend_function *fn, zend_class_entry *ce) /* {{{ */ in zend_fixup_trait_method()
1205 static int zend_traits_copy_functions(zend_string *fnname, zend_function *fn, zend_class_entry *ce,… in zend_traits_copy_functions()
1425 zend_function *fn; in zend_do_traits_method_binding() local
H A Dzend_ast.c548 ZEND_API void zend_ast_apply(zend_ast *ast, zend_ast_apply_func fn) { in zend_ast_apply()
H A Dzend_execute_API.c1425 static void zend_verify_abstract_class_function(zend_function *fn, zend_abstract_info *ai) /* {{{ */ in zend_verify_abstract_class_function()
H A Dzend_compile.c5530 zend_function *fn = zend_hash_find_ptr(CG(function_table), lookup_name); in zend_check_use_conflict() local
5870 binary_op_type fn = get_binary_op(opcode); in zend_try_ct_eval_binary_op() local
5888 unary_op_type fn = get_unary_op(opcode); in zend_ct_eval_unary_op() local
5903 binary_op_type fn = kind == ZEND_AST_GREATER in zend_ct_eval_greater() local
/PHP-7.0/sapi/litespeed/
H A Dlsapilib.h281 static inline int LSAPI_ForeachHeader( LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachHeader()
285 LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachOrgHeader()
288 static inline int LSAPI_ForeachEnv( LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachEnv()
291 static inline int LSAPI_ForeachSpecialEnv( LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachSpecialEnv()
H A Dlsapilib.c1981 LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachOrgHeader_r()
2058 LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachHeader_r()
2126 int n, LSAPI_CB_EnvHandler fn, void * arg ) in EnvForeach()
2146 LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachEnv_r()
2161 LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachSpecialEnv_r()
/PHP-7.0/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.c97 file_fsmagic(struct magic_set *ms, const char *fn, zend_stat_t *sb, php_stream *stream) in file_fsmagic()
H A Dapprentice.c408 apprentice_1(struct magic_set *ms, const char *fn, int action) in apprentice_1()
568 file_apprentice(struct magic_set *ms, const char *fn, int action) in file_apprentice()
1025 load_1(struct magic_set *ms, int action, const char *fn, int *errs, in load_1()
1215 apprentice_load(struct magic_set *ms, const char *fn, int action) in apprentice_load()
2805 apprentice_map(struct magic_set *ms, const char *fn) in apprentice_map()
3008 apprentice_compile(struct magic_set *ms, struct magic_map *map, const char *fn) in apprentice_compile()
3067 mkdbname(struct magic_set *ms, const char *fn, int strip)
/PHP-7.0/ext/soap/
H A Dphp_packet_soap.c25 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.c1527 static sdlPtr get_sdl_from_cache(const char *fn, const char *uri, time_t t, time_t *cached) in get_sdl_from_cache()
2098 static void add_sdl_to_cache(const char *fn, const char *uri, time_t t, sdlPtr sdl) in add_sdl_to_cache()
3156 char fn[MAXPATHLEN]; in get_sdl() local
H A Dsoap.c2653 sdlFunctionPtr fn; local
/PHP-7.0/win32/
H A Dglob.c853 g_lstat(fn, sb, pglob) in g_lstat() argument
868 g_stat(fn, sb, pglob) in g_stat() argument
/PHP-7.0/ext/standard/
H A Dscanf.c592 zend_long (*fn)() = NULL; in php_sscanf_internal() local
/PHP-7.0/ext/com_dotnet/
H A Dcom_handlers.c398 #define POPULATE_CTOR(f, fn) \ in com_constructor_get() argument
/PHP-7.0/ext/mbstring/oniguruma/enc/
H A Dunicode.c11242 int fn, ncs[3]; local
/PHP-7.0/ext/gd/
H A Dgd.c2532 char *fn = NULL; in _php_image_output() local

Completed in 156 milliseconds