Home
last modified time | relevance | path

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

1234

/PHP-7.1/Zend/
H A Dzend_virtual_cwd.c1592 FILE *f; in virtual_fopen() local
1728 int f; in virtual_open() local
1764 int f; in virtual_creat() local
H A Dmicro_bench.php53 static function f() { function in Foo
H A Dzend_ini.c185 const Bucket *f; in ini_key_compare() local
/PHP-7.1/ext/intl/collator/
H A Dcollator_sort.c215 Bucket *f; in collator_compare_func() local
/PHP-7.1/ext/pdo_firebird/
H A Dfirebird_statement.c354 ISC_INT64 n, f = scales[-var->sqlscale]; in firebird_stmt_get_col() local
/PHP-7.1/ext/hash/
H A Dhash_sha.c483 uint32_t e = state[4], f = state[5], g = state[6], h = state[7]; in SHA256Transform() local
793 uint64_t e = state[4], f = state[5], g = state[6], h = state[7]; in SHA512Transform() local
/PHP-7.1/ext/standard/
H A Dcrypt_freesec.c469 uint32_t f, r48l, r48r, saltbits; in do_des() local
H A Dinfo.c814 Bucket *f = (Bucket *) a; in module_name_cmp() local
H A Dcrypt_sha512.c140 uint64_t f = ctx->H[5]; in sha512_process_block() local
H A Dcrypt_sha256.c116 uint32_t f = ctx->H[5]; in sha256_process_block() local
H A Durl_scanner_ex.c294 char f = 0; in tag_arg() local
/PHP-7.1/sapi/fpm/fpm/
H A Dfpm_main.c232 Bucket *f = (Bucket *) a; in module_name_cmp() local
259 static int extension_name_cmp(const zend_llist_element **f, const zend_llist_element **s) /* {{{ */ in extension_name_cmp()
/PHP-7.1/ext/zip/lib/
H A Dzipint.h392 zip_source_callback f; member
456 #define ZIP_ENTRY_CHANGED(e, f) ((e)->changes && ((e)->changes->changed & (f))) argument
/PHP-7.1/ext/date/lib/
H A Dtimelib_structs.h219 double f; /* Fraction */ member
243 double f; /* Fraction */ member
/PHP-7.1/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-7.1/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-7.1/ext/xsl/
H A Dxsltprocessor.c486 FILE *f; in php_xsl_apply_stylesheet() local
/PHP-7.1/ext/com_dotnet/
H A Dcom_com.c474 int php_com_do_invoke_byref(php_com_dotnet_object *obj, zend_internal_function *f, in php_com_do_invoke_byref()
/PHP-7.1/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.h431 #define XMLRPC_VectorAppendDouble(vector, id, f) XMLRPC_AddValueToVector(vector, XMLRPC_CreateValue… argument
/PHP-7.1/ext/interbase/
H A Dibase_query.c1342 ISC_INT64 n = *(ISC_INT64 *) data, f = scales[-scale]; in _php_ibase_var_zval() local
1361 zend_long f = (zend_long) scales[-scale]; in _php_ibase_var_zval() local
/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_portability.h18 #define STRUCT_OFFSET(t, f) ((size_t)(char *)&((t *)0)->f) argument
/PHP-7.1/sapi/cgi/
H A Dcgi_main.c254 Bucket *f = (Bucket *) a; in module_name_cmp() local
278 static int extension_name_cmp(const zend_llist_element **f, const zend_llist_element **s) in extension_name_cmp()
/PHP-7.1/ext/soap/
H A Dphp_sdl.c1047 sdlFaultPtr f; in load_wsdl() local
1538 int f; in get_sdl_from_cache() local
2105 int f; in add_sdl_to_cache() local
/PHP-7.1/ext/gd/libgd/
H A Dgd_interpolation.c1622 const gdFixed f = gd_itofx(k)-f_f; in gdImageScaleBicubicFixed() local
1638 const gdFixed f = gd_itofx(l) - f_g; in gdImageScaleBicubicFixed() local
2150 const gdFixed f = gd_itofx(k)-f_f; in gdImageRotateBicubicFixed() local
2176 const gdFixed f = gd_itofx(l) - f_g; in gdImageRotateBicubicFixed() local

Completed in 121 milliseconds

1234