Home
last modified time | relevance | path

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

1234

/PHP-7.1/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-7.1/ext/standard/
H A Dpack.c136 static void php_pack_copy_float(int is_little_endian, void * dst, float f) in php_pack_copy_float()
139 float f; in php_pack_copy_float() member
187 float f; in php_pack_parse_float() member
H A Dmail.c322 zend_string *f; in php_mail() local
H A Dmd5.c157 #define STEP(f, a, b, c, d, x, t, s) \ argument
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_set.c30 #define PHPDBG_SET_COMMAND_D(f, h, a, m, l, s, flags) \ argument
H A Dphpdbg_info.c30 #define PHPDBG_INFO_COMMAND_D(f, h, a, m, l, s, flags) \ argument
H A Dphpdbg_wait.c52 Bucket *f, *s; in phpdbg_array_data_compare() local
H A Dphpdbg_print.c29 #define PHPDBG_PRINT_COMMAND_D(f, h, a, m, l, s, flags) \ argument
H A Dphpdbg_list.c38 #define PHPDBG_LIST_COMMAND_D(f, h, a, m, l, s, flags) \ argument
/PHP-7.1/ext/dba/libcdb/
H A Dcdb_make.c59 int cdb_make_start(struct cdb_make *c, php_stream * f) in cdb_make_start()
/PHP-7.1/ext/gd/libgd/
H A Dxbm.c181 char *name, *f; in gdImageXbmCtx() local
H A Dgd.c342 float R = RGB.R, G = RGB.G, B = RGB.B, w, v, b, f; in RGB_to_HWB() local
1515 void gdImageChar (gdImagePtr im, gdFontPtr f, int x, int y, int c, int color) in gdImageChar()
1541 void gdImageCharUp (gdImagePtr im, gdFontPtr f, int x, int y, int c, int color) in gdImageCharUp()
1567 void gdImageString (gdImagePtr im, gdFontPtr f, int x, int y, unsigned char *s, int color) in gdImageString()
1578 void gdImageStringUp (gdImagePtr im, gdFontPtr f, int x, int y, unsigned char *s, int color) in gdImageStringUp()
1591 void gdImageString16 (gdImagePtr im, gdFontPtr f, int x, int y, unsigned short *s, int color) in gdImageString16()
1602 void gdImageStringUp16 (gdImagePtr im, gdFontPtr f, int x, int y, unsigned short *s, int color) in gdImageStringUp16()
/PHP-7.1/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()
5824 Indent(FILE* f, int indent) in Indent()
5831 p_string(FILE* f, int len, UChar* s) in p_string()
5838 p_len_string(FILE* f, LengthType len, int mb_len, UChar* s) in p_len_string()
5847 onig_print_compiled_byte_code(FILE* f, UChar* bp, UChar** nextp, in onig_print_compiled_byte_code()
6091 print_compiled_byte_code_list(FILE* f, regex_t* reg) in print_compiled_byte_code_list()
6115 print_indent_tree(FILE* f, Node* node, int indent) in print_indent_tree()
6281 print_tree(FILE* f, Node* node) in print_tree()
/PHP-7.1/ext/gd/
H A Dgd_ctx.c91 int f = -1; in _php_image_output_ctx() local
/PHP-7.1/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-7.1/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
25161 double f; in timelib_parse_from_format() local
/PHP-7.1/ext/intl/grapheme/
H A Dgrapheme_util.c52 void grapheme_substr_ascii(char *str, size_t str_len, int32_t f, int32_t l, char **sub_str, int32_t… in grapheme_substr_ascii()
/PHP-7.1/sapi/cli/
H A Dphp_cli.c196 Bucket *f = (Bucket *) a; in module_name_cmp() local
223 static int extension_name_cmp(const zend_llist_element **f, const zend_llist_element **s) /* {{{ */ in extension_name_cmp()
/PHP-7.1/ext/soap/interop/
H A Dclient_round2_params.php156 function SOAPStruct($s, $i, $f) {
/PHP-7.1/ext/phar/
H A Ddirstream.c157 Bucket *f; in phar_compare_dir_name() local

Completed in 108 milliseconds

1234