/PHP-8.1/Zend/ |
H A D | zend_string.h | 73 #define IS_INTERNED(s) ZSTR_IS_INTERNED(s) in END_EXTERN_C() argument 82 #define ZSTR_IS_INTERNED(s) (GC_FLAGS(s) & IS_STR_INTERNED) in END_EXTERN_C() argument 103 #define ZSTR_ALLOCA_INIT(str, s, len, use_heap) do { \ argument 120 static zend_always_inline void zend_string_forget_hash_val(zend_string *s) in zend_string_forget_hash_val() 126 static zend_always_inline uint32_t zend_string_refcount(const zend_string *s) in zend_string_refcount() 134 static zend_always_inline uint32_t zend_string_addref(zend_string *s) in zend_string_addref() 142 static zend_always_inline uint32_t zend_string_delref(zend_string *s) in zend_string_delref() 192 static zend_always_inline zend_string *zend_string_copy(zend_string *s) in zend_string_copy() 304 static zend_always_inline void zend_string_free(zend_string *s) in zend_string_free() 312 static zend_always_inline void zend_string_efree(zend_string *s) in zend_string_efree() [all …]
|
H A D | zend_long.h | 63 # define ZEND_LTOA(i, s, len) _i64toa_s((i), (s), (len), 10) argument 64 # define ZEND_ATOL(s) _atoi64((s)) argument 71 # define ZEND_LTOA(i, s, len) \ argument 76 # define ZEND_ATOL(s) atoll((s)) argument 92 # define ZEND_LTOA(i, s, len) _ltoa_s((i), (s), (len), 10) argument 93 # define ZEND_ATOL(s) atol((s)) argument 95 # define ZEND_LTOA(i, s, len) \ argument 100 # define ZEND_ATOL(s) atol((s)) argument
|
H A D | zend_ini_scanner.l | 35 # 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 308 char *s, *t; in zend_ini_escape_string() local
|
/PHP-8.1/ext/phar/ |
H A D | makestub.php | 2 $s = str_replace("\r", '', file_get_contents(dirname(__FILE__) . '/shortarc.php')); variable 20 $s = $news . ' ?>'; variable 22 $s = str_replace('\\', '\\\\', $s); variable 23 $s = str_replace('"', '\\"', $s); variable 24 $s = str_replace("\n", '\n', $s); variable 27 $s = substr($s, strlen($webs) + strlen("000")); variable
|
/PHP-8.1/ext/mysqlnd/ |
H A D | mysqlnd_libmysql_compat.h | 79 #define mysql_stmt_field_count(s) mysqlnd_stmt_field_count((s)) argument 80 #define mysql_stmt_param_count(s) mysqlnd_stmt_param_count((s)) argument 81 #define mysql_stmt_num_rows(s) mysqlnd_stmt_num_rows((s)) argument 82 #define mysql_stmt_insert_id(s) mysqlnd_stmt_insert_id((s)) argument 83 #define mysql_stmt_close(s) mysqlnd_stmt_close((s), 0) argument 86 #define mysql_stmt_errno(s) mysqlnd_stmt_errno((s)) argument 87 #define mysql_stmt_error(s) mysqlnd_stmt_error((s)) argument 88 #define mysql_stmt_sqlstate(s) mysqlnd_stmt_sqlstate((s)) argument 90 #define mysql_stmt_execute(s) mysqlnd_stmt_execute((s)) argument 91 #define mysql_stmt_reset(s) mysqlnd_stmt_reset((s)) argument [all …]
|
/PHP-8.1/ext/date/lib/ |
H A D | parse_iso_intervals.c | 33 # define strtoll(s, f, b) _atoi64(s) argument 36 # define strtoll(s, f, b) atoll(s) argument 38 # define strtoll(s, f, b) strtol(s, f, b) argument 66 #define DEBUG_OUTPUT(s) printf("%s\n", s); argument 67 #define YYDEBUG(s,c) { if (s != -1) { printf("state: %d ", s); printf("[%c]\n", c); } } argument 69 #define DEBUG_OUTPUT(s) argument 70 #define YYDEBUG(s,c) argument 91 static void add_error(Scanner *s, const char *error) in add_error() 100 static char *timelib_string(Scanner *s) in timelib_string() 170 static int scan(Scanner *s) in scan() [all …]
|
H A D | parse_date.c | 37 # define strtoll(s, f, b) _atoi64(s) argument 40 # define strtoll(s, f, b) atoll(s) argument 42 # define strtoll(s, f, b) strtol(s, f, b) argument 123 #define DEBUG_OUTPUT(s) printf("%s\n", s); argument 126 #define DEBUG_OUTPUT(s) argument 127 #define YYDEBUG(s,c) argument 365 static void add_warning(Scanner *s, int error_code, const char *error) in add_warning() 375 static void add_error(Scanner *s, int error_code, const char *error) in add_error() 468 static char *timelib_string(Scanner *s) in timelib_string() 952 static int scan(Scanner *s, timelib_tz_get_wrapper tz_get_wrapper) in scan() [all …]
|
/PHP-8.1/ext/mbstring/libmbfl/filters/ |
H A D | mbfilter_cp5022x.c | 149 int c1, s, w; in mbfl_filt_conv_cp5022x_wchar() local 333 int s = mbfl_convert_kana(filter->cache, c, &consumed, &second, mode); in mbfl_filt_conv_wchar_cp50220() local 355 int s = mbfl_convert_kana(filter->cache, 0, NULL, &second, mode); in mbfl_filt_conv_wchar_cp50220_flush() local 368 int s = 0; in mbfl_filt_conv_wchar_cp50221() local 510 int s = 0; in mbfl_filt_conv_wchar_cp50222() local
|
H A D | mbfilter_jis.c | 112 int c1, s, w; in mbfl_filt_conv_jis_wchar() local 287 int s = 0; in mbfl_filt_conv_wchar_jis() local 381 int s; in mbfl_filt_conv_wchar_2022jp() local 547 unsigned int s = (c - 0x21)*94 + c2 - 0x21; in mb_check_jis() local 616 unsigned int s = (c - 0x21)*94 + c2 - 0x21; in mb_check_iso2022jp() local
|
H A D | mbfilter_euc_jp.c | 99 int c1, s, w = 0; in mbfl_filt_conv_eucjp_wchar() local 198 int s = 0; in mbfl_filt_conv_wchar_eucjp() local
|
H A D | mbfilter_hz.c | 74 int c1, s, w; in mbfl_filt_conv_hz_wchar() local 169 int s = 0; in mbfl_filt_conv_wchar_hz() local
|
H A D | mbfilter_euc_tw.c | 95 int c1, s, w; in mbfl_filt_conv_euctw_wchar() local 198 int s = 0; in mbfl_filt_conv_wchar_euctw() local
|
H A D | mbfilter_tl_jisx0201_jisx0208.c | 229 int s = mbfl_convert_kana(filt->cache, c, &consumed, &second, mode); in mbfl_filt_tl_jisx0201_jisx0208() local 251 int s = mbfl_convert_kana(filt->cache, 0, NULL, &second, mode); in mbfl_filt_tl_jisx0201_jisx0208_flush() local
|
/PHP-8.1/ext/mysqli/ |
H A D | mysqli_mysqlnd.h | 34 #define mysqli_stmt_get_id(s) ((s)->data->stmt_id) argument 35 #define mysqli_stmt_warning_count(s) mysqlnd_stmt_warning_count((s)) argument 36 #define mysqli_stmt_server_status(s) mysqlnd_stmt_server_status((s)) argument 37 #define mysqli_stmt_get_connection(s) (s)->data->conn argument
|
H A D | mysqli_libmysql.h | 31 #define mysqli_stmt_get_id(s) ((s)->stmt_id) argument 32 #define mysqli_stmt_warning_count(s) mysql_warning_count((s)->mysql) argument 33 #define mysqli_stmt_server_status(s) (s)->mysql->server_status argument 34 #define mysqli_stmt_get_connection(s) (s)->mysql argument
|
/PHP-8.1/ext/standard/ |
H A D | url.c | 55 unsigned char *s = (unsigned char *)str; in php_replace_controlchars_ex() local 84 static const char *binary_strcspn(const char *s, const char *e, const char *chars) { in binary_strcspn() 108 char const *s, *e, *p, *pp, *ue; in php_url_parse_ex2() local 427 static int php_htoi(char *s) in php_htoi() 461 static zend_always_inline zend_string *php_url_encode_impl(const char *s, size_t len, bool raw) /* … in php_url_encode_impl() 559 PHPAPI zend_string *php_url_encode(char const *s, size_t len) in php_url_encode() 621 PHPAPI zend_string *php_raw_url_encode(char const *s, size_t len) in php_raw_url_encode() 719 char *s, *p; in PHP_FUNCTION() local
|
H A D | php_mail.h | 25 #define PHP_MAIL_BUILD_HEADER_CHECK(target, s, key, val) \ argument 41 #define PHP_MAIL_BUILD_HEADER_DEFAULT(s, key, val) \ argument
|
H A D | php_random.h | 29 #define php_random_bytes_throw(b, s) php_random_bytes((b), (s), 1) argument 30 #define php_random_bytes_silent(b, s) php_random_bytes((b), (s), 0) argument
|
H A D | hrtime.c | 141 # define HRTIME_U64A(i, s, len) _ui64toa_s(i, s, len, 10) argument 143 # define HRTIME_U64A(i, s, len) \ argument
|
H A D | uuencode.c | 68 const unsigned char *s, *e, *ee; in php_uuencode() local 133 const char *s, *e, *ee; in php_uudecode() local
|
H A D | http_fopen_wrapper.c | 108 const char *s = headers; in check_has_header() local 268 char *s, *p; in php_stream_url_wrap_http_ex() local 453 char *s; in php_stream_url_wrap_http_ex() local 863 char *s = strrchr(ZSTR_VAL(resource->path), '/'); in php_stream_url_wrap_http_ex() local
|
/PHP-8.1/ext/hash/ |
H A D | php_hash_xxhash.h | 24 XXH32_state_t s; member 34 XXH64_state_t s; member 47 XXH3_state_t s; member
|
H A D | hash_md.c | 113 #define ROTL32(s,v) (((v) << (s)) | ((v) >> (32 - (s)))) argument 115 #define MD4_R1(a,b,c,d,k,s) a = ROTL32(s, a + MD4_F(b,c,d) + x[k]) argument 116 #define MD4_R2(a,b,c,d,k,s) a = ROTL32(s, a + MD4_G(b,c,d) + x[k] + 0x5A827999) argument 117 #define MD4_R3(a,b,c,d,k,s) a = ROTL32(s, a + MD4_H(b,c,d) + x[k] + 0x6ED9EBA1) argument
|
/PHP-8.1/ext/soap/ |
H A D | php_http.c | 96 char *s = Z_STRVAL_P(tmp); in http_context_headers() local 1120 zend_string *s = zend_string_alloc((p - t) + ZSTR_LEN(new_url->path) + 2, 0); in make_http_soap_request() local 1122 ZSTR_VAL(s)[(p - t) + 1] = 0; in make_http_soap_request() local 1128 zend_string *s = zend_string_alloc(ZSTR_LEN(new_url->path) + 2, 0); in make_http_soap_request() local 1129 ZSTR_VAL(s)[0] = '/'; in make_http_soap_request() local 1130 ZSTR_VAL(s)[1] = 0; in make_http_soap_request() local 1156 char *s; in make_http_soap_request() local 1310 char *s = Z_STRVAL_P(return_value); in make_http_soap_request() local
|
/PHP-8.1/sapi/phpdbg/ |
H A D | phpdbg_frame.c | 54 smart_str s = {0}; in phpdbg_compile_stackframe() local 160 zend_string *s = phpdbg_compile_stackframe(EG(current_execute_data)); in phpdbg_switch_frame() local 304 zend_string *s; in phpdbg_open_generator_frame() local
|