Home
last modified time | relevance | path

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

1234567891011

/PHP-7.4/ext/soap/
H A Dphp_http.c103 char *s = Z_STRVAL_P(tmp); in http_context_headers() local
1133 zend_string *s = zend_string_alloc((p - t) + ZSTR_LEN(new_url->path) + 2, 0); in make_http_soap_request() local
1135 ZSTR_VAL(s)[(p - t) + 1] = 0; in make_http_soap_request() local
1141 zend_string *s = zend_string_alloc(ZSTR_LEN(new_url->path) + 2, 0); in make_http_soap_request() local
1142 ZSTR_VAL(s)[0] = '/'; in make_http_soap_request() local
1143 ZSTR_VAL(s)[1] = 0; in make_http_soap_request() local
1174 char *s; in make_http_soap_request() local
1328 char *s = Z_STRVAL_P(return_value); in make_http_soap_request() local
/PHP-7.4/ext/mbstring/libmbfl/filters/
H A Dmbfilter_armscii8.c84 int s; in mbfl_filt_conv_armscii8_wchar() local
112 int s, n; in mbfl_filt_conv_wchar_armscii8() local
H A Dmbfilter_cp1252.c85 int s=-1, n; in mbfl_filt_conv_wchar_cp1252() local
119 int s; in mbfl_filt_conv_cp1252_wchar() local
H A Dmbfilter_cp850.c82 int s; in mbfl_filt_conv_cp850_wchar() local
110 int s, n; in mbfl_filt_conv_wchar_cp850() local
H A Dmbfilter_cp866.c86 int s; in mbfl_filt_conv_cp866_wchar() local
114 int s, n; in mbfl_filt_conv_wchar_cp866() local
H A Dmbfilter_koi8r.c86 int s; in mbfl_filt_conv_koi8r_wchar() local
114 int s, n; in mbfl_filt_conv_wchar_koi8r() local
H A Dmbfilter_koi8u.c83 int s; in mbfl_filt_conv_koi8u_wchar() local
111 int s, n; in mbfl_filt_conv_wchar_koi8u() local
H A Dmbfilter_cp1251.c86 int s; in mbfl_filt_conv_cp1251_wchar() local
114 int s, n; in mbfl_filt_conv_wchar_cp1251() local
H A Dmbfilter_cp1254.c86 int s, n; in mbfl_filt_conv_wchar_cp1254() local
120 int s; in mbfl_filt_conv_cp1254_wchar() local
H A Dmbfilter_utf7imap.c71 int s, n; in mbfl_filt_conv_utf7imap_wchar() local
238 int n, s; in mbfl_filt_conv_wchar_utf7imap() local
H A Dmbfilter_hz.c85 int c1, s, w; in mbfl_filt_conv_hz_wchar() local
158 int s; in mbfl_filt_conv_wchar_hz() local
H A Dmbfilter_euc_jp.c107 int c1, s, w; in mbfl_filt_conv_eucjp_wchar() local
217 int c1, s; in mbfl_filt_conv_wchar_eucjp() local
H A Dmbfilter_euc_tw.c107 int c1, s, w, plane; in mbfl_filt_conv_euctw_wchar() local
230 int c1, s, plane; in mbfl_filt_conv_wchar_euctw() local
H A Dmbfilter_utf7.c98 int s, n; in mbfl_filt_conv_utf7_wchar() local
251 int s, n; in mbfl_filt_conv_wchar_utf7() local
H A Dmbfilter_sjis_mobile.c283 mbfilter_sjis_emoji_docomo2unicode(int s, int *snd) in mbfilter_sjis_emoji_docomo2unicode()
313 mbfilter_sjis_emoji_kddi2unicode(int s, int *snd) in mbfilter_sjis_emoji_kddi2unicode()
361 mbfilter_sjis_emoji_sb2unicode(int s, int *snd) in mbfilter_sjis_emoji_sb2unicode()
613 int c1, s, s1 = 0, s2 = 0, w; in mbfl_filt_conv_sjis_mobile_wchar() local
/PHP-7.4/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
325 zend_string *s; in phpdbg_open_generator_frame() local
/PHP-7.4/ext/hash/
H A Dhash_md.c241 #define FF(a, b, c, d, x, s, ac) { \ argument
246 #define GG(a, b, c, d, x, s, ac) { \ argument
251 #define HH(a, b, c, d, x, s, ac) { \ argument
256 #define II(a, b, c, d, x, s, ac) { \ argument
450 #define ROTL32(s,v) (((v) << (s)) | ((v) >> (32 - (s)))) argument
452 #define MD4_R1(a,b,c,d,k,s) a = ROTL32(s, a + MD4_F(b,c,d) + x[k]) argument
453 #define MD4_R2(a,b,c,d,k,s) a = ROTL32(s, a + MD4_G(b,c,d) + x[k] + 0x5A827999) argument
454 #define MD4_R3(a,b,c,d,k,s) a = ROTL32(s, a + MD4_H(b,c,d) + x[k] + 0x6ED9EBA1) argument
/PHP-7.4/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
H A Dhrtime.c143 # define HRTIME_U64A(i, s, len) _ui64toa_s(i, s, len, 10) argument
145 # define HRTIME_U64A(i, s, len) \ argument
H A Dhttp_fopen_wrapper.c109 const char *s = headers; in check_has_header() local
260 char *s, *p; in php_stream_url_wrap_http_ex() local
451 char *s; in php_stream_url_wrap_http_ex() local
852 char *s = strrchr(ZSTR_VAL(resource->path), '/'); in php_stream_url_wrap_http_ex() local
H A Duuencode.c69 unsigned char *p, *s, *e, *ee; in php_uuencode() local
133 char *s, *e, *p, *ee; in php_uudecode() local
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dencodings.c101 char* utf8_encode(const char *s, int len, int *newlen, const char* encoding) in utf8_encode()
107 char* utf8_decode(const char *s, int len, int *newlen, const char* encoding) in utf8_decode()
/PHP-7.4/ext/pdo_firebird/
H A Dfirebird_driver.c94 isc_stmt_handle s = PDO_FIREBIRD_HANDLE_INITIALIZER; in firebird_handle_preparer() local
363 XSQLDA *out_sqlda, isc_stmt_handle *s, HashTable *named_params) in firebird_alloc_prepare_stmt()
524 static void firebird_info_cb(void *arg, char const *s) /* {{{ */ in firebird_info_cb()
595 const ISC_STATUS *s = H->isc_status; in pdo_firebird_fetch_error_func() local
701 const ISC_STATUS *s = H->isc_status; in pdo_firebird_handle_factory() local
/PHP-7.4/Zend/
H A Dzend_ini_scanner.l35 # define YYDEBUG(s, c) printf("state: %d char: %c\n", s, c) argument
37 # define YYDEBUG(s, c) argument
51 #define YYSETCONDITION(s) SCNG(yy_state) = s argument
316 register char *s, *t; in zend_ini_escape_string() local
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_ps.c278 mysqlnd_stmt_skip_metadata(MYSQLND_STMT * s) in mysqlnd_stmt_skip_metadata()
319 mysqlnd_stmt_read_prepare_response(MYSQLND_STMT * s) in mysqlnd_stmt_read_prepare_response()
359 mysqlnd_stmt_prepare_read_eof(MYSQLND_STMT * s) in mysqlnd_stmt_prepare_read_eof()
520 mysqlnd_stmt_execute_parse_response(MYSQLND_STMT * const s, enum_mysqlnd_parse_exec_response_type t… in mysqlnd_stmt_execute_parse_response()
748 MYSQLND_STMT * s = (MYSQLND_STMT *) param; in mysqlnd_stmt_fetch_row_buffered() local
829 MYSQLND_STMT * s = (MYSQLND_STMT *) param; in mysqlnd_stmt_fetch_row_unbuffered() local
997 MYSQLND_STMT * s = (MYSQLND_STMT *) param; in mysqlnd_fetch_stmt_row_cursor() local
1950 mysqlnd_stmt_separate_result_bind(MYSQLND_STMT * const s) in mysqlnd_stmt_separate_result_bind()
1988 mysqlnd_stmt_separate_one_result_bind(MYSQLND_STMT * const s, const unsigned int param_no) in mysqlnd_stmt_separate_one_result_bind()

Completed in 119 milliseconds

1234567891011