Home
last modified time | relevance | path

Searched defs:f (Results 51 – 75 of 103) sorted by relevance

12345

/PHP-5.6/ext/ereg/regex/
H A Dmain.c132 char *f[MAXF]; local
/PHP-5.6/ext/soap/interop/
H A Dclient_round2_params.php156 function SOAPStruct($s, $i, $f) {
/PHP-5.6/ext/gd/libgd/
H A Dgd.c344 float R = RGB.R, G = RGB.G, B = RGB.B, w, v, b, f; in RGB_to_HWB() local
1518 void gdImageChar (gdImagePtr im, gdFontPtr f, int x, int y, int c, int color) in gdImageChar()
1544 void gdImageCharUp (gdImagePtr im, gdFontPtr f, int x, int y, int c, int color) in gdImageCharUp()
1570 void gdImageString (gdImagePtr im, gdFontPtr f, int x, int y, unsigned char *s, int color) in gdImageString()
1581 void gdImageStringUp (gdImagePtr im, gdFontPtr f, int x, int y, unsigned char *s, int color) in gdImageStringUp()
1594 void gdImageString16 (gdImagePtr im, gdFontPtr f, int x, int y, unsigned short *s, int color) in gdImageString16()
1605 void gdImageStringUp16 (gdImagePtr im, gdFontPtr f, int x, int y, unsigned short *s, int color) in gdImageStringUp16()
/PHP-5.6/ext/standard/
H A Dmd5.c154 #define STEP(f, a, b, c, d, x, t, s) \ argument
H A Darray.c175 Bucket *f; in php_array_key_compare() local
361 Bucket *f; in php_array_data_compare() local
407 Bucket *f, *s; in php_array_natural_general_compare() local
576 Bucket *f; in php_array_user_compare() local
721 Bucket *f; in php_array_user_key_compare() local
H A Dcrypt_freesec.c471 uint32_t f, r48l, r48r, saltbits; in do_des() local
H A Durl_scanner_ex.c244 char f = 0; in tag_arg() local
H A Dcrypt_sha512.c140 uint64_t f = ctx->H[5]; in sha512_process_block() local
H A Dinfo.c891 Bucket *f = *((Bucket **) a); in module_name_cmp() local
/PHP-5.6/ext/intl/collator/
H A Dcollator_sort.c212 Bucket *f; in collator_compare_func() local
/PHP-5.6/ext/phar/
H A Ddirstream.c157 Bucket *f; in phar_compare_dir_name() local
/PHP-5.6/Zend/
H A Dzend_virtual_cwd.c1500 FILE *f; in virtual_fopen() local
1665 int f; in virtual_open() local
1693 int f; in virtual_creat() local
H A Dmicro_bench.php53 static function f() { function in Foo
H A Dzend_ini.c150 const Bucket *f; in ini_key_compare() local
/PHP-5.6/ext/zip/lib/
H A Dzipint.h362 zip_source_callback f; member
408 #define ZIP_ENTRY_CHANGED(e, f) ((e)->changes && ((e)->changes->changed & (f))) argument
H A Dzip_dirent.c541 _zip_dirent_size(FILE *f, zip_uint16_t flags, struct zip_error *error) in _zip_dirent_size()
/PHP-5.6/ext/hash/
H A Dhash_sha.c483 php_hash_uint32 e = state[4], f = state[5], g = state[6], h = state[7]; in SHA256Transform() local
793 php_hash_uint64 e = state[4], f = state[5], g = state[6], h = state[7]; in SHA512Transform() local
/PHP-5.6/ext/pdo_firebird/
H A Dfirebird_statement.c327 ISC_INT64 n, f = scales[-var->sqlscale]; in firebird_stmt_get_col() local
/PHP-5.6/sapi/fpm/fpm/
H A Dfpm_main.c227 Bucket *f = *((Bucket **) a); in module_name_cmp() local
252 static int extension_name_cmp(const zend_llist_element **f, const zend_llist_element **s TSRMLS_DC) in extension_name_cmp()
/PHP-5.6/ext/ereg/
H A Dereg.c108 Bucket *f = *((Bucket **) a); in ZEND_GET_MODULE() local
/PHP-5.6/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c2690 int f, n, s, r, d, size, *mapelm; in collector_encode_htmlnumericentity() local
2736 int f, n, s, r, d, size, *mapelm; in collector_decode_htmlnumericentity() local
2914 int f, n, s, r, d, size, *mapelm; in collector_encode_hex_htmlnumericentity() local
/PHP-5.6/ext/mbstring/oniguruma/
H A Dst.c135 FILE *f = fopen("/tmp/col", "w"); in stat_col() local
H A Dregparse.h135 #define SET_ENCLOSE_STATUS(node,f) (node)->u.enclose.state |= (f) argument
136 #define CLEAR_ENCLOSE_STATUS(node,f) (node)->u.enclose.state &= ~(f) argument
/PHP-5.6/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.h431 #define XMLRPC_VectorAppendDouble(vector, id, f) XMLRPC_AddValueToVector(vector, XMLRPC_CreateValue… argument
/PHP-5.6/ext/com_dotnet/
H A Dcom_com.c472 …zend_internal_function *f = (zend_internal_function*)EG(current_execute_data)->function_state.func… in php_com_do_invoke_byref() local

Completed in 237 milliseconds

12345