Home
last modified time | relevance | path

Searched defs:s (Results 1 – 25 of 267) sorted by relevance

1234567891011

/PHP-8.0/Zend/
H A Dzend_string.h67 #define IS_INTERNED(s) ZSTR_IS_INTERNED(s) in END_EXTERN_C() argument
76 #define ZSTR_IS_INTERNED(s) (GC_FLAGS(s) & IS_STR_INTERNED) in END_EXTERN_C() argument
97 #define ZSTR_ALLOCA_INIT(str, s, len, use_heap) do { \ argument
112 static zend_always_inline void zend_string_forget_hash_val(zend_string *s) in zend_string_forget_hash_val()
118 static zend_always_inline uint32_t zend_string_refcount(const zend_string *s) in zend_string_refcount()
126 static zend_always_inline uint32_t zend_string_addref(zend_string *s) in zend_string_addref()
134 static zend_always_inline uint32_t zend_string_delref(zend_string *s) in zend_string_delref()
184 static zend_always_inline zend_string *zend_string_copy(zend_string *s) in zend_string_copy()
296 static zend_always_inline void zend_string_free(zend_string *s) in zend_string_free()
304 static zend_always_inline void zend_string_efree(zend_string *s) in zend_string_efree()
[all …]
H A Dzend_long.h63 # define ZEND_LTOA(i, s, len) _i64toa_s((i), (s), (len), 10) argument
64 # define ZEND_ATOL(i, s) i = _atoi64((s)) argument
71 # define ZEND_LTOA(i, s, len) \ argument
76 # define ZEND_ATOL(i, s) (i) = atoll((s)) argument
92 # define ZEND_LTOA(i, s, len) _ltoa_s((i), (s), (len), 10) argument
93 # define ZEND_ATOL(i, s) i = atol((s)) argument
95 # define ZEND_LTOA(i, s, len) \ argument
100 # define ZEND_ATOL(i, s) (i) = atol((s)) argument
/PHP-8.0/ext/phar/
H A Dmakestub.php2 $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.0/ext/mysqlnd/
H A Dmysqlnd_libmysql_compat.h79 #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.0/ext/date/lib/
H A Dparse_iso_intervals.c33 # 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, 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 Dparse_date.c36 # define strtoll(s, f, b) _atoi64(s) argument
39 # define strtoll(s, f, b) atoll(s) argument
41 # define strtoll(s, f, b) strtol(s, f, b) argument
122 #define DEBUG_OUTPUT(s) printf("%s\n", s); argument
125 #define DEBUG_OUTPUT(s) argument
126 #define YYDEBUG(s,c) argument
336 static void add_warning(Scanner *s, int error_code, char *error) in add_warning()
346 static void add_error(Scanner *s, int error_code, char *error) in add_error()
439 static char *timelib_string(Scanner *s) in timelib_string()
902 static int scan(Scanner *s, timelib_tz_get_wrapper tz_get_wrapper) in scan()
[all …]
/PHP-8.0/ext/mysqli/
H A Dmysqli_mysqlnd.h34 #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 Dmysqli_libmysql.h33 #define mysqli_stmt_get_id(s) ((s)->stmt_id) argument
34 #define mysqli_stmt_warning_count(s) mysql_warning_count((s)->mysql) argument
35 #define mysqli_stmt_server_status(s) (s)->mysql->server_status argument
36 #define mysqli_stmt_get_connection(s) (s)->mysql argument
/PHP-8.0/ext/standard/
H A Durl.c55 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, zend_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 Dphp_mail.h25 #define PHP_MAIL_BUILD_HEADER_CHECK(target, s, key, val) \ argument
41 #define PHP_MAIL_BUILD_HEADER_DEFAULT(s, key, val) \ argument
/PHP-8.0/ext/mbstring/libmbfl/filters/
H A Dmbfilter_jis.c121 int c1, s, w; in mbfl_filt_conv_jis_wchar() local
292 int c1, s; in mbfl_filt_conv_wchar_jis() local
395 int s; in mbfl_filt_conv_wchar_2022jp() local
H A Dmbfilter_cp5022x.c240 int c1, s, w; in mbfl_filt_conv_jis_ms_wchar() local
420 int c1, s; in mbfl_filt_conv_wchar_jis_ms() local
622 const int s = c & MBFL_WCSPLANE_MASK; in mbfl_filt_conv_wchar_cp50220raw() local
644 int s = 0; in mbfl_filt_conv_wchar_cp50221() local
786 int s; in mbfl_filt_conv_wchar_cp50222() local
H A Dmbfilter_iso8859_10.c80 int s; in mbfl_filt_conv_8859_10_wchar() local
107 int s, n; in mbfl_filt_conv_wchar_8859_10() local
H A Dmbfilter_iso8859_13.c80 int s; in mbfl_filt_conv_8859_13_wchar() local
107 int s, n; in mbfl_filt_conv_wchar_8859_13() local
H A Dmbfilter_iso8859_14.c80 int s; in mbfl_filt_conv_8859_14_wchar() local
107 int s, n; in mbfl_filt_conv_wchar_8859_14() local
H A Dmbfilter_iso8859_15.c80 int s; in mbfl_filt_conv_8859_15_wchar() local
107 int s, n; in mbfl_filt_conv_wchar_8859_15() local
H A Dmbfilter_iso8859_16.c80 int s; in mbfl_filt_conv_8859_16_wchar() local
107 int s, n; in mbfl_filt_conv_wchar_8859_16() local
H A Dmbfilter_iso8859_2.c81 int s; in mbfl_filt_conv_8859_2_wchar() local
108 int s, n; in mbfl_filt_conv_wchar_8859_2() local
H A Dmbfilter_iso8859_3.c81 int s; in mbfl_filt_conv_8859_3_wchar() local
108 int s, n; in mbfl_filt_conv_wchar_8859_3() local
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.c81 int s; in mbfl_filt_conv_8859_5_wchar() local
108 int s, n; in mbfl_filt_conv_wchar_8859_5() local
H A Dmbfilter_iso8859_6.c81 int s; in mbfl_filt_conv_8859_6_wchar() local
108 int s, n; in mbfl_filt_conv_wchar_8859_6() local
H A Dmbfilter_iso8859_7.c81 int s; in mbfl_filt_conv_8859_7_wchar() local
108 int s, n; in mbfl_filt_conv_wchar_8859_7() local
H A Dmbfilter_iso8859_8.c80 int s; in mbfl_filt_conv_8859_8_wchar() local
107 int s, n; in mbfl_filt_conv_wchar_8859_8() local
H A Dmbfilter_iso8859_9.c80 int s; in mbfl_filt_conv_8859_9_wchar() local
107 int s, n; in mbfl_filt_conv_wchar_8859_9() local

Completed in 103 milliseconds

1234567891011