Home
last modified time | relevance | path

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

1234

/PHP-7.3/Zend/
H A Dzend_vm_gen.php601 function out($f, $s) {
609 function out_line($f) {
730 function gen_code($f, $spec, $kind, $export, $code, $op1, $op2, $name, $extra_spec=null) {
1102 function gen_handler($f, $spec, $kind, $name, $op1, $op2, $use, $code, $lineno, $opcode, $extra_spe…
1228 function gen_null_label($f, $kind, $prolog) {
1243 function gen_labels($f, $spec, $kind, $prolog, &$specs, $switch_labels = array()) {
1523 function gen_specs($f, $prolog, $specs) {
1537 function gen_null_handler($f) {
1673 function gen_executor_code($f, $spec, $kind, $prolog, &$switch_labels = array()) {
1782 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
/PHP-7.3/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-7.3/ext/gd/libgd/
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
311 FuncPtr f; in gdImageSelectiveBlur() local
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_io_file.c34 FILE *f; member
49 gdIOCtx * gdNewFileCtx (FILE * f) in gdNewFileCtx()
/PHP-7.3/ext/zip/lib/
H A Dzip_source_filep.c73 FILE *f; /* file to read from */ member
481 _zip_fseek_u(FILE *f, zip_uint64_t offset, int whence, zip_error_t *error) in _zip_fseek_u()
492 _zip_fseek(FILE *f, zip_int64_t offset, int whence, zip_error_t *error) in _zip_fseek()
H A Dzip_error_get.c54 zip_file_get_error(zip_file_t *f) in zip_file_get_error()
/PHP-7.3/ext/phar/
H A Dbuild_precommand.php31 $f = file(dirname(__FILE__) . '/phar/' . strtolower($name) . '.inc'); variable
/PHP-7.3/ext/fileinfo/libmagic/
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.c216 file_magwarn(struct magic_set *ms, const char *f, ...) in file_magwarn()
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_break.c31 #define PHPDBG_BREAK_COMMAND_D(f, h, a, m, l, s, flags) \ argument
/PHP-7.3/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
/PHP-7.3/ext/com_dotnet/
H A Dcom_handlers.c242 zend_internal_function *f = (zend_internal_function*)Z_PTR_P(zv); in function_dtor() local
263 zend_internal_function f, *fptr = NULL; in com_method_get() local
401 #define POPULATE_CTOR(f, fn) \ in com_constructor_get() argument
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Diso8859_1.c106 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold()
H A Diso8859_2.c171 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold()
H A Diso8859_7.c167 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold()
H A Dcp1251.c167 OnigApplyAllCaseFoldFunc f, void* arg) in cp1251_apply_all_case_fold()
H A Diso8859_10.c184 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold()
H A Diso8859_13.c169 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold()
H A Diso8859_14.c185 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold()
H A Diso8859_15.c175 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold()
H A Diso8859_16.c182 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold()
H A Diso8859_3.c176 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold()

Completed in 81 milliseconds

1234