Home
last modified time | relevance | path

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

1234

/PHP-5.5/Zend/
H A Dzend_vm_gen.php272 function out($f, $s) {
280 function out_line($f) {
307 function gen_code($f, $spec, $kind, $export, $code, $op1, $op2, $name) {
496 function gen_handler($f, $spec, $kind, $name, $op1, $op2, $use, $code, $lineno) {
531 function gen_helper($f, $spec, $kind, $name, $op1, $op2, $param, $code, $lineno) {
562 function gen_labels($f, $spec, $kind, $prolog) {
703 function gen_null_handler($f) {
719 function gen_executor_code($f, $spec, $kind, $prolog) {
798 function skip_blanks($f, $prolog, $epilog) {
805 function gen_executor($f, $skl, $spec, $kind, $executor_name, $initializer_name, $old) {
/PHP-5.5/sapi/apache2filter/
H A Dsapi_apache2.c72 ap_filter_t *f; /* remaining output filters */ in php_apache_sapi_ub_write() local
97 ap_filter_t *f; in php_apache_sapi_header_handler() local
254 ap_filter_t *f; /* output filters */ in php_apache_sapi_flush() local
300 php_apache_disable_caching(ap_filter_t *f) in php_apache_disable_caching()
359 static int php_input_filter(ap_filter_t *f, apr_bucket_brigade *bb, in php_input_filter()
397 static void php_apache_request_ctor(ap_filter_t *f, php_struct *ctx TSRMLS_DC) in php_apache_request_ctor()
460 static int php_output_filter(ap_filter_t *f, apr_bucket_brigade *bb) in php_output_filter()
641 static void php_add_filter(request_rec *r, ap_filter_t *f) in php_add_filter()
/PHP-5.5/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.5/ext/phar/
H A Dbuild_precommand.php31 $f = file(dirname(__FILE__) . '/phar/' . strtolower($name) . '.inc'); variable
/PHP-5.5/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
/PHP-5.5/ext/fileinfo/libmagic/
H A Dfuncs.c87 file_error_core(struct magic_set *ms, int error, const char *f, va_list va, in file_error_core()
120 file_error(struct magic_set *ms, int error, const char *f, ...) in file_error()
133 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.5/ext/pcre/pcrelib/
H A Ddftables.c63 FILE *f; in main() local
/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Diso8859_1.c106 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 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_5.c192 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold()
H A Diso8859_7.c188 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold()
H A Diso8859_9.c195 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold()
/PHP-5.5/ext/date/lib/
H A Dparse_iso_intervals.c38 # define strtoll(s, f, b) _atoi64(s) argument
41 # define strtoll(s, f, b) atoll(s) argument
43 # define strtoll(s, f, b) strtol(s, f, b) argument
/PHP-5.5/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

Completed in 76 milliseconds

1234