Home
last modified time | relevance | path

Searched defs:f (Results 1 – 25 of 66) sorted by relevance

123

/PHP-8.0/Zend/
H A Dzend_vm_gen.php584 function out($f, $s) {
592 function out_line($f) {
719 function gen_code($f, $spec, $kind, $code, $op1, $op2, $name, $extra_spec=null) {
1021 function gen_handler($f, $spec, $kind, $name, $op1, $op2, $use, $code, $lineno, $opcode, $extra_spe…
1216 function gen_null_label($f, $kind, $prolog) {
1231 function gen_labels($f, $spec, $kind, $prolog, &$specs, $switch_labels = array()) {
1553 function gen_specs($f, $prolog, $specs) {
1567 function gen_null_handler($f) {
1702 function gen_executor_code($f, $spec, $kind, $prolog, &$switch_labels = array()) {
1809 function skip_blanks($f, $prolog, $epilog) {
[all …]
H A Dzend_vm_trace_handlers.h69 FILE *f; in zend_vm_trace_finish() local
84 FILE *f; in zend_vm_trace_init() local
H A Dzend_vm_trace_map.h59 FILE *f; in zend_vm_trace_init() local
H A Dzend_virtual_cwd.c1300 FILE *f; in virtual_fopen() local
1436 int f; in virtual_open() local
1472 int f; in virtual_creat() local
/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2_printint.c92 print_char(FILE *f, PCRE2_SPTR ptr, BOOL utf) in print_char()
205 print_custring(FILE *f, PCRE2_SPTR ptr) in print_custring()
215 print_custring_bylen(FILE *f, PCRE2_SPTR ptr, PCRE2_UCHAR len) in print_custring_bylen()
272 print_prop(FILE *f, PCRE2_SPTR code, const char *before, const char *after) in print_prop()
308 pcre2_printint(pcre2_code *re, FILE *f, BOOL print_lengths) in pcre2_printint()
/PHP-8.0/ext/gd/libgd/
H A Dgd_rotate.c20 FuncPtr f; in gdImageSkewX() local
117 FuncPtr f; in gdImageSkewY() local
207 FuncPtr f; in gdImageRotate90() local
254 FuncPtr f; in gdImageRotate180() local
302 FuncPtr f; in gdImageRotate270() local
H A Dgd_filter.c120 FuncPtr f; in gdImageNegate() local
153 FuncPtr f; in gdImageGrayScale() local
193 FuncPtr f; in gdImageBrightness() local
240 FuncPtr f; in gdImageContrast() local
297 FuncPtr f; in gdImageColor() local
342 FuncPtr f; in gdImageConvolution() local
409 FuncPtr f; in gdImageSelectiveBlur() local
H A Dgd_io_file.c34 FILE *f; member
49 gdIOCtx * gdNewFileCtx (FILE * f) in gdNewFileCtx()
H A Dgd_xbm.c180 char *name, *f; in gdImageXbmCtx() local
/PHP-8.0/ext/phar/
H A Dbuild_precommand.php31 $f = file(dirname(__FILE__) . '/phar/' . strtolower($name) . '.inc'); variable
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_break.c29 #define PHPDBG_BREAK_COMMAND_D(f, h, a, m, l, s, flags) \ argument
H A Dphpdbg_set.c28 #define PHPDBG_SET_COMMAND_D(f, h, a, m, l, s, flags) \ argument
H A Dphpdbg_wait.c49 static int phpdbg_array_data_compare(Bucket *f, Bucket *s) { in phpdbg_array_data_compare()
H A Dphpdbg_info.c28 #define PHPDBG_INFO_COMMAND_D(f, h, a, m, l, s, flags) \ argument
H A Dphpdbg_print.c27 #define PHPDBG_PRINT_COMMAND_D(f, h, a, m, l, s, flags) \ argument
/PHP-8.0/ext/date/lib/
H A Dparse_iso_intervals.c33 # define strtoll(s, f, b) _atoi64(s) argument
36 # define strtoll(s, f, b) atoll(s) argument
38 # define strtoll(s, f, b) strtol(s, f, b) argument
H A Dparse_date.c36 # define strtoll(s, f, b) _atoi64(s) argument
39 # define strtoll(s, f, b) atoll(s) argument
41 # define strtoll(s, f, b) strtol(s, f, b) argument
25517 double f; in timelib_parse_from_format_with_map() local
25532 double f; in timelib_parse_from_format_with_map() local
/PHP-8.0/ext/fileinfo/libmagic/
H A Dprint.c226 file_magwarn(struct magic_set *ms, const char *f, ...) in file_magwarn()
H A Dfuncs.c157 file_error_core(struct magic_set *ms, int error, const char *f, va_list va, in file_error_core()
190 file_error(struct magic_set *ms, int error, const char *f, ...) in file_error()
203 file_magerror(struct magic_set *ms, const char *f, ...) in file_magerror()
/PHP-8.0/ext/standard/
H A Darray.c167 static zend_always_inline int php_array_key_compare_unstable_i(Bucket *f, Bucket *s) /* {{{ */ in php_array_key_compare_unstable_i()
206 static zend_always_inline int php_array_key_compare_numeric_unstable_i(Bucket *f, Bucket *s) /* {{{… in php_array_key_compare_numeric_unstable_i()
252 static zend_always_inline int php_array_key_compare_string_unstable_i(Bucket *f, Bucket *s) /* {{{ … in php_array_key_compare_string_unstable_i()
277 static int php_array_key_compare_string_natural_general(Bucket *f, Bucket *s, int fold_case) /* {{{… in php_array_key_compare_string_natural_general()
346 static zend_always_inline int php_array_data_compare_unstable_i(Bucket *f, Bucket *s) /* {{{ */ in php_array_data_compare_unstable_i()
409 static int php_array_natural_general_compare(Bucket *f, Bucket *s, int fold_case) /* {{{ */ in php_array_natural_general_compare()
435 static int php_array_data_compare_string_locale_unstable_i(Bucket *f, Bucket *s) /* {{{ */ in php_array_data_compare_string_locale_unstable_i()
897 static inline int php_array_user_compare_unstable(Bucket *f, Bucket *s) /* {{{ */ in php_array_user_compare_unstable()
1015 static inline int php_array_user_key_compare_unstable(Bucket *f, Bucket *s) /* {{{ */ in php_array_user_key_compare_unstable()
4444 struct bucketindex *f = (struct bucketindex *)p; local
[all …]
H A Dpack.c122 static void php_pack_copy_float(int is_little_endian, void * dst, float f) in php_pack_copy_float()
125 float f; in php_pack_copy_float() member
171 float f; in php_pack_parse_float() member
/PHP-8.0/ext/dba/libcdb/
H A Dcdb_make.c57 int cdb_make_start(struct cdb_make *c, php_stream * f) in cdb_make_start()
/PHP-8.0/ext/com_dotnet/
H A Dcom_handlers.c240 zend_internal_function *f = (zend_internal_function*)Z_PTR_P(zv); in function_dtor() local
292 zend_internal_function f, *fptr = NULL; in com_method_get() local
/PHP-8.0/ext/hash/
H A Dhash_sha.c164 uint32_t e = state[4], f = state[5], g = state[6], h = state[7]; in SHA256Transform() local
474 uint64_t e = state[4], f = state[5], g = state[6], h = state[7]; in SHA512Transform() local
/PHP-8.0/sapi/cli/
H A Dphp_cli.c178 static int module_name_cmp(Bucket *f, Bucket *s) /* {{{ */ in module_name_cmp()
206 static int extension_name_cmp(const zend_llist_element **f, const zend_llist_element **s) /* {{{ */ in extension_name_cmp()

Completed in 161 milliseconds

123