Home
last modified time | relevance | path

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

12345

/PHP-5.6/Zend/
H A Dzend_vm_gen.php284 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 Dgd_filter.c22 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 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
351 FuncPtr f; in gdImageRotate45() local
H A Dgd_io_file.c34 FILE *f; member
49 gdIOCtx * gdNewFileCtx (FILE * f) in gdNewFileCtx()
/PHP-5.6/sapi/apache2filter/
H A Dsapi_apache2.c72 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 Dphp_apache.h38 ap_filter_t *f; /* downstream output filters after the PHP filter. */ member
/PHP-5.6/ext/phar/
H A Dbuild_precommand.php31 $f = file(dirname(__FILE__) . '/phar/' . strtolower($name) . '.inc'); variable
/PHP-5.6/ext/zip/lib/
H A Dzip_source_filep.c46 FILE *f; /* file to copy from */ member
83 struct read_file *f; in _zip_source_file_or_p() local
H A Dzip_string.c190 _zip_string_write(const struct zip_string *s, FILE *f) in _zip_string_write()
/PHP-5.6/ext/fileinfo/libmagic/
H A Dfuncs.c90 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 Dprint.c59 file_magwarn(struct magic_set *ms, const char *f, ...) in file_magwarn()
/PHP-5.6/ext/pcre/pcrelib/
H A Ddftables.c63 FILE *f; in main() local
/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_break.c31 #define PHPDBG_BREAK_COMMAND_D(f, h, a, m, l, s) \ argument
/PHP-5.6/ext/mbstring/oniguruma/enc/
H A Diso8859_1.c106 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.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()
/PHP-5.6/ext/com_dotnet/
H A Dcom_handlers.c247 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 Dparse_iso_intervals.c44 # 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

Completed in 43 milliseconds

12345