/PHP-5.6/Zend/ |
H A D | zend_vm_gen.php | 284 function out($f, $s) { 292 function out_line($f) { 319 function gen_code($f, $spec, $kind, $export, $code, $op1, $op2, $name) { 523 function gen_handler($f, $spec, $kind, $name, $op1, $op2, $use, $code, $lineno) { 558 function gen_helper($f, $spec, $kind, $name, $op1, $op2, $param, $code, $lineno) { 589 function gen_labels($f, $spec, $kind, $prolog) { 730 function gen_null_handler($f) { 746 function gen_executor_code($f, $spec, $kind, $prolog) { 825 function skip_blanks($f, $prolog, $epilog) { 832 function gen_executor($f, $skl, $spec, $kind, $executor_name, $initializer_name, $old) {
|
/PHP-5.6/ext/gd/libgd/ |
H A D | gd_filter.c | 22 FuncPtr f; in gdImageNegate() local 55 FuncPtr f; in gdImageGrayScale() local 88 FuncPtr f; in gdImageBrightness() local 135 FuncPtr f; in gdImageContrast() local 192 FuncPtr f; in gdImageColor() local 237 FuncPtr f; in gdImageConvolution() local 303 FuncPtr f; in gdImageSelectiveBlur() local
|
H A D | gd_rotate.c | 24 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 351 FuncPtr f; in gdImageRotate45() local
|
H A D | gd_io_file.c | 34 FILE *f; member 49 gdIOCtx * gdNewFileCtx (FILE * f) in gdNewFileCtx()
|
/PHP-5.6/sapi/apache2filter/ |
H A D | sapi_apache2.c | 72 ap_filter_t *f; /* remaining output filters */ in php_apache_sapi_ub_write() local 257 ap_filter_t *f; /* output filters */ in php_apache_sapi_flush() local 303 php_apache_disable_caching(ap_filter_t *f) in php_apache_disable_caching() 362 static int php_input_filter(ap_filter_t *f, apr_bucket_brigade *bb, in php_input_filter() 396 static void php_apache_request_ctor(ap_filter_t *f, php_struct *ctx TSRMLS_DC) in php_apache_request_ctor() 457 static int php_output_filter(ap_filter_t *f, apr_bucket_brigade *bb) in php_output_filter() 638 static void php_add_filter(request_rec *r, ap_filter_t *f) in php_add_filter()
|
H A D | php_apache.h | 38 ap_filter_t *f; /* downstream output filters after the PHP filter. */ member
|
/PHP-5.6/ext/phar/ |
H A D | build_precommand.php | 31 $f = file(dirname(__FILE__) . '/phar/' . strtolower($name) . '.inc'); variable
|
/PHP-5.6/ext/zip/lib/ |
H A D | zip_source_filep.c | 46 FILE *f; /* file to copy from */ member 83 struct read_file *f; in _zip_source_file_or_p() local
|
H A D | zip_string.c | 190 _zip_string_write(const struct zip_string *s, FILE *f) in _zip_string_write()
|
/PHP-5.6/ext/fileinfo/libmagic/ |
H A D | funcs.c | 90 file_error_core(struct magic_set *ms, int error, const char *f, va_list va, in file_error_core() 123 file_error(struct magic_set *ms, int error, const char *f, ...) in file_error() 136 file_magerror(struct magic_set *ms, const char *f, ...) in file_magerror()
|
H A D | print.c | 59 file_magwarn(struct magic_set *ms, const char *f, ...) in file_magwarn()
|
/PHP-5.6/ext/pcre/pcrelib/ |
H A D | dftables.c | 63 FILE *f; in main() local
|
/PHP-5.6/sapi/phpdbg/ |
H A D | phpdbg_break.c | 31 #define PHPDBG_BREAK_COMMAND_D(f, h, a, m, l, s) \ argument
|
/PHP-5.6/ext/mbstring/oniguruma/enc/ |
H A D | iso8859_1.c | 106 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold()
|
H A D | cp1251.c | 167 OnigApplyAllCaseFoldFunc f, void* arg) in cp1251_apply_all_case_fold()
|
H A D | iso8859_10.c | 206 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold()
|
H A D | iso8859_13.c | 195 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold()
|
H A D | iso8859_14.c | 208 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold()
|
H A D | iso8859_15.c | 202 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold()
|
H A D | iso8859_16.c | 204 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold()
|
H A D | iso8859_2.c | 193 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold()
|
H A D | iso8859_3.c | 202 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold()
|
H A D | iso8859_4.c | 204 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold()
|
/PHP-5.6/ext/com_dotnet/ |
H A D | com_handlers.c | 247 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.6/ext/date/lib/ |
H A D | parse_iso_intervals.c | 44 # define strtoll(s, f, b) _atoi64(s) argument 47 # define strtoll(s, f, b) atoll(s) argument 49 # define strtoll(s, f, b) strtol(s, f, b) argument
|