/PHP-5.5/ext/mysqlnd/ |
H A D | mysqlnd_alloc.c | 88 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-5.5/ext/zip/lib/ |
H A D | zip_open.c | 61 zip_open(const char *fn, int flags, int *zep) in zip_open() 91 _zip_open(const char *fn, FILE *fp, int flags, int aflags, int *zep) in _zip_open() 455 _zip_allocate_new(const char *fn, int *zep) in _zip_allocate_new() 481 _zip_file_exists(const char *fn, int flags, int *zep) in _zip_file_exists()
|
H A D | zip_name_locate.c | 55 const char *fn, *p; in _zip_name_locate() local
|
/PHP-5.5/ext/ereg/regex/ |
H A D | split.c | 19 register int fn; local 199 register int fn; local
|
/PHP-5.5/ext/fileinfo/libmagic/ |
H A D | apptype.c | 45 file_os2_apptype(struct magic_set *ms, const char *fn, const void *buf, in file_os2_apptype()
|
H A D | fsmagic.c | 93 file_fsmagic(struct magic_set *ms, const char *fn, struct stat *sb, php_stream *stream) in file_fsmagic()
|
H A D | apprentice.c | 386 apprentice_1(struct magic_set *ms, const char *fn, int action) in apprentice_1() 541 file_apprentice(struct magic_set *ms, const char *fn, int action) in file_apprentice() 937 load_1(struct magic_set *ms, int action, const char *fn, int *errs, in load_1() 1131 apprentice_load(struct magic_set *ms, const char *fn, int action) in apprentice_load() 2590 apprentice_map(struct magic_set *ms, const char *fn) in apprentice_map() 2747 apprentice_compile(struct magic_set *ms, struct magic_map *map, const char *fn) in apprentice_compile() 2817 mkdbname(struct magic_set *ms, const char *fn, int strip)
|
/PHP-5.5/sapi/litespeed/ |
H A D | lsapilib.h | 281 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 D | lsapilib.c | 1926 LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachOrgHeader_r() 2003 LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachHeader_r() 2071 int n, LSAPI_CB_EnvHandler fn, void * arg ) in EnvForeach() 2091 LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachEnv_r() 2106 LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachSpecialEnv_r()
|
/PHP-5.5/ext/soap/ |
H A D | php_packet_soap.c | 25 int parse_packet_soap(zval *this_ptr, char *buffer, int buffer_size, sdlFunctionPtr fn, char *fn_na… in parse_packet_soap()
|
H A D | php_sdl.c | 1533 static sdlPtr get_sdl_from_cache(const char *fn, const char *uri, time_t t, time_t *cached TSRMLS_D… in get_sdl_from_cache() 2110 static void add_sdl_to_cache(const char *fn, const char *uri, time_t t, sdlPtr sdl TSRMLS_DC) in add_sdl_to_cache() 3191 char fn[MAXPATHLEN]; in get_sdl() local
|
H A D | soap.c | 2640 sdlFunctionPtr fn; local
|
/PHP-5.5/win32/ |
H A D | glob.c | 859 g_lstat(fn, sb, pglob) in g_lstat() argument 874 g_stat(fn, sb, pglob) in g_stat() argument
|
/PHP-5.5/ext/standard/ |
H A D | scanf.c | 593 long (*fn)() = NULL; in php_sscanf_internal() local
|
/PHP-5.5/ext/com_dotnet/ |
H A D | com_handlers.c | 410 #define POPULATE_CTOR(f, fn) \ in com_constructor_get() argument
|
/PHP-5.5/sapi/isapi/stresstest/ |
H A D | stresstest.cpp | 296 BOOL ParseTestFile(const char *path, const char *fn) in ParseTestFile()
|
/PHP-5.5/ext/mbstring/oniguruma/enc/ |
H A D | unicode.c | 11224 int fn, ncs[3]; local
|
/PHP-5.5/Zend/ |
H A D | zend_execute_API.c | 1552 static int zend_verify_abstract_class_function(zend_function *fn, zend_abstract_info *ai TSRMLS_DC)… in zend_verify_abstract_class_function()
|
H A D | zend_compile.c | 3828 static zend_bool zend_traits_method_compatibility_check(zend_function *fn, zend_function *other_fn … in zend_traits_method_compatibility_check() 3881 …ss_entry *ce, const char *name, const char *arKey, uint nKeyLength, zend_function *fn, HashTable *… in zend_add_trait_method() 3956 static int zend_fixup_trait_method(zend_function *fn, zend_class_entry *ce TSRMLS_DC) /* {{{ */ in zend_fixup_trait_method()
|
/PHP-5.5/ext/gd/ |
H A D | gd.c | 2554 char *fn = NULL; in _php_image_output() local
|