/PHP-7.0/Zend/ |
H A D | zend_string.h | 47 #define IS_INTERNED(s) ZSTR_IS_INTERNED(s) in END_EXTERN_C() argument 56 #define ZSTR_IS_INTERNED(s) (GC_FLAGS(s) & IS_STR_INTERNED) in END_EXTERN_C() argument 72 #define ZSTR_ALLOCA_INIT(str, s, len, use_heap) do { \ argument 90 static zend_always_inline void zend_string_forget_hash_val(zend_string *s) in zend_string_forget_hash_val() 95 static zend_always_inline uint32_t zend_string_refcount(const zend_string *s) in zend_string_refcount() 103 static zend_always_inline uint32_t zend_string_addref(zend_string *s) in zend_string_addref() 111 static zend_always_inline uint32_t zend_string_delref(zend_string *s) in zend_string_delref() 164 static zend_always_inline zend_string *zend_string_copy(zend_string *s) in zend_string_copy() 259 static zend_always_inline void zend_string_free(zend_string *s) in zend_string_free() 267 static zend_always_inline void zend_string_release(zend_string *s) in zend_string_release() [all …]
|
H A D | zend_long.h | 65 # define ZEND_LTOA(i, s, len) _i64toa_s((i), (s), (len), 10) argument 66 # define ZEND_ATOL(i, s) i = _atoi64((s)) argument 73 # define ZEND_LTOA(i, s, len) \ argument 78 # define ZEND_ATOL(i, s) (i) = atoll((s)) argument 93 # define ZEND_LTOA(i, s, len) _ltoa_s((i), (s), (len), 10) argument 94 # define ZEND_ATOL(i, s) i = atol((s)) argument 96 # define ZEND_LTOA(i, s, len) \ argument 101 # define ZEND_ATOL(i, s) (i) = atol((s)) argument
|
/PHP-7.0/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-7.0/ext/mysqlnd/ |
H A D | mysqlnd_libmysql_compat.h | 83 #define mysql_stmt_field_count(s) mysqlnd_stmt_field_count((s)) argument 84 #define mysql_stmt_param_count(s) mysqlnd_stmt_param_count((s)) argument 85 #define mysql_stmt_num_rows(s) mysqlnd_stmt_num_rows((s)) argument 86 #define mysql_stmt_insert_id(s) mysqlnd_stmt_insert_id((s)) argument 87 #define mysql_stmt_close(s) mysqlnd_stmt_close((s)) argument 90 #define mysql_stmt_errno(s) mysqlnd_stmt_errno((s)) argument 91 #define mysql_stmt_error(s) mysqlnd_stmt_error((s)) argument 92 #define mysql_stmt_sqlstate(s) mysqlnd_stmt_sqlstate((s)) argument 94 #define mysql_stmt_execute(s) mysqlnd_stmt_execute((s)) argument 95 #define mysql_stmt_reset(s) mysqlnd_stmt_reset((s)) argument [all …]
|
/PHP-7.0/ext/mbstring/oniguruma/ |
H A D | regext.c | 33 conv_ext0be32(const UChar* s, const UChar* end, UChar* conv) in conv_ext0be32() 44 conv_ext0le32(const UChar* s, const UChar* end, UChar* conv) in conv_ext0le32() 55 conv_ext0be(const UChar* s, const UChar* end, UChar* conv) in conv_ext0be() 64 conv_ext0le(const UChar* s, const UChar* end, UChar* conv) in conv_ext0le() 73 conv_swap4bytes(const UChar* s, const UChar* end, UChar* conv) in conv_swap4bytes() 85 conv_swap2bytes(const UChar* s, const UChar* end, UChar* conv) in conv_swap2bytes() 95 conv_encoding(OnigEncoding from, OnigEncoding to, const UChar* s, const UChar* end, in conv_encoding()
|
H A D | regerror.c | 185 static void sprint_byte(char* s, unsigned int v) in sprint_byte() 190 static void sprint_byte_with_x(char* s, unsigned int v) in sprint_byte_with_x() 195 static int to_ascii(OnigEncoding enc, UChar *s, UChar *end, in to_ascii() 249 onig_error_code_to_str(UChar* s, int code, ...) in onig_error_code_to_str() 331 UChar *p, *s, *bp; local
|
H A D | regexec.c | 487 #define STATE_CHECK_POS(s,snum) \ argument 1253 UChar *s, *q, *sbegin; in match_at() local 2739 UChar *t, *p, *s, *end; in slow_search() local 2791 UChar *s, *end; in slow_search_ic() local 2816 UChar *t, *p, *s; in slow_search_backward() local 2849 UChar *s; in slow_search_backward_ic() local 2929 const UChar *s, *t, *p, *end; in bm_search() local 2990 const UChar *s, *t, *p; in bm_search_backward() local 3018 const UChar *s = text; in map_search() local 3033 const UChar *s = text_start; in map_search_backward() local [all …]
|
H A D | regversion.c | 37 static char s[12]; in onig_version() local 49 static char s[58]; in onig_copyright() local
|
H A D | testc.c | 22 #define SLEN(s) strlen(s) argument 95 char s[ONIG_MAX_ERROR_MESSAGE_LEN]; in xx() local 106 char s[ONIG_MAX_ERROR_MESSAGE_LEN]; in xx() local
|
/PHP-7.0/ext/zip/lib/ |
H A D | zip_string.c | 42 _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.0/ext/date/lib/ |
H A D | parse_iso_intervals.c | 44 # define strtoll(s, f, b) _atoi64(s) argument 47 # define strtoll(s, f, b) atoll(s) argument 49 # define strtoll(s, f, b) strtol(s, f, b) argument 86 #define DEBUG_OUTPUT(s) printf("%s\n", s); argument 89 #define DEBUG_OUTPUT(s) argument 90 #define YYDEBUG(s,c) argument 113 static void add_warning(Scanner *s, char *error) in add_warning() 122 static void add_error(Scanner *s, char *error) in add_error() 131 static char *timelib_string(Scanner *s) in timelib_string() 249 static int scan(Scanner *s) in scan() [all …]
|
H A D | parse_date.c | 46 # define strtoll(s, f, b) _atoi64(s) argument 49 # define strtoll(s, f, b) atoll(s) argument 51 # define strtoll(s, f, b) strtol(s, f, b) argument 143 #define DEBUG_OUTPUT(s) printf("%s\n", s); argument 146 #define DEBUG_OUTPUT(s) argument 147 #define YYDEBUG(s,c) argument 347 static void add_warning(Scanner *s, char *error) in add_warning() 356 static void add_error(Scanner *s, char *error) in add_error() 446 static char *timelib_string(Scanner *s) in timelib_string() 819 static int scan(Scanner *s, timelib_tz_get_wrapper tz_get_wrapper) in scan() [all …]
|
/PHP-7.0/ext/mysqli/ |
H A D | mysqli_mysqlnd.h | 36 #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 D | mysqli_libmysql.h | 35 #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.0/ext/json/ |
H A D | json_scanner.c | 47 static void php_json_scanner_copy_string(php_json_scanner *s, int esc_size) in php_json_scanner_copy_string() 70 static int php_json_ucs2_to_int_ex(php_json_scanner *s, int size, int start) in php_json_ucs2_to_int_ex() 80 static int php_json_ucs2_to_int(php_json_scanner *s, int size) in php_json_ucs2_to_int() 85 void php_json_scanner_init(php_json_scanner *s, char *str, size_t str_len, int options) in php_json_scanner_init() 93 int php_json_scan(php_json_scanner *s) in php_json_scan()
|
/PHP-7.0/ext/standard/ |
H A D | url.c | 66 unsigned char *s = (unsigned char *)str; in php_replace_controlchars_ex() local 101 char const *s, *e, *p, *pp, *ue; in php_url_parse_ex() local 414 static int php_htoi(char *s) in php_htoi() 450 PHPAPI zend_string *php_url_encode(char const *s, size_t len) in php_url_encode() 560 PHPAPI zend_string *php_raw_url_encode(char const *s, size_t len) 699 char *s, *p; local
|
/PHP-7.0/ext/mbstring/libmbfl/filters/ |
H A D | mbfilter_jis.c | 119 int c1, s, w; in mbfl_filt_conv_jis_wchar() local 290 int c1, s; in mbfl_filt_conv_wchar_jis() local 395 int s; in mbfl_filt_conv_wchar_2022jp() local
|
H A D | mbfilter_cp5022x.c | 231 int c1, s, w; in mbfl_filt_conv_jis_ms_wchar() local 411 int c1, s; in mbfl_filt_conv_wchar_jis_ms() local 628 const int s = c & MBFL_WCSPLANE_MASK; in mbfl_filt_conv_wchar_cp50220raw() local 650 int s = 0; in mbfl_filt_conv_wchar_cp50221() local 796 int s; in mbfl_filt_conv_wchar_cp50222() local
|
H A D | mbfilter_iso8859_10.c | 81 int s; in mbfl_filt_conv_8859_10_wchar() local 108 int s, n; in mbfl_filt_conv_wchar_8859_10() local
|
H A D | mbfilter_iso8859_13.c | 81 int s; in mbfl_filt_conv_8859_13_wchar() local 108 int s, n; in mbfl_filt_conv_wchar_8859_13() local
|
H A D | mbfilter_iso8859_14.c | 81 int s; in mbfl_filt_conv_8859_14_wchar() local 108 int s, n; in mbfl_filt_conv_wchar_8859_14() local
|
H A D | mbfilter_iso8859_15.c | 81 int s; in mbfl_filt_conv_8859_15_wchar() local 108 int s, n; in mbfl_filt_conv_wchar_8859_15() local
|
H A D | mbfilter_iso8859_16.c | 81 int s; in mbfl_filt_conv_8859_16_wchar() local 108 int s, n; in mbfl_filt_conv_wchar_8859_16() local
|
H A D | mbfilter_iso8859_2.c | 82 int s; in mbfl_filt_conv_8859_2_wchar() local 109 int s, n; in mbfl_filt_conv_wchar_8859_2() local
|
/PHP-7.0/ext/mbstring/oniguruma/win32/ |
H A D | testc.c | 22 #define SLEN(s) strlen(s) argument 95 char s[ONIG_MAX_ERROR_MESSAGE_LEN]; in xx() local 106 char s[ONIG_MAX_ERROR_MESSAGE_LEN]; in xx() local
|