Home
last modified time | relevance | path

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

123

/PHP-5.4/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) {
481 function gen_handler($f, $spec, $kind, $name, $op1, $op2, $use, $code, $lineno) {
516 function gen_helper($f, $spec, $kind, $name, $op1, $op2, $param, $code, $lineno) {
547 function gen_labels($f, $spec, $kind, $prolog) {
688 function gen_null_handler($f) {
703 function gen_executor_code($f, $spec, $kind, $prolog) {
780 function skip_blanks($f, $prolog, $epilog) {
787 function gen_executor($f, $skl, $spec, $kind, $executor_name, $initializer_name, $old) {
/PHP-5.4/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()
H A Dphp_apache.h38 ap_filter_t *f; /* downstream output filters after the PHP filter. */ member
/PHP-5.4/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()
H A Dxbm.c177 char *name, *f; in gdImageXbmCtx() local
/PHP-5.4/ext/phar/
H A Dbuild_precommand.php31 $f = file(dirname(__FILE__) . '/phar/' . strtolower($name) . '.inc'); variable
/PHP-5.4/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_source_buffer.c54 struct read_data *f; in zip_source_buffer() local
/PHP-5.4/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.c60 file_magwarn(struct magic_set *ms, const char *f, ...) in file_magwarn()
/PHP-5.4/ext/pcre/pcrelib/
H A Ddftables.c63 FILE *f; in main() local
/PHP-5.4/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.4/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
H A Dparse_date.c40 # define strtoll(s, f, b) _atoi64(s) argument
43 # define strtoll(s, f, b) atoll(s) argument
45 # define strtoll(s, f, b) strtol(s, f, b) argument
25048 double f; in timelib_parse_from_format() local
/PHP-5.4/ext/ereg/regex/
H A Dregexec.c122 # define GOODFLAGS(f) (f) argument
124 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) argument
H A Dsplit.c285 register char *f; in regress() local
H A Dregcomp.c99 # define GOODFLAGS(f) (f) argument
101 # define GOODFLAGS(f) ((f)&~REG_DUMP) argument
929 # define REP(f, t) ((f)*8 + (t)) argument
/PHP-5.4/ext/gd/
H A Dgd_ctx.c86 int f = -1; in _php_image_output_ctx() local
/PHP-5.4/ext/xmlrpc/libxmlrpc/
H A Dxml_element.c502 static int file_out_fptr(void *f, const char *text, int size) in file_out_fptr()
509 static int simplestring_out_fptr(void *f, const char *text, int size) in simplestring_out_fptr()
/PHP-5.4/sapi/milter/
H A Dphp_milter.c653 char *f, *v; in PHP_FUNCTION() local
673 char *f, *v; in PHP_FUNCTION() local
/PHP-5.4/ext/mbstring/oniguruma/
H A Dregcomp.c4856 print_distance_range(FILE* f, OnigDistance a, OnigDistance b) in print_distance_range()
4872 print_anchor(FILE* f, int anchor) in print_anchor()
4921 print_optimize_info(FILE* f, regex_t* reg) in print_optimize_info()
5587 Indent(FILE* f, int indent) in Indent()
5594 p_string(FILE* f, int len, UChar* s) in p_string()
5601 p_len_string(FILE* f, LengthType len, int mb_len, UChar* s) in p_len_string()
5610 onig_print_compiled_byte_code(FILE* f, UChar* bp, UChar** nextp, in onig_print_compiled_byte_code()
5854 print_compiled_byte_code_list(FILE* f, regex_t* reg) in print_compiled_byte_code_list()
5878 print_indent_tree(FILE* f, Node* node, int indent) in print_indent_tree()
6040 print_tree(FILE* f, Node* node) in print_tree()
/PHP-5.4/ext/intl/grapheme/
H A Dgrapheme_util.c52 void grapheme_substr_ascii(char *str, int str_len, int f, int l, int argc, char **sub_str, int *sub… in grapheme_substr_ascii()
/PHP-5.4/ext/standard/
H A Dmail.c310 char *f; in php_mail() local

Completed in 92 milliseconds

123