Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-5.5/TSRM/
H A Dtsrm_strtok_r.c17 char *tsrm_strtok_r(char *s, const char *delim, char **last) in tsrm_strtok_r()
H A Dtsrm_virtual_cwd.c143 #define IS_DIR_OK(s) (1) argument
150 #define CWD_STATE_COPY(d, s) \ argument
155 #define CWD_STATE_FREE(s) \ argument
/PHP-5.5/Zend/
H A Dzend.h101 # define DL_FETCH_SYMBOL(h,s) dlsym((h), "_" s) argument
H A Dzend_API.h574 #define ZVAL_STRING(z, s, duplicate) do { \ argument
582 #define ZVAL_STRINGL(z, s, l, duplicate) do { \ argument
622 #define RETVAL_STRING(s, duplicate) ZVAL_STRING(return_value, s, duplicate) argument
623 #define RETVAL_STRINGL(s, l, duplicate) ZVAL_STRINGL(return_value, s, l, duplicate) argument
634 #define RETURN_STRING(s, duplicate) { RETVAL_STRING(s, duplicate); return; } argument
635 #define RETURN_STRINGL(s, l, duplicate) { RETVAL_STRINGL(s, l, duplicate); return; } argument
H A Dzend_alloc.c2641 ZEND_API char *_estrndup(const char *s, uint length ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC) in _estrndup()
2662 ZEND_API char *zend_strndup(const char *s, uint length) in zend_strndup()
H A Dzend_alloc.h77 #define estrdup(s) _estrdup((s) ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_CC) argument
78 #define estrndup(s, length) _estrndup((s), (length) ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_CC) argument
89 #define estrdup_rel(s) _estrdup((s) ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_CC) argument
90 #define estrndup_rel(s, length) _estrndup((s), (length) ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_… argument
129 #define pestrdup(s, persistent) ((persistent)?strdup(s):estrdup(s)) argument
130 #define pestrndup(s, length, persistent) ((persistent)?zend_strndup((s),(length)):estrndup((s),(len… argument
137 #define pestrdup_rel(s, persistent) ((persistent)?strdup(s):estrdup_rel(s)) argument
H A Dzend_compile.c5250 static int zend_strnlen(const char* s, int maxlen) /* {{{ */ in zend_strnlen()
H A Dzend_highlight.c57 ZEND_API void zend_html_puts(const char *s, uint len TSRMLS_DC) in zend_html_puts()
H A Dzend_ini.c151 const Bucket *s; in ini_key_compare() local
H A Dzend_ini_scanner.c36 # define YYDEBUG(s, c) argument
50 #define YYSETCONDITION(s) SCNG(yy_state) = s argument
268 register char *s, *t; in zend_ini_escape_string() local
H A Dzend_ini_scanner.l32 # define YYDEBUG(s, c) printf("state: %d char: %c\n", s, c) argument
34 # define YYDEBUG(s, c) argument
48 #define YYSETCONDITION(s) SCNG(yy_state) = s argument
266 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
98 #define HANDLE_NEWLINES(s, l) \ argument
883 register char *s, *t; in zend_scan_escape_string() local
3052 register char *s, *t; in lex_scan() local
3903 char *s; 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
881 register char *s, *t; in zend_scan_escape_string() local
H A Dzend_operators.c1782 char *s=Z_STRVAL_P(str); in increment_string() local
H A Dzend_operators.h305 static inline const void *zend_memrchr(const void *s, int c, size_t n) in zend_memrchr()
H A Dzend_static_allocator.h28 #define emalloc(s) malloc(s) argument
H A Dzend_string.h37 #define IS_INTERNED(s) \ argument
47 #define INTERNED_LEN(s) \ argument
50 #define INTERNED_HASH(s) \ argument
53 #define str_efree(s) do { \ argument
59 #define str_free(s) do { \ argument
H A Dzend_strtod.c534 static char * nrv_alloc(char *s, char **rve, int n) in nrv_alloc()
754 static Bigint * s2b (CONST char *s, int nd0, int nd, ULong y9) in s2b()
1401 ZEND_API void zend_freedtoa(char *s) in zend_freedtoa()
1488 char *s, *s0; in zend_dtoa() local
2043 CONST char *s, *s0, *s1; in zend_strtod() local
2588 const char *s = str; in zend_hex_strtod() local
2626 const char *s = str; in zend_oct_strtod() local
2659 const char *s = str; in zend_bin_strtod() local
H A Dzend_vm_gen.php272 function out($f, $s) {
/PHP-5.5/ext/curl/
H A Dinterface.c157 #define CAAL(s, v) add_assoc_long_ex(return_value, s, sizeof(s), (long) v); argument
158 #define CAAD(s, v) add_assoc_double_ex(return_value, s, sizeof(s), (double) v); argument
159 #define CAAS(s, v) add_assoc_string_ex(return_value, s, sizeof(s), (char *) (v ? v : ""), 1); argument
160 #define CAAZ(s, v) add_assoc_zval_ex(return_value, s, sizeof(s), (zval *) v); argument
1846 char *s = org; in split_certinfo() local
1889 char s[64]; in create_certinfo() local
/PHP-5.5/ext/date/lib/
H A Ddow.c149 int timelib_valid_time(timelib_sll h, timelib_sll i, timelib_sll s) in timelib_valid_time()
H A Dparse_date.c40 # define strtoll(s, f, b) _atoi64(s) argument
43 # define strtoll(s, f, b) atoll(s) argument
45 # define strtoll(s, f, b) strtol(s, f, b) argument
137 #define DEBUG_OUTPUT(s) printf("%s\n", s); argument
140 #define DEBUG_OUTPUT(s) argument
141 #define YYDEBUG(s,c) argument
341 static void add_warning(Scanner *s, char *error) in add_warning()
350 static void add_error(Scanner *s, char *error) in add_error()
436 static char *timelib_string(Scanner *s) in timelib_string()
809 static int scan(Scanner *s, timelib_tz_get_wrapper tz_get_wrapper) in scan()
[all …]
H A Dparse_iso_intervals.c38 # define strtoll(s, f, b) _atoi64(s) argument
41 # define strtoll(s, f, b) atoll(s) argument
43 # define strtoll(s, f, b) strtol(s, f, b) argument
80 #define DEBUG_OUTPUT(s) printf("%s\n", s); argument
83 #define DEBUG_OUTPUT(s) argument
84 #define YYDEBUG(s,c) argument
107 static void add_warning(Scanner *s, char *error) in add_warning()
116 static void add_error(Scanner *s, char *error) in add_error()
125 static char *timelib_string(Scanner *s) in timelib_string()
243 static int scan(Scanner *s) in scan()
[all …]
H A Dtimelib_structs.h142 timelib_sll h, i, s; /* Hours, mInutes and Seconds */ member
165 timelib_sll h, i, s; /* Hour, mInute, Second */ member
237 #define TIMELIB_DEBUG(s) if (0) { s } argument
/PHP-5.5/ext/date/
H A Dphp_date.c44 # define DATE_I64A(i, s, len) _i64toa_s(i, s, len, 10) argument
45 # define DATE_A64I(i, s) i = _atoi64(s) argument
48 # define DATE_I64A(i, s, len) \ argument
54 # define DATE_A64I(i, s) i = atoll(s) argument
56 # define DATE_A64I(i, s) i = strtoll(s, NULL, 10) argument
3407 static void php_date_time_set(zval *object, long h, long i, long s, zval *return_value TSRMLS_DC) in php_date_time_set()
3425 long h, i, s = 0; in PHP_FUNCTION() local
3442 long h, i, s = 0; in PHP_METHOD() local

Completed in 208 milliseconds

12345678910>>...12