Home
last modified time | relevance | path

Searched defs:f (Results 26 – 50 of 103) sorted by relevance

12345

/PHP-5.6/ext/mbstring/oniguruma/enc/
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()
H A Dkoi8.c217 OnigApplyAllCaseFoldFunc f, void* arg) in koi8_apply_all_case_fold()
H A Dkoi8_r.c179 OnigApplyAllCaseFoldFunc f, void* arg) in koi8_r_apply_all_case_fold()
/PHP-5.6/ext/zip/lib/
H A Dzip_source_buffer.c54 struct read_data *f; in zip_source_buffer() local
H A Dzip_open.c83 FILE *f; in zip_open() local
653 _zip_read_eocd64(FILE *f, const zip_uint8_t *eocd64loc, const zip_uint8_t *buf, in _zip_read_eocd64()
H A Dzip_extra_field.c307 _zip_ef_write(const struct zip_extra_field *ef, zip_flags_t flags, FILE *f) in _zip_ef_write()
/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_set.c30 #define PHPDBG_SET_COMMAND_D(f, h, a, m, l, s) \ argument
H A Dphpdbg_print.c29 #define PHPDBG_PRINT_COMMAND_D(f, h, a, m, l, s) \ argument
H A Dphpdbg_list.c37 #define PHPDBG_LIST_COMMAND_D(f, h, a, m, l, s) \ argument
H A Dphpdbg_info.c30 #define PHPDBG_INFO_COMMAND_D(f, h, a, m, l, s) \ argument
/PHP-5.6/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.6/ext/gd/libgd/
H A Dxbm.c177 char *name, *f; in gdImageXbmCtx() local
/PHP-5.6/ext/gd/
H A Dgd_ctx.c96 int f = -1; in _php_image_output_ctx() local
/PHP-5.6/ext/mbstring/oniguruma/
H A Dregenc.c395 OnigApplyAllCaseFoldFunc f, void* arg) in onigenc_ascii_apply_all_case_fold()
438 OnigApplyAllCaseFoldFunc f, void* arg) in ss_apply_all_case_fold()
449 OnigApplyAllCaseFoldFunc f, void* arg) in onigenc_apply_all_case_fold_with_map()
H A Dregcomp.c5062 print_distance_range(FILE* f, OnigDistance a, OnigDistance b) in print_distance_range()
5078 print_anchor(FILE* f, int anchor) in print_anchor()
5127 print_optimize_info(FILE* f, regex_t* reg) in print_optimize_info()
5791 Indent(FILE* f, int indent) in Indent()
5798 p_string(FILE* f, int len, UChar* s) in p_string()
5805 p_len_string(FILE* f, LengthType len, int mb_len, UChar* s) in p_len_string()
5814 onig_print_compiled_byte_code(FILE* f, UChar* bp, UChar** nextp, in onig_print_compiled_byte_code()
6058 print_compiled_byte_code_list(FILE* f, regex_t* reg) in print_compiled_byte_code_list()
6082 print_indent_tree(FILE* f, Node* node, int indent) in print_indent_tree()
6248 print_tree(FILE* f, Node* node) in print_tree()
/PHP-5.6/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.6/ext/date/lib/
H A Dparse_date.c46 # define strtoll(s, f, b) _atoi64(s) argument
49 # define strtoll(s, f, b) atoll(s) argument
51 # define strtoll(s, f, b) strtol(s, f, b) argument
24123 double f; in timelib_parse_from_format() local
/PHP-5.6/sapi/milter/
H A Dphp_milter.c653 char *f, *v; in PHP_FUNCTION() local
673 char *f, *v; in PHP_FUNCTION() local
/PHP-5.6/ext/standard/
H A Dmail.c319 char *f; in php_mail() local
/PHP-5.6/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.6/sapi/cli/
H A Dphp_cli.c189 Bucket *f = *((Bucket **) a); in module_name_cmp() local
217 static int extension_name_cmp(const zend_llist_element **f, const zend_llist_element **s TSRMLS_DC)… in extension_name_cmp()

Completed in 224 milliseconds

12345