Home
last modified time | relevance | path

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

12

/php-src/ext/mysqlnd/
H A Dmysqlnd_alloc.c204 char * fn = strrchr(__zend_filename, PHP_DIR_SEPARATOR); in _mysqlnd_efree() local
235 char * fn = strrchr(__zend_filename, PHP_DIR_SEPARATOR); in _mysqlnd_pefree() local
267 char * fn = strrchr(__zend_filename, PHP_DIR_SEPARATOR); in _mysqlnd_pememdup() local
298 char * fn = strrchr(__zend_filename, PHP_DIR_SEPARATOR); in _mysqlnd_pestrndup() local
340 char * fn = strrchr(__zend_filename, PHP_DIR_SEPARATOR); in _mysqlnd_pestrdup() local
/php-src/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.c467 apprentice_1(struct magic_set *ms, const char *fn, int action) in apprentice_1()
663 file_apprentice(struct magic_set *ms, const char *fn, int action) in file_apprentice()
1257 load_1(struct magic_set *ms, int action, const char *fn, int *errs, in load_1()
1454 apprentice_load(struct magic_set *ms, const char *fn, int action) in apprentice_load()
3206 apprentice_map(struct magic_set *ms, const char *fn) in apprentice_map()
3352 apprentice_compile(struct magic_set *ms, struct magic_map *map, const char *fn) in apprentice_compile()
3410 mkdbname(struct magic_set *ms, const char *fn, int strip)
/php-src/sapi/litespeed/
H A Dlsapilib.h282 static inline int LSAPI_ForeachHeader( LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachHeader()
286 LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachOrgHeader()
289 static inline int LSAPI_ForeachEnv( LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachEnv()
292 static inline int LSAPI_ForeachSpecialEnv( LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachSpecialEnv()
H A Dlsapilib.c2275 LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachOrgHeader_r()
2351 LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachHeader_r()
2419 int n, LSAPI_CB_EnvHandler fn, void * arg ) in EnvForeach()
2438 LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachEnv_r()
2452 LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachSpecialEnv_r()
/php-src/Zend/
H A Dzend_inheritance.c1012 static zend_always_inline zend_string *func_filename(const zend_function *fn) { in func_filename()
1016 static zend_always_inline uint32_t func_lineno(const zend_function *fn) { in func_lineno()
1943 static zend_class_entry *fixup_trait_scope(const zend_function *fn, zend_class_entry *ce) in fixup_trait_scope()
1949 …rait_method(zend_class_entry *ce, zend_string *name, zend_string *key, zend_function *fn) /* {{{ */ in zend_add_trait_method()
2019 static void zend_fixup_trait_method(zend_function *fn, zend_class_entry *ce) /* {{{ */ in zend_fixup_trait_method()
2046 static void zend_traits_copy_functions(zend_string *fnname, zend_function *fn, zend_class_entry *ce… in zend_traits_copy_functions()
2295 zend_function *fn; in zend_do_traits_method_binding() local
2606 static void zend_verify_abstract_class_function(zend_function *fn, zend_abstract_info *ai) /* {{{ */ in zend_verify_abstract_class_function()
H A Dzend_execute_API.c1044 zend_function *fn, zend_object *object, zend_class_entry *called_scope, zval *retval_ptr, in zend_call_known_function()
1080 zend_function *fn, zend_object *object, zval *retval_ptr, zval *param1, zval *param2) in zend_call_known_instance_method_with_2_params()
H A Dzend_interfaces.c40 zend_function *fn; in zend_call_method() local
H A Dzend_opcode.c295 zend_function *fn; in destroy_zend_class() local
H A Dzend_vm_gen.php1654 function read_order_file($fn) {
H A Dzend_ast.c1179 ZEND_API void zend_ast_apply(zend_ast *ast, zend_ast_apply_func fn, void *context) { in zend_ast_apply()
H A Dzend_API.h855 zend_function *fn, zend_object *object, zval *retval_ptr, in zend_call_known_instance_method()
862 zend_function *fn, zend_object *object, zval *retval_ptr) in zend_call_known_instance_method_with_0_params()
868 zend_function *fn, zend_object *object, zval *retval_ptr, zval *param) in zend_call_known_instance_method_with_1_params()
H A Dzend_compile.c3629 static uint32_t zend_get_arg_num(zend_function *fn, zend_string *arg_name) { in zend_get_arg_num()
9002 binary_op_type fn = get_binary_op(opcode); in zend_try_ct_eval_binary_op() local
9027 unary_op_type fn = get_unary_op(opcode); in zend_try_ct_eval_unary_op() local
9043 binary_op_type fn = kind == ZEND_AST_GREATER in zend_ct_eval_greater() local
H A Dzend_execute.c1312 static void zend_verify_internal_func_info(zend_function *fn, zval *retval) { in zend_verify_internal_func_info()
H A Dzend_API.c3597 zend_function *fn; in zend_disable_class() local
/php-src/ext/soap/
H A Dphp_packet_soap.c22 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.c1552 static sdlPtr get_sdl_from_cache(const char *fn, const char *uri, size_t uri_len, time_t t, time_t … in get_sdl_from_cache()
2121 static void add_sdl_to_cache(const char *fn, const char *uri, time_t t, sdlPtr sdl) in add_sdl_to_cache()
3190 char fn[MAXPATHLEN]; in get_sdl() local
H A Dsoap.c2163 sdlFunctionPtr fn; local
/php-src/win32/
H A Dglob.c809 static int g_lstat(Char *fn, zend_stat_t *sb, glob_t *pglob) in g_lstat()
820 static int g_stat(Char *fn, zend_stat_t *sb, glob_t *pglob) in g_stat()
/php-src/ext/standard/
H A Dscanf.c588 int_string_formater fn = NULL; in php_sscanf_internal() local
H A Dvar.c770 static HashTable* php_var_serialize_call_sleep(zend_object *obj, zend_function *fn) /* {{{ */ in php_var_serialize_call_sleep()
/php-src/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_convert.c405 void mb_illegal_output(uint32_t bad_cp, mb_from_wchar_fn fn, mb_convert_buf* buf) in mb_illegal_output()
/php-src/Zend/Optimizer/
H A Dzend_cfg.c276 zend_function *fn; in zend_build_cfg() local
/php-src/ext/xml/
H A Dxml.c437 …xml_set_handler(zend_fcall_info_cache *const parser_handler, const zend_fcall_info_cache *const fn) in xml_set_handler()

Completed in 240 milliseconds

12