Home
last modified time | relevance | path

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

/PHP-5.5/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-5.5/ext/zip/lib/
H A Dzip_open.c61 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 Dzip_name_locate.c55 const char *fn, *p; in _zip_name_locate() local
/PHP-5.5/ext/ereg/regex/
H A Dsplit.c19 register int fn; local
199 register int fn; local
/PHP-5.5/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.c93 file_fsmagic(struct magic_set *ms, const char *fn, struct stat *sb, php_stream *stream) in file_fsmagic()
H A Dapprentice.c386 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 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.c1926 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 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.c1533 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 Dsoap.c2640 sdlFunctionPtr fn; local
/PHP-5.5/win32/
H A Dglob.c859 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 Dscanf.c593 long (*fn)() = NULL; in php_sscanf_internal() local
/PHP-5.5/ext/com_dotnet/
H A Dcom_handlers.c410 #define POPULATE_CTOR(f, fn) \ in com_constructor_get() argument
/PHP-5.5/sapi/isapi/stresstest/
H A Dstresstest.cpp296 BOOL ParseTestFile(const char *path, const char *fn) in ParseTestFile()
/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Dunicode.c11224 int fn, ncs[3]; local
/PHP-5.5/Zend/
H A Dzend_execute_API.c1552 static int zend_verify_abstract_class_function(zend_function *fn, zend_abstract_info *ai TSRMLS_DC)… in zend_verify_abstract_class_function()
H A Dzend_compile.c3828 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 Dgd.c2554 char *fn = NULL; in _php_image_output() local

Completed in 210 milliseconds