Home
last modified time | relevance | path

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

1234

/PHP-7.2/Zend/
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/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
310 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.2/ext/pcre/pcrelib/
H A Dpcre_printint.c118 print_char(FILE *f, pcre_uchar *ptr, BOOL utf) in print_char()
222 print_puchar(FILE *f, PCRE_PUCHAR ptr) in print_puchar()
264 print_prop(FILE *f, pcre_uchar *code, const char *before, const char *after) in print_prop()
303 pcre_printint(pcre *external_re, FILE *f, BOOL print_lengths) in pcre_printint()
H A Ddftables.c63 FILE *f; in main() local
/PHP-7.2/ext/phar/
H A Dbuild_precommand.php31 $f = file(dirname(__FILE__) . '/phar/' . strtolower($name) . '.inc'); variable
/PHP-7.2/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.2/ext/mbstring/oniguruma/src/
H A Dunicode.c300 apply_case_fold1(int from, int to, OnigApplyAllCaseFoldFunc f, void* arg) in apply_case_fold1()
331 apply_case_fold2(int from, int to, OnigApplyAllCaseFoldFunc f, void* arg) in apply_case_fold2()
360 apply_case_fold3(int from, int to, OnigApplyAllCaseFoldFunc f, void* arg) in apply_case_fold3()
390 OnigApplyAllCaseFoldFunc f, void* arg) in onigenc_unicode_apply_all_case_fold()
H A Diso8859_1.c106 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold()
H A Diso8859_10.c206 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold()
H A Diso8859_13.c195 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold()
H A Diso8859_14.c208 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold()
H A Diso8859_15.c202 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold()
H A Diso8859_16.c204 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold()
H A Diso8859_2.c193 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold()
H A Diso8859_3.c202 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold()
H A Diso8859_4.c204 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold()
H A Dkoi8.c217 OnigApplyAllCaseFoldFunc f, void* arg) in koi8_apply_all_case_fold()
/PHP-7.2/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.c59 file_magwarn(struct magic_set *ms, const char *f, ...) in file_magwarn()
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_break.c31 #define PHPDBG_BREAK_COMMAND_D(f, h, a, m, l, s, flags) \ argument
/PHP-7.2/ext/date/lib/
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/com_dotnet/
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

Completed in 85 milliseconds

1234