Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-7.3/Zend/
H A Dzend_string.h60 #define IS_INTERNED(s) ZSTR_IS_INTERNED(s) in END_EXTERN_C() argument
69 #define ZSTR_IS_INTERNED(s) (GC_FLAGS(s) & IS_STR_INTERNED) in END_EXTERN_C() argument
87 #define ZSTR_ALLOCA_INIT(str, s, len, use_heap) do { \ argument
102 static zend_always_inline void zend_string_forget_hash_val(zend_string *s) in zend_string_forget_hash_val()
107 static zend_always_inline uint32_t zend_string_refcount(const zend_string *s) in zend_string_refcount()
115 static zend_always_inline uint32_t zend_string_addref(zend_string *s) in zend_string_addref()
123 static zend_always_inline uint32_t zend_string_delref(zend_string *s) in zend_string_delref()
162 static zend_always_inline zend_string *zend_string_copy(zend_string *s) in zend_string_copy()
261 static zend_always_inline void zend_string_free(zend_string *s) in zend_string_free()
269 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.3/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.3/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)) 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.3/ext/zip/lib/
H A Dzip_string.c42 _zip_string_crc32(const zip_string_t *s) in _zip_string_crc32()
71 _zip_string_free(zip_string_t *s) in _zip_string_free()
119 _zip_string_length(const zip_string_t *s) in _zip_string_length()
131 zip_string_t *s; in _zip_string_new() local
182 _zip_string_write(zip_t *za, const zip_string_t *s) in _zip_string_write()
/PHP-7.3/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()
879 static int scan(Scanner *s, timelib_tz_get_wrapper tz_get_wrapper) in scan()
[all …]
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregerror.c197 static void sprint_byte(char* s, unsigned int v) in sprint_byte()
202 static void sprint_byte_with_x(char* s, unsigned int v) in sprint_byte_with_x()
207 static int to_ascii(OnigEncoding enc, UChar *s, UChar *end, in to_ascii()
280 extern int onig_error_code_to_str(UChar* s, int code, ...) in onig_error_code_to_str()
344 UChar *p, *s, *bp; in onig_snprintf_with_pattern() local
H A Dregversion.c36 static char s[12]; in onig_version() local
48 static char s[58]; in onig_copyright() local
H A Dregenc.c146 onigenc_strdup(OnigEncoding enc, const UChar* s, const UChar* end) in onigenc_strdup()
165 onigenc_get_right_adjust_char_head(OnigEncoding enc, const UChar* start, const UChar* s) in onigenc_get_right_adjust_char_head()
176 const UChar* start, const UChar* s, const UChar** prev) in onigenc_get_right_adjust_char_head_with_prev()
192 onigenc_get_prev_char_head(OnigEncoding enc, const UChar* start, const UChar* s) in onigenc_get_prev_char_head()
201 onigenc_step_back(OnigEncoding enc, const UChar* start, const UChar* s, int n) in onigenc_step_back()
236 onigenc_strlen_null(OnigEncoding enc, const UChar* s) in onigenc_strlen_null()
261 onigenc_str_bytelen_null(OnigEncoding enc, const UChar* s) in onigenc_str_bytelen_null()
471 onigenc_get_left_adjust_char_head(OnigEncoding enc, const UChar* start, const UChar* s) in onigenc_get_left_adjust_char_head()
721 onigenc_single_byte_left_adjust_char_head(const UChar* start ARG_UNUSED, in onigenc_single_byte_left_adjust_char_head()
763 onigenc_is_valid_mbc_string(OnigEncoding enc, const UChar* s, const UChar* end) in onigenc_is_valid_mbc_string()
[all …]
/PHP-7.3/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.3/ext/standard/
H A Durl.c65 unsigned char *s = (unsigned char *)str; in php_replace_controlchars_ex() local
94 static const char *binary_strcspn(const char *s, const char *e, const char *chars) { in binary_strcspn()
119 char const *s, *e, *p, *pp, *ue; in php_url_parse_ex2() local
436 static int php_htoi(char *s) in php_htoi()
472 PHPAPI zend_string *php_url_encode(char const *s, size_t len) in php_url_encode()
582 PHPAPI zend_string *php_raw_url_encode(char const *s, size_t len)
730 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.3/ext/json/
H A Djson_scanner.c59 static void php_json_scanner_copy_string(php_json_scanner *s, int esc_size) in php_json_scanner_copy_string()
82 static int php_json_ucs2_to_int_ex(php_json_scanner *s, int size, int start) in php_json_ucs2_to_int_ex()
92 static int php_json_ucs2_to_int(php_json_scanner *s, int size) in php_json_ucs2_to_int()
97 void php_json_scanner_init(php_json_scanner *s, char *str, size_t str_len, int options) in php_json_scanner_init()
105 int php_json_scan(php_json_scanner *s) in php_json_scan()
/PHP-7.3/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
399 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
638 const int s = c & MBFL_WCSPLANE_MASK; in mbfl_filt_conv_wchar_cp50220raw() local
660 int s = 0; in mbfl_filt_conv_wchar_cp50221() local
806 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

Completed in 97 milliseconds

12345678910>>...13