Home
last modified time | relevance | path

Searched defs:s (Results 26 – 50 of 287) sorted by relevance

12345678910>>...12

/PHP-7.1/ext/mbstring/libmbfl/filters/
H A Dmbfilter_iso8859_4.c80 int s; in mbfl_filt_conv_8859_4_wchar() local
107 int s, n; in mbfl_filt_conv_wchar_8859_4() local
H A Dmbfilter_iso8859_5.c82 int s; in mbfl_filt_conv_8859_5_wchar() local
109 int s, n; in mbfl_filt_conv_wchar_8859_5() local
H A Dmbfilter_iso8859_6.c82 int s; in mbfl_filt_conv_8859_6_wchar() local
109 int s, n; in mbfl_filt_conv_wchar_8859_6() local
H A Dmbfilter_iso8859_7.c82 int s; in mbfl_filt_conv_8859_7_wchar() local
109 int s, n; in mbfl_filt_conv_wchar_8859_7() local
H A Dmbfilter_iso8859_8.c81 int s; in mbfl_filt_conv_8859_8_wchar() local
108 int s, n; in mbfl_filt_conv_wchar_8859_8() local
H A Dmbfilter_iso8859_9.c81 int s; in mbfl_filt_conv_8859_9_wchar() local
108 int s, n; in mbfl_filt_conv_wchar_8859_9() local
H A Dmbfilter_armscii8.c82 int s; in mbfl_filt_conv_armscii8_wchar() local
110 int s, n; in mbfl_filt_conv_wchar_armscii8() local
H A Dmbfilter_cp850.c80 int s; in mbfl_filt_conv_cp850_wchar() local
108 int s, n; in mbfl_filt_conv_wchar_cp850() local
H A Dmbfilter_cp1251.c84 int s; in mbfl_filt_conv_cp1251_wchar() local
112 int s, n; in mbfl_filt_conv_wchar_cp1251() local
H A Dmbfilter_cp1252.c83 int s=-1, n; in mbfl_filt_conv_wchar_cp1252() local
119 int s; in mbfl_filt_conv_cp1252_wchar() local
H A Dmbfilter_cp1254.c84 int s, n; in mbfl_filt_conv_wchar_cp1254() local
120 int s; in mbfl_filt_conv_cp1254_wchar() local
H A Dmbfilter_cp866.c84 int s; in mbfl_filt_conv_cp866_wchar() local
112 int s, n; in mbfl_filt_conv_wchar_cp866() local
H A Dmbfilter_koi8r.c84 int s; in mbfl_filt_conv_koi8r_wchar() local
112 int s, n; in mbfl_filt_conv_wchar_koi8r() local
H A Dmbfilter_koi8u.c81 int s; in mbfl_filt_conv_koi8u_wchar() local
109 int s, n; in mbfl_filt_conv_wchar_koi8u() local
H A Dmbfilter_utf7imap.c69 int s, n; in mbfl_filt_conv_utf7imap_wchar() local
236 int n, s; in mbfl_filt_conv_wchar_utf7imap() local
H A Dmbfilter_hz.c83 int c1, s, w; in mbfl_filt_conv_hz_wchar() local
156 int s; in mbfl_filt_conv_wchar_hz() local
H A Dmbfilter_euc_jp.c105 int c1, s, w; in mbfl_filt_conv_eucjp_wchar() local
215 int c1, s; in mbfl_filt_conv_wchar_eucjp() local
H A Dmbfilter_euc_tw.c105 int c1, s, w, plane; in mbfl_filt_conv_euctw_wchar() local
228 int c1, s, plane; in mbfl_filt_conv_wchar_euctw() local
H A Dmbfilter_utf7.c96 int s, n; in mbfl_filt_conv_utf7_wchar() local
249 int s, n; in mbfl_filt_conv_wchar_utf7() local
/PHP-7.1/ext/standard/
H A Dphp_random.h34 #define php_random_bytes_throw(b, s) php_random_bytes((b), (s), 1) argument
35 #define php_random_bytes_silent(b, s) php_random_bytes((b), (s), 0) argument
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_frame.c56 smart_str s = {0}; in phpdbg_compile_stackframe() local
162 zend_string *s = phpdbg_compile_stackframe(EG(current_execute_data)); in phpdbg_switch_frame() local
324 zend_string *s; in phpdbg_open_generator_frame() local
/PHP-7.1/Zend/
H A Dzend_ini_scanner.l37 # define YYDEBUG(s, c) printf("state: %d char: %c\n", s, c) argument
39 # define YYDEBUG(s, c) argument
53 #define YYSETCONDITION(s) SCNG(yy_state) = s argument
316 register char *s, *t; in zend_ini_escape_string() local
H A Dzend_smart_str.c68 static size_t zend_compute_escaped_string_len(const char *s, size_t l) { in zend_compute_escaped_string_len()
82 ZEND_API void ZEND_FASTCALL smart_str_append_escaped(smart_str *str, const char *s, size_t l) { in smart_str_append_escaped()
/PHP-7.1/ext/mbstring/oniguruma/
H A Dregenc.c54 onigenc_get_right_adjust_char_head(OnigEncoding enc, const UChar* start, const UChar* s) in onigenc_get_right_adjust_char_head()
65 const UChar* start, const UChar* s, const UChar** prev) in onigenc_get_right_adjust_char_head_with_prev()
80 onigenc_get_prev_char_head(OnigEncoding enc, const UChar* start, const UChar* s) in onigenc_get_prev_char_head()
89 onigenc_step_back(OnigEncoding enc, const UChar* start, const UChar* s, int n) in onigenc_step_back()
124 onigenc_strlen_null(OnigEncoding enc, const UChar* s) in onigenc_strlen_null()
149 onigenc_str_bytelen_null(OnigEncoding enc, const UChar* s) in onigenc_str_bytelen_null()
359 onigenc_get_left_adjust_char_head(OnigEncoding enc, const UChar* start, const UChar* s) in onigenc_get_left_adjust_char_head()
621 onigenc_single_byte_left_adjust_char_head(const UChar* start ARG_UNUSED, in onigenc_single_byte_left_adjust_char_head()
/PHP-7.1/ext/hash/
H A Dhash_md.c243 #define FF(a, b, c, d, x, s, ac) { \ argument
248 #define GG(a, b, c, d, x, s, ac) { \ argument
253 #define HH(a, b, c, d, x, s, ac) { \ argument
258 #define II(a, b, c, d, x, s, ac) { \ argument
452 #define ROTL32(s,v) (((v) << (s)) | ((v) >> (32 - (s)))) argument
454 #define MD4_R1(a,b,c,d,k,s) a = ROTL32(s, a + MD4_F(b,c,d) + x[k]) argument
455 #define MD4_R2(a,b,c,d,k,s) a = ROTL32(s, a + MD4_G(b,c,d) + x[k] + 0x5A827999) argument
456 #define MD4_R3(a,b,c,d,k,s) a = ROTL32(s, a + MD4_H(b,c,d) + x[k] + 0x6ED9EBA1) argument

Completed in 51 milliseconds

12345678910>>...12