Home
last modified time | relevance | path

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

1234567891011

/PHP-7.4/Zend/
H A Dzend_string.h59 #define IS_INTERNED(s) ZSTR_IS_INTERNED(s) in END_EXTERN_C() argument
68 #define ZSTR_IS_INTERNED(s) (GC_FLAGS(s) & IS_STR_INTERNED) in END_EXTERN_C() argument
89 #define ZSTR_ALLOCA_INIT(str, s, len, use_heap) do { \ argument
104 static zend_always_inline void zend_string_forget_hash_val(zend_string *s) in zend_string_forget_hash_val()
110 static zend_always_inline uint32_t zend_string_refcount(const zend_string *s) in zend_string_refcount()
118 static zend_always_inline uint32_t zend_string_addref(zend_string *s) in zend_string_addref()
126 static zend_always_inline uint32_t zend_string_delref(zend_string *s) in zend_string_delref()
165 static zend_always_inline zend_string *zend_string_copy(zend_string *s) in zend_string_copy()
264 static zend_always_inline void zend_string_free(zend_string *s) in zend_string_free()
272 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-7.4/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-7.4/ext/mysqlnd/
H A Dmysqlnd_libmysql_compat.h81 #define mysql_stmt_field_count(s) mysqlnd_stmt_field_count((s)) argument
82 #define mysql_stmt_param_count(s) mysqlnd_stmt_param_count((s)) argument
83 #define mysql_stmt_num_rows(s) mysqlnd_stmt_num_rows((s)) argument
84 #define mysql_stmt_insert_id(s) mysqlnd_stmt_insert_id((s)) argument
85 #define mysql_stmt_close(s) mysqlnd_stmt_close((s), 0) argument
88 #define mysql_stmt_errno(s) mysqlnd_stmt_errno((s)) argument
89 #define mysql_stmt_error(s) mysqlnd_stmt_error((s)) argument
90 #define mysql_stmt_sqlstate(s) mysqlnd_stmt_sqlstate((s)) argument
92 #define mysql_stmt_execute(s) mysqlnd_stmt_execute((s)) argument
93 #define mysql_stmt_reset(s) mysqlnd_stmt_reset((s)) argument
[all …]
/PHP-7.4/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()
169 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()
882 static int scan(Scanner *s, timelib_tz_get_wrapper tz_get_wrapper) in scan()
[all …]
/PHP-7.4/ext/mysqli/
H A Dmysqli_mysqlnd.h36 #define mysqli_stmt_get_id(s) ((s)->data->stmt_id) argument
37 #define mysqli_stmt_warning_count(s) mysqlnd_stmt_warning_count((s)) argument
38 #define mysqli_stmt_server_status(s) mysqlnd_stmt_server_status((s)) argument
39 #define mysqli_stmt_get_connection(s) (s)->data->conn argument
H A Dmysqli_libmysql.h35 #define mysqli_stmt_get_id(s) ((s)->stmt_id) argument
36 #define mysqli_stmt_warning_count(s) mysql_warning_count((s)->mysql) argument
37 #define mysqli_stmt_server_status(s) (s)->mysql->server_status argument
38 #define mysqli_stmt_get_connection(s) (s)->mysql argument
/PHP-7.4/ext/standard/
H A Durl.c61 unsigned char *s = (unsigned char *)str; in php_replace_controlchars_ex() local
90 static const char *binary_strcspn(const char *s, const char *e, const char *chars) { in binary_strcspn()
115 char const *s, *e, *p, *pp, *ue; in php_url_parse_ex2() local
432 static int php_htoi(char *s) in php_htoi()
468 PHPAPI zend_string *php_url_encode(char const *s, size_t len) in php_url_encode()
578 PHPAPI zend_string *php_raw_url_encode(char const *s, size_t len)
713 char *s, *p; local
H A Dphp_mail.h30 #define PHP_MAIL_BUILD_HEADER_CHECK(target, s, key, val) \ argument
46 #define PHP_MAIL_BUILD_HEADER_DEFAULT(s, key, val) \ argument
/PHP-7.4/ext/mbstring/libmbfl/filters/
H A Dmbfilter_jis.c123 int c1, s, w; in mbfl_filt_conv_jis_wchar() local
294 int c1, s; in mbfl_filt_conv_wchar_jis() local
397 int s; in mbfl_filt_conv_wchar_2022jp() local
H A Dmbfilter_cp5022x.c241 int c1, s, w; in mbfl_filt_conv_jis_ms_wchar() local
421 int c1, s; in mbfl_filt_conv_wchar_jis_ms() local
636 const int s = c & MBFL_WCSPLANE_MASK; in mbfl_filt_conv_wchar_cp50220raw() local
658 int s = 0; in mbfl_filt_conv_wchar_cp50221() local
800 int s; in mbfl_filt_conv_wchar_cp50222() local
H A Dmbfilter_iso8859_10.c83 int s; in mbfl_filt_conv_8859_10_wchar() local
110 int s, n; in mbfl_filt_conv_wchar_8859_10() local
H A Dmbfilter_iso8859_13.c83 int s; in mbfl_filt_conv_8859_13_wchar() local
110 int s, n; in mbfl_filt_conv_wchar_8859_13() local
H A Dmbfilter_iso8859_14.c83 int s; in mbfl_filt_conv_8859_14_wchar() local
110 int s, n; in mbfl_filt_conv_wchar_8859_14() local
H A Dmbfilter_iso8859_15.c83 int s; in mbfl_filt_conv_8859_15_wchar() local
110 int s, n; in mbfl_filt_conv_wchar_8859_15() local
H A Dmbfilter_iso8859_16.c83 int s; in mbfl_filt_conv_8859_16_wchar() local
110 int s, n; in mbfl_filt_conv_wchar_8859_16() local
H A Dmbfilter_iso8859_2.c84 int s; in mbfl_filt_conv_8859_2_wchar() local
111 int s, n; in mbfl_filt_conv_wchar_8859_2() local
H A Dmbfilter_iso8859_3.c84 int s; in mbfl_filt_conv_8859_3_wchar() local
111 int s, n; in mbfl_filt_conv_wchar_8859_3() local
H A Dmbfilter_iso8859_4.c82 int s; in mbfl_filt_conv_8859_4_wchar() local
109 int s, n; in mbfl_filt_conv_wchar_8859_4() local
H A Dmbfilter_iso8859_5.c84 int s; in mbfl_filt_conv_8859_5_wchar() local
111 int s, n; in mbfl_filt_conv_wchar_8859_5() local
H A Dmbfilter_iso8859_6.c84 int s; in mbfl_filt_conv_8859_6_wchar() local
111 int s, n; in mbfl_filt_conv_wchar_8859_6() local
H A Dmbfilter_iso8859_7.c84 int s; in mbfl_filt_conv_8859_7_wchar() local
111 int s, n; in mbfl_filt_conv_wchar_8859_7() local
H A Dmbfilter_iso8859_8.c83 int s; in mbfl_filt_conv_8859_8_wchar() local
110 int s, n; in mbfl_filt_conv_wchar_8859_8() local
H A Dmbfilter_iso8859_9.c83 int s; in mbfl_filt_conv_8859_9_wchar() local
110 int s, n; in mbfl_filt_conv_wchar_8859_9() local

Completed in 75 milliseconds

1234567891011