Home
last modified time | relevance | path

Searched defs:f (Results 51 – 70 of 70) sorted by relevance

123

/PHP-5.3/ext/standard/
H A Dinfo.c645 Bucket *f = *((Bucket **) a); in module_name_cmp() local
H A Dstring.c2151 long l = 0, f; local
2222 int f; local
/PHP-5.3/ext/xsl/
H A Dxsltprocessor.c477 FILE *f; in php_xsl_apply_stylesheet() local
/PHP-5.3/ext/zip/lib/
H A Dzipint.h254 zip_source_callback f; member
/PHP-5.3/ext/soap/
H A Dphp_sdl.c1055 sdlFaultPtr f; in load_wsdl() local
1544 int f; in get_sdl_from_cache() local
2117 int f; in add_sdl_to_cache() local
H A Dsoap.c1491 zend_function *f; in PHP_METHOD() local
1539 zend_function *f; in PHP_METHOD() local
1566 zend_function *f; in PHP_METHOD() local
/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd_portability.h18 #define STRUCT_OFFSET(t, f) ((size_t)(char *)&((t *)0)->f) argument
/PHP-5.3/ext/date/lib/
H A Dtimelib_structs.h156 double f; /* Fraction */ member
/PHP-5.3/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c2570 int f, n, s, r, d, size, *mapelm; in collector_encode_htmlnumericentity() local
2616 int f, n, s, r, d, size, *mapelm; in collector_decode_htmlnumericentity() local
/PHP-5.3/main/
H A Dmain.c153 #define SAFE_FILENAME(f) ((f)?(f):"-") argument
/PHP-5.3/ext/fileinfo/libmagic/
H A Dfile.h147 float f; member
/PHP-5.3/ext/mbstring/oniguruma/
H A Dregparse.c89 extern void onig_set_warn_func(OnigWarnFunc f) in onig_set_warn_func()
94 extern void onig_set_verb_warn_func(OnigWarnFunc f) in onig_set_verb_warn_func()
123 #define ONOFF(v,f,negative) (negative) ? ((v) &= ~(f)) : ((v) |= (f)) argument
H A Dregexec.c1329 onig_print_statistics(FILE* f) in onig_print_statistics()
/PHP-5.3/ext/phar/
H A Dphar.c3346 zend_file_handle f = *file_handle; local
/PHP-5.3/ext/exif/
H A Dexif.c1361 float f; member
1920 void *f; /* faster */ in exif_iif_free() local
/PHP-5.3/Zend/
H A Dzend_alloc.c1592 FILE *f; in zend_mm_shutdown() local
/PHP-5.3/ext/imap/
H A Dphp_imap.c4813 static char *php_mail_gets(readfn_t f, void *stream, unsigned long size, GETS_DATA *md) /* {{{ */ in php_mail_gets()
/PHP-5.3/ext/date/
H A Dphp_date.c2284 #define PHP_DATE_INTERVAL_ADD_PROPERTY(n,f) \ in date_object_get_properties_interval() argument
/PHP-5.3/ext/gd/
H A Dgd.c3568 static void php_gdimagecharup(gdImagePtr im, gdFontPtr f, int x, int y, int c, int color) in php_gdimagecharup()
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c12689 #define MemSetTypeFlag(p, f) \ argument

Completed in 515 milliseconds

123