Home
last modified time | relevance | path

Searched defs:s (Results 1 – 25 of 302) sorted by path

12345678910>>...13

/PHP-7.2/TSRM/
H A Dtsrm_strtok_r.c17 TSRM_API char *tsrm_strtok_r(char *s, const char *delim, char **last) in tsrm_strtok_r()
/PHP-7.2/Zend/
H A Dzend_API.h592 #define ZVAL_STRINGL(z, s, l) do { \ argument
596 #define ZVAL_STRING(z, s) do { \ argument
605 #define ZVAL_PSTRINGL(z, s, l) do { \ argument
609 #define ZVAL_PSTRING(z, s) do { \ argument
639 #define RETVAL_STR(s) ZVAL_STR(return_value, s) argument
641 #define RETVAL_NEW_STR(s) ZVAL_NEW_STR(return_value, s) argument
642 #define RETVAL_STR_COPY(s) ZVAL_STR_COPY(return_value, s) argument
643 #define RETVAL_STRING(s) ZVAL_STRING(return_value, s) argument
657 #define RETURN_STR(s) { RETVAL_STR(s); return; } argument
659 #define RETURN_NEW_STR(s) { RETVAL_NEW_STR(s); return; } argument
[all …]
H A Dzend_alloc.c2537 ZEND_API char* ZEND_FASTCALL _estrndup(const char *s, size_t length ZEND_FILE_LINE_DC ZEND_FILE_LIN…
2551 ZEND_API char* ZEND_FASTCALL zend_strndup(const char *s, size_t length)
H A Dzend_alloc.h172 #define estrdup(s) _estrdup((s) ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_CC) argument
173 #define estrndup(s, length) _estrndup((s), (length) ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_CC) argument
186 #define estrdup_rel(s) _estrdup((s) ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_CC) argument
187 #define estrndup_rel(s, length) _estrndup((s), (length) ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_… argument
212 #define pestrdup(s, persistent) ((persistent)?strdup(s):estrdup(s)) argument
213 #define pestrndup(s, length, persistent) ((persistent)?zend_strndup((s),(length)):estrndup((s),(len… argument
222 #define pestrdup_rel(s, persistent) ((persistent)?strdup(s):estrdup_rel(s)) argument
H A Dzend_ast.c596 static void zend_ast_export_str(smart_str *str, zend_string *s) in zend_ast_export_str()
611 static void zend_ast_export_qstr(smart_str *str, char quote, zend_string *s) in zend_ast_export_qstr()
708 static int zend_ast_valid_var_name(const char *s, size_t len) in zend_ast_valid_var_name()
812 #define zend_ast_export_name_list(s, l, i) zend_ast_export_name_list_ex(s, l, i, ", ") argument
813 #define zend_ast_export_catch_name_list(s, l, i) zend_ast_export_name_list_ex(s, l, i, "|") argument
H A Dzend_builtin_functions.c524 zend_string *s; in ZEND_FUNCTION() local
H A Dzend_compile.c1330 static zend_always_inline size_t zend_strnlen(const char* s, size_t maxlen) /* {{{ */ in zend_strnlen()
H A Dzend_highlight.c58 ZEND_API void zend_html_puts(const char *s, size_t len) in zend_html_puts()
H A Dzend_ini.c186 const Bucket *s; in ini_key_compare() local
H A Dzend_ini_scanner.c41 # define YYDEBUG(s, c) argument
55 #define YYSETCONDITION(s) SCNG(yy_state) = s argument
319 register char *s, *t; in zend_ini_escape_string() local
H A Dzend_ini_scanner.l37 # define YYDEBUG(s, c) printf("state: %d char: %c\n", s, c) argument
39 # define YYDEBUG(s, c) argument
53 #define YYSETCONDITION(s) SCNG(yy_state) = s argument
317 register char *s, *t; in zend_ini_escape_string() local
H A Dzend_language_scanner.c31 # define YYDEBUG(s, c) argument
62 #define YYSETCONDITION(s) SCNG(yy_state) = s argument
99 #define HANDLE_NEWLINES(s, l) \ argument
878 register char *s, *t; in zend_scan_escape_string() local
1473 register char *s, *t; in lex_scan() local
4480 char *s; in lex_scan() local
7601 char *s = NULL; in lex_scan() local
H A Dzend_language_scanner.l27 # define YYDEBUG(s, c) printf("state: %d char: %c\n", s, c) argument
29 # define YYDEBUG(s, c) argument
60 #define YYSETCONDITION(s) SCNG(yy_state) = s argument
96 #define HANDLE_NEWLINES(s, l) \ argument
875 register char *s, *t; in zend_scan_escape_string() local
H A Dzend_long.h66 # define ZEND_LTOA(i, s, len) _i64toa_s((i), (s), (len), 10) argument
67 # define ZEND_ATOL(i, s) i = _atoi64((s)) argument
74 # define ZEND_LTOA(i, s, len) \ argument
79 # define ZEND_ATOL(i, s) (i) = atoll((s)) argument
95 # define ZEND_LTOA(i, s, len) _ltoa_s((i), (s), (len), 10) argument
96 # define ZEND_ATOL(i, s) i = atol((s)) argument
98 # define ZEND_LTOA(i, s, len) \ argument
103 # define ZEND_ATOL(i, s) (i) = atol((s)) argument
H A Dzend_operators.c2280 char *s; in increment_string() local
H A Dzend_operators.h193 static zend_always_inline const void *zend_memrchr(const void *s, int c, size_t n) in zend_memrchr()
H A Dzend_portability.h155 # define DL_FETCH_SYMBOL(h,s) dlsym((h), "_" s) argument
H A Dzend_smart_str.c68 static size_t zend_compute_escaped_string_len(const char *s, size_t l) { in zend_compute_escaped_string_len()
82 ZEND_API void ZEND_FASTCALL smart_str_append_escaped(smart_str *str, const char *s, size_t l) { in smart_str_append_escaped()
H A Dzend_smart_str_public.h23 zend_string *s; member
H A Dzend_smart_string.h63 #define smart_string_free(s) \ argument
H A Dzend_string.c68 char s[2]; in zend_interned_strings_init() local
H A Dzend_string.h58 #define IS_INTERNED(s) ZSTR_IS_INTERNED(s) in END_EXTERN_C() argument
62 #define STR_ALLOCA_INIT(str, s, len, use_heap) ZSTR_ALLOCA_INIT(str, s, len, use_heap) in END_EXTERN_C() argument
67 #define ZSTR_IS_INTERNED(s) (GC_FLAGS(s) & IS_STR_INTERNED) in END_EXTERN_C() argument
85 #define ZSTR_ALLOCA_INIT(str, s, len, use_heap) do { \ argument
103 static zend_always_inline void zend_string_forget_hash_val(zend_string *s) in zend_string_forget_hash_val()
108 static zend_always_inline uint32_t zend_string_refcount(const zend_string *s) in zend_string_refcount()
116 static zend_always_inline uint32_t zend_string_addref(zend_string *s) in zend_string_addref()
124 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()
279 static zend_always_inline void zend_string_free(zend_string *s) in zend_string_free()
[all …]
H A Dzend_strtod.c712 s2b in s2b() argument
1603 CONST char *s = *sp; local
1625 CONST char *s; local
1809 CONST unsigned char *decpt, *s0, *s, *s1; local
2541 CONST char *s, *s0, *s1; local
3640 nrv_alloc(s, rve, n) char *s, **rve; int n; in nrv_alloc() argument
3662 zend_freedtoa(s) char *s; in zend_freedtoa() argument
3764 char *s, *s0; local
4422 const char *s = str; in zend_hex_strtod() local
4455 const char *s = str; in zend_oct_strtod() local
[all …]
H A Dzend_types.h686 #define ZVAL_STR(z, s) do { \ argument
696 #define ZVAL_INTERNED_STR(z, s) do { \ argument
703 #define ZVAL_NEW_STR(z, s) do { \ argument
710 #define ZVAL_STR_COPY(z, s) do { \ argument
H A Dzend_virtual_cwd.c98 #define CWD_STATE_COPY(d, s) \ argument
103 #define CWD_STATE_FREE(s) \ argument

Completed in 202 milliseconds

12345678910>>...13