Home
last modified time | relevance | path

Searched defs:f (Results 1 – 25 of 92) sorted by path

1234

/PHP-5.5/TSRM/
H A Dtsrm_virtual_cwd.c1469 FILE *f; in virtual_fopen() local
1633 int f; in virtual_open() local
1661 int f; in virtual_creat() local
/PHP-5.5/Zend/
H A Dmicro_bench.php53 static function f() { function in Foo
H A Dzend_API.c4004 ZEND_API const char* zend_resolve_method_name(zend_class_entry *ce, zend_function *f) /* {{{ */ in zend_resolve_method_name()
H A Dzend_alloc.c1626 FILE *f; in zend_mm_shutdown() local
H A Dzend_execute.c99 #define PZVAL_UNLOCK(z, f) zend_pzval_unlock_func(z, f, 1 TSRMLS_CC) argument
100 #define PZVAL_UNLOCK_EX(z, f, u) zend_pzval_unlock_func(z, f, u TSRMLS_CC) argument
H A Dzend_ini.c150 const Bucket *f; in ini_key_compare() local
H A Dzend_vm_gen.php272 function out($f, $s) {
280 function out_line($f) {
307 function gen_code($f, $spec, $kind, $export, $code, $op1, $op2, $name) {
496 function gen_handler($f, $spec, $kind, $name, $op1, $op2, $use, $code, $lineno) {
531 function gen_helper($f, $spec, $kind, $name, $op1, $op2, $param, $code, $lineno) {
562 function gen_labels($f, $spec, $kind, $prolog) {
703 function gen_null_handler($f) {
719 function gen_executor_code($f, $spec, $kind, $prolog) {
798 function skip_blanks($f, $prolog, $epilog) {
805 function gen_executor($f, $skl, $spec, $kind, $executor_name, $initializer_name, $old) {
/PHP-5.5/ext/com_dotnet/
H A Dcom_com.c472 …zend_internal_function *f = (zend_internal_function*)EG(current_execute_data)->function_state.func… in php_com_do_invoke_byref() local
H A Dcom_handlers.c247 zend_internal_function *f = (zend_internal_function*)pDest; in function_dtor() local
264 zend_internal_function f, *fptr = NULL; in com_method_get() local
410 #define POPULATE_CTOR(f, fn) \ in com_constructor_get() argument
/PHP-5.5/ext/date/lib/
H A Dparse_date.c40 # define strtoll(s, f, b) _atoi64(s) argument
43 # define strtoll(s, f, b) atoll(s) argument
45 # define strtoll(s, f, b) strtol(s, f, b) argument
24988 double f; in timelib_parse_from_format() local
H A Dparse_iso_intervals.c38 # define strtoll(s, f, b) _atoi64(s) argument
41 # define strtoll(s, f, b) atoll(s) argument
43 # define strtoll(s, f, b) strtol(s, f, b) argument
H A Dtimelib_structs.h166 double f; /* Fraction */ member
/PHP-5.5/ext/date/
H A Dphp_date.c2420 #define PHP_DATE_INTERVAL_ADD_PROPERTY(n,f) \ in date_object_get_properties_interval() argument
/PHP-5.5/ext/ereg/
H A Dereg.c108 Bucket *f = *((Bucket **) a); in ZEND_GET_MODULE() local
/PHP-5.5/ext/ereg/regex/
H A Dmain.c132 char *f[MAXF]; local
H A Dregcomp.c99 # define GOODFLAGS(f) (f) argument
101 # define GOODFLAGS(f) ((f)&~REG_DUMP) argument
929 # define REP(f, t) ((f)*8 + (t)) argument
H A Dregexec.c122 # define GOODFLAGS(f) (f) argument
124 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) argument
H A Dsplit.c285 register char *f; in regress() local
/PHP-5.5/ext/exif/
H A Dexif.c1361 float f; member
1900 void *f; /* faster */ in exif_iif_free() local
/PHP-5.5/ext/fileinfo/libmagic/
H A Dfile.h156 float f; member
H A Dfuncs.c87 file_error_core(struct magic_set *ms, int error, const char *f, va_list va, in file_error_core()
120 file_error(struct magic_set *ms, int error, const char *f, ...) in file_error()
133 file_magerror(struct magic_set *ms, const char *f, ...) in file_magerror()
H A Dprint.c59 file_magwarn(struct magic_set *ms, const char *f, ...) in file_magwarn()
/PHP-5.5/ext/gd/
H A Dgd.c3481 static void php_gdimagecharup(gdImagePtr im, gdFontPtr f, int x, int y, int c, int color) in php_gdimagecharup()
H A Dgd_ctx.c86 int f = -1; in _php_image_output_ctx() local
/PHP-5.5/ext/gd/libgd/
H A Dgd.c344 float R = RGB.R, G = RGB.G, B = RGB.B, w, v, b, f; in RGB_to_HWB() local
1549 void gdImageChar (gdImagePtr im, gdFontPtr f, int x, int y, int c, int color) in gdImageChar()
1575 void gdImageCharUp (gdImagePtr im, gdFontPtr f, int x, int y, int c, int color) in gdImageCharUp()
1601 void gdImageString (gdImagePtr im, gdFontPtr f, int x, int y, unsigned char *s, int color) in gdImageString()
1612 void gdImageStringUp (gdImagePtr im, gdFontPtr f, int x, int y, unsigned char *s, int color) in gdImageStringUp()
1625 void gdImageString16 (gdImagePtr im, gdFontPtr f, int x, int y, unsigned short *s, int color) in gdImageString16()
1636 void gdImageStringUp16 (gdImagePtr im, gdFontPtr f, int x, int y, unsigned short *s, int color) in gdImageStringUp16()

Completed in 145 milliseconds

1234