Home
last modified time | relevance | path

Searched defs:k (Results 1 – 25 of 35) sorted by last modified time

12

/PHP-5.5/win32/
H A Dglob.c777 Char c, k; local
/PHP-5.5/sapi/fpm/fpm/events/
H A Dkqueue.c163 struct kevent k; in fpm_event_kqueue_add() local
188 struct kevent k; in fpm_event_kqueue_remove() local
/PHP-5.5/sapi/caudium/
H A Dcaudium.c484 struct keypair *k; in low_sapi_caudium_register_variables() local
/PHP-5.5/ext/standard/
H A Dquot_print.c206 int arg1_len, i = 0, j = 0, k; in PHP_FUNCTION() 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
H A Dftok.c36 key_t k; in PHP_FUNCTION() local
H A Dhtml.c459 static inline size_t php_utf32_utf8(unsigned char *buf, unsigned k) in php_utf32_utf8()
492 static inline size_t php_mb2_int_to_char(unsigned char *buf, unsigned k) in php_mb2_int_to_char()
510 static inline size_t php_mb3_int_to_char(unsigned char *buf, unsigned k) in php_mb3_int_to_char()
1133 unsigned int k, in find_entity_for_char()
1196 unsigned int k, in find_entity_for_char_basic()
1633 unsigned i, j, k, in PHP_FUNCTION() local
H A Dexec.c449 int k = 0, n = y - 1; in php_escape_shell_arg() local
H A Dcrypt_blowfish.c866 const char *k = "\xff\xa3" "34" "\xff\xff\xff\xa3" "345"; in php_crypt_blowfish_rn() local
H A Dcrypt_freesec.c217 int i, j, b, k, inbit, obit; in _crypt_extended_init() local
H A Darray.c1970 unsigned int k = 0; in _phpi_pop() local
3834 int i, k; in PHP_FUNCTION() local
4282 int i, k, maxlen = 0; in PHP_FUNCTION() local
H A Dbase64.c146 int ch, i = 0, j = 0, k; in php_base64_decode_ex() local
/PHP-5.5/ext/standard/html_tables/
H A Dhtml_table_gen.php538 for ($k = 0; $k < 64; $k++) { variable
608 for ($k = 0; $k < 64; $k++) { variable
615 for ($k = 0; $k < 64; $k++) { variable
/PHP-5.5/ext/pcre/
H A Dupgrade-pcre.php86 $k = array_search('CVS', $dirorig); variable
90 $k = array_search('.svn', $dirorig); variable
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_libmysql_compat.h110 #define mysql_options4(c,a,k,v) mysqlnd_options4((c), (a), (k), (v)) argument
H A Dmysqlnd.h213 #define mysqlnd_options4(conn, opt, k, v) ((conn)->data)->m->set_client_option_2d((conn)->data, (op… argument
/PHP-5.5/ext/mbstring/ucgendat/
H A Ducgendat.c227 int i, j, k, len; in add_range() local
1305 int j, k; in write_cdata() local
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregexec.c614 #define STACK_GET_MEM_START(mnum, k) do {\ argument
630 #define STACK_GET_MEM_RANGE(k, mnum, start, end) do {\ argument
776 #define STACK_POS_END(k) do {\ argument
928 #define STACK_GET_REPEAT(id, k) do {\ argument
1042 OnigStackType* k = *kp; in make_capture_history_tree() local
1097 OnigStackType* k; in backref_match_at_nested_level() local
/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Dunicode.c11019 int i, j, k, r; local
11160 int n, i, j, k, len; local
/PHP-5.5/ext/mbstring/libmbfl/tests/conv_encoding.tests/
H A Dgen_exp.c115 static int utf32_utf8(char *buf, int k) in utf32_utf8()
/PHP-5.5/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-5.5/ext/mbstring/libmbfl/filters/
H A Dmbfilter_sjis_2004.c136 int k; in mbfl_filt_conv_jis2004_wchar() local
486 int k; in mbfl_filt_conv_wchar_jis2004() local
680 int k, c1, c2, s1, s2; in mbfl_filt_conv_jis2004_flush() local
H A Dmbfilter_cp936.c105 int k; in mbfl_filt_conv_cp936_wchar() local
193 int k, k1, k2; in mbfl_filt_conv_wchar_cp936() local
H A Dmbfilter_gb18030.c84 int k, k1 = 0, k2 = n-1; in mbfl_bisec_srch() local
102 int k, k1 = 0, k2 = n; in mbfl_bisec_srch2() local
127 int k; in mbfl_filt_conv_gb18030_wchar() local
287 int k, k1, k2; in mbfl_filt_conv_wchar_gb18030() local
H A Dmbfilter_big5.c147 int k; in mbfl_filt_conv_big5_wchar() local
240 int k; in mbfl_filt_conv_wchar_big5() local

Completed in 164 milliseconds

12