Home
last modified time | relevance | path

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

1234

/PHP-7.2/Zend/
H A Dmicro_bench.php53 static function f() { function in Foo
H A Dzend_API.c4293 ZEND_API zend_string *zend_resolve_method_name(zend_class_entry *ce, zend_function *f) /* {{{ */ in zend_resolve_method_name()
H A Dzend_ini.c185 const Bucket *f; in ini_key_compare() local
H A Dzend_types.h841 #define ZVAL_FUNC(z, f) do { \ argument
H A Dzend_virtual_cwd.c1500 FILE *f; in virtual_fopen() local
1636 int f; in virtual_open() local
1672 int f; in virtual_creat() local
H A Dzend_vm_gen.php611 function out($f, $s) {
619 function out_line($f) {
684 function gen_code($f, $spec, $kind, $export, $code, $op1, $op2, $name, $extra_spec=null) {
1029 function gen_helper($f, $spec, $kind, $name, $op1, $op2, $param, $code, $lineno, $inline, $extra_sp…
1077 function gen_null_label($f, $kind, $prolog) {
1092 function gen_labels($f, $spec, $kind, $prolog, &$specs, $switch_labels = array()) {
1339 function gen_specs($f, $prolog, $specs) {
1353 function gen_null_handler($f) {
1460 function gen_executor_code($f, $spec, $kind, $prolog, &$switch_labels = array()) {
1554 function skip_blanks($f, $prolog, $epilog) {
[all …]
/PHP-7.2/ext/com_dotnet/
H A Dcom_com.c474 int php_com_do_invoke_byref(php_com_dotnet_object *obj, zend_internal_function *f, in php_com_do_invoke_byref()
H A Dcom_handlers.c246 zend_internal_function *f = (zend_internal_function*)Z_PTR_P(zv); in function_dtor() local
267 zend_internal_function f, *fptr = NULL; in com_method_get() local
405 #define POPULATE_CTOR(f, fn) \ in com_constructor_get() argument
/PHP-7.2/ext/date/lib/
H A Dparse_date.c37 # define strtoll(s, f, b) _atoi64(s) argument
40 # define strtoll(s, f, b) atoll(s) argument
42 # define strtoll(s, f, b) strtol(s, f, b) argument
25177 double f; in timelib_parse_from_format() local
H A Dparse_iso_intervals.c35 # define strtoll(s, f, b) _atoi64(s) argument
38 # define strtoll(s, f, b) atoll(s) argument
40 # define strtoll(s, f, b) strtol(s, f, b) argument
/PHP-7.2/ext/date/
H A Dphp_date.c2502 #define PHP_DATE_INTERVAL_ADD_PROPERTY(n,f) \ in date_object_get_properties_interval() argument
/PHP-7.2/ext/dba/libcdb/
H A Dcdb_make.c59 int cdb_make_start(struct cdb_make *c, php_stream * f) in cdb_make_start()
/PHP-7.2/ext/exif/
H A Dexif.c1540 float f; in php_ifd_get_float() local
1547 double f; in php_ifd_get_double() local
1761 float f; member
2317 void *f; /* faster */ in exif_iif_free() local
/PHP-7.2/ext/fileinfo/libmagic/
H A Dcdf.c1140 #define extract_catalog_field(t, f, l) \ argument
H A Dfile.h158 float f; member
H A Dfuncs.c88 file_error_core(struct magic_set *ms, int error, const char *f, va_list va, in file_error_core()
121 file_error(struct magic_set *ms, int error, const char *f, ...) in file_error()
134 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-7.2/ext/gd/
H A Dgd.c3594 static void php_gdimagecharup(gdImagePtr im, gdFontPtr f, int x, int y, int c, int color) in php_gdimagecharup()
H A Dgd_ctx.c92 int f = -1; in _php_image_output_ctx() local
/PHP-7.2/ext/gd/libgd/
H A Dgd.c380 float R = RGB.R, G = RGB.G, B = RGB.B, w, v, b, f; in RGB_to_HWB() local
1461 void gdImageChar (gdImagePtr im, gdFontPtr f, int x, int y, int c, int color) in gdImageChar()
1487 void gdImageCharUp (gdImagePtr im, gdFontPtr f, int x, int y, int c, int color) in gdImageCharUp()
1513 void gdImageString (gdImagePtr im, gdFontPtr f, int x, int y, unsigned char *s, int color) in gdImageString()
1524 void gdImageStringUp (gdImagePtr im, gdFontPtr f, int x, int y, unsigned char *s, int color) in gdImageStringUp()
1537 void gdImageString16 (gdImagePtr im, gdFontPtr f, int x, int y, unsigned short *s, int color) in gdImageString16()
1548 void gdImageStringUp16 (gdImagePtr im, gdFontPtr f, int x, int y, unsigned short *s, int color) in gdImageStringUp16()
H A Dgd_filter.c22 FuncPtr f; in gdImageNegate() local
55 FuncPtr f; in gdImageGrayScale() local
95 FuncPtr f; in gdImageBrightness() local
142 FuncPtr f; in gdImageContrast() local
199 FuncPtr f; in gdImageColor() local
244 FuncPtr f; in gdImageConvolution() local
310 FuncPtr f; in gdImageSelectiveBlur() local
H A Dgd_interpolation.c1542 const gdFixed f = gd_itofx(k)-f_f; in gdImageScaleBicubicFixed() local
1558 const gdFixed f = gd_itofx(l) - f_g; in gdImageScaleBicubicFixed() local
2070 const gdFixed f = gd_itofx(k)-f_f; in gdImageRotateBicubicFixed() local
2096 const gdFixed f = gd_itofx(l) - f_g; in gdImageRotateBicubicFixed() local
H A Dgd_io_file.c34 FILE *f; member
49 gdIOCtx * gdNewFileCtx (FILE * f) in gdNewFileCtx()
H A Dgd_rotate.c24 FuncPtr f; in gdImageSkewX() local
121 FuncPtr f; in gdImageSkewY() local
211 FuncPtr f; in gdImageRotate90() local
258 FuncPtr f; in gdImageRotate180() local
306 FuncPtr f; in gdImageRotate270() local
H A Dgd_xbm.c182 char *name, *f; in gdImageXbmCtx() local

Completed in 162 milliseconds

1234