Home
last modified time | relevance | path

Searched defs:k (Results 26 – 38 of 38) sorted by relevance

12

/PHP-7.1/ext/standard/
H A Dcrypt_blowfish.c870 const char *k = "\xff\xa3" "34" "\xff\xff\xff\xa3" "345"; in php_crypt_blowfish_rn() local
H A Darray.c2676 uint32_t k = 0; local
2714 uint32_t k = 0; local
4860 int i, k, n; local
5352 uint32_t k, maxlen = 0; local
H A Dhtml_tables.h95 #define ENT_ENC_TO_UNI_STAGE1(k) ((k & 0xC0) >> 6) argument
97 #define ENT_ENC_TO_UNI_STAGE2(k) ((k) & 0x3F) argument
1092 #define ENT_STAGE1_INDEX(k) (((k) & 0xFFF000) >> 12) /* > 1D, we have no mapping */ argument
1093 #define ENT_STAGE2_INDEX(k) (((k) & 0xFC0) >> 6) argument
1094 #define ENT_STAGE3_INDEX(k) ((k) & 0x3F) argument
1095 #define ENT_CODE_POINT_FROM_STAGES(i,j,k) (((i) << 12) | ((j) << 6) | (k)) argument
/PHP-7.1/win32/
H A Dcodepage.c126 int k = 0; in php_win32_cp_conv_ascii_to_w() local
H A Dglob.c771 Char c, k; local
/PHP-7.1/ext/gd/libgd/
H A Dgd_jpeg.c499 static int CMYKToRGB(int c, int m, int y, int k, int inverted) in CMYKToRGB()
H A Dgd_interpolation.c1509 long k; in gdImageScaleBicubicFixed() local
2030 int k; in gdImageRotateBicubicFixed() local
/PHP-7.1/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c813 int len, n, m, k; in mbfl_strlen() local
937 int len, n, m, k; in mbfl_oddlen() local
1308 int n, m, k, len, start, end; in mbfl_substr() local
/PHP-7.1/ext/fileinfo/libmagic/
H A Dcdf.c392 size_t i, j, k; in cdf_read_sat() local
1041 size_t nr, i, k; in cdf_unpack_catalog() local
/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_libmysql_compat.h107 #define mysql_options4(c,a,k,v) mysqlnd_options4((c), (a), (k), (v)) argument
H A Dmysqlnd.h212 #define mysqlnd_options4(conn, opt, k, v) ((conn)->data)->m->set_client_option_2d((conn)->data, (op… argument
/PHP-7.1/ext/ldap/
H A Dldap.c1708 int i, j, k; in PHP_FUNCTION() local
/PHP-7.1/sapi/cli/
H A Dphp_cli_server.c2561 size_t k; in do_cli_server() local

Completed in 119 milliseconds

12