Home
last modified time | relevance | path

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

123

/php-src/sapi/cli/
H A Dphp_cli.c182 static int module_name_cmp(Bucket *f, Bucket *s) /* {{{ */ in module_name_cmp()
210 static int extension_name_cmp(const zend_llist_element **f, const zend_llist_element **s) /* {{{ */ in extension_name_cmp()
/php-src/sapi/phpdbg/
H A Dphpdbg_info.c28 #define PHPDBG_INFO_COMMAND_D(f, h, a, m, l, s, flags) \ argument
H A Dphpdbg_print.c28 #define PHPDBG_PRINT_COMMAND_D(f, h, a, m, l, s, flags) \ argument
H A Dphpdbg_list.c36 #define PHPDBG_LIST_COMMAND_D(f, h, a, m, l, s, flags) \ argument
/php-src/Zend/
H A Dzend_virtual_cwd.c1310 FILE *f; in virtual_fopen() local
1446 int f; in virtual_open() local
1482 int f; in virtual_creat() local
H A Dmicro_bench.php53 static function f() { function in Foo
H A Dzend_call_stack.c173 FILE *f; in zend_call_stack_get_linux_proc_maps() local
/php-src/ext/hash/
H A Dhash_sha.c164 uint32_t e = state[4], f = state[5], g = state[6], h = state[7]; in SHA256Transform() local
476 uint64_t e = state[4], f = state[5], g = state[6], h = state[7]; in SHA512Transform() local
/php-src/ext/intl/grapheme/
H A Dgrapheme_util.c50 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-src/ext/standard/
H A Dmd5.c152 #define STEP(f, a, b, c, d, x, t, s) \ argument
H A Dmail.c475 zend_string *f; in php_mail() local
H A Dcrypt_freesec.c463 uint32_t f, r48l, r48r, saltbits; in do_des() local
H A Dinfo.c772 static int module_name_cmp(Bucket *f, Bucket *s) in module_name_cmp()
H A Dcrypt_sha256.c101 uint32_t f = ctx->H[5]; in sha256_process_block() local
H A Dcrypt_sha512.c129 uint64_t f = ctx->H[5]; in sha512_process_block() local
/php-src/ext/gd/libgd/
H A Dgd.c350 float R = RGB.R, G = RGB.G, B = RGB.B, w, v, b, f; in RGB_to_HWB() local
1431 void gdImageChar (gdImagePtr im, gdFontPtr f, int x, int y, int c, int color) in gdImageChar()
1459 void gdImageCharUp (gdImagePtr im, gdFontPtr f, int x, int y, int c, int color) in gdImageCharUp()
1487 void gdImageString (gdImagePtr im, gdFontPtr f, int x, int y, unsigned char *s, int color) in gdImageString()
1498 void gdImageStringUp (gdImagePtr im, gdFontPtr f, int x, int y, unsigned char *s, int color) in gdImageStringUp()
1511 void gdImageString16 (gdImagePtr im, gdFontPtr f, int x, int y, unsigned short *s, int color) in gdImageString16()
1522 void gdImageStringUp16 (gdImagePtr im, gdFontPtr f, int x, int y, unsigned short *s, int color) in gdImageStringUp16()
/php-src/ext/intl/collator/
H A Dcollator_sort.c191 static int collator_compare_func(Bucket *f, Bucket *s) in collator_compare_func()
/php-src/ext/phar/
H A Ddirstream.c156 static int phar_compare_dir_name(Bucket *f, Bucket *s) /* {{{ */ in phar_compare_dir_name()
/php-src/ext/standard/libavifinfo/
H A Davifinfo.c176 AvifInfoInternalFeatures* f, uint32_t target_item_id, uint32_t tile_depth) { in AvifInfoInternalGetItemFeatures()
225 AvifInfoInternalFeatures* f) { in AvifInfoInternalGetPrimaryItemFeatures()
/php-src/ext/opcache/jit/ir/
H A Dir_disasm.c327 FILE *f)
/php-src/sapi/fpm/fpm/
H A Dfpm_main.c190 static int module_name_cmp(Bucket *f, Bucket *s) /* {{{ */ in module_name_cmp()
218 static int extension_name_cmp(const zend_llist_element **f, const zend_llist_element **s) /* {{{ */ in extension_name_cmp()
/php-src/ext/pdo_firebird/
H A Dfirebird_statement.c410 ISC_INT64 n, f = scales[-var->sqlscale]; in pdo_firebird_stmt_get_col() local
/php-src/ext/com_dotnet/
H A Dcom_com.c456 zend_result php_com_do_invoke_byref(php_com_dotnet_object *obj, zend_internal_function *f, in php_com_do_invoke_byref()
/php-src/sapi/cgi/
H A Dcgi_main.c244 static int module_name_cmp(Bucket *f, Bucket *s) in module_name_cmp()
269 static int extension_name_cmp(const zend_llist_element **f, const zend_llist_element **s) in extension_name_cmp()
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeRISCV_common.c76 #define F3(f) ((sljit_ins)(f) << 12) argument
77 #define F12(f) ((sljit_ins)(f) << 20) argument
78 #define F7(f) ((sljit_ins)(f) << 25) argument

Completed in 137 milliseconds

123