Home
last modified time | relevance | path

Searched defs:s (Results 176 – 200 of 263) sorted by relevance

1234567891011

/PHP-7.4/ext/date/
H A Dphp_date.c47 # define DATE_I64A(i, s, len) _i64toa_s(i, s, len, 10) argument
48 # define DATE_A64I(i, s) i = _atoi64(s) argument
51 # define DATE_I64A(i, s, len) \ argument
57 # define DATE_A64I(i, s) i = atoll(s) argument
59 # define DATE_A64I(i, s) i = strtoll(s, NULL, 10) argument
3603 static void php_date_time_set(zval *object, zend_long h, zend_long i, zend_long s, zend_long ms, zv… in php_date_time_set()
3623 zend_long h, i, s = 0, ms = 0; in PHP_FUNCTION() local
3641 zend_long h, i, s = 0, ms = 0; in PHP_METHOD() local
/PHP-7.4/ext/mbstring/
H A Dmbstring.c1205 char *s, *s2; in php_mb_rfc1867_basename() local
2223 char *s, *mimetype = NULL; in PHP_FUNCTION() local
4369 zval *s; in PHP_FUNCTION() local
5237 MBSTRING_API size_t php_mb_mbchar_bytes_ex(const char *s, const mbfl_encoding *enc) in php_mb_mbchar_bytes_ex()
5255 MBSTRING_API size_t php_mb_mbchar_bytes(const char *s) in php_mb_mbchar_bytes()
5262 MBSTRING_API char *php_mb_safe_strrchr_ex(const char *s, unsigned int c, size_t nbytes, const mbfl_… in php_mb_safe_strrchr_ex()
5303 MBSTRING_API char *php_mb_safe_strrchr(const char *s, unsigned int c, size_t nbytes) in php_mb_safe_strrchr()
/PHP-7.4/ext/intl/collator/
H A Dcollator_sort.c216 Bucket *s; in collator_compare_func() local
/PHP-7.4/Zend/
H A Dzend_string.c80 char s[2]; in zend_interned_strings_init() local
H A Dzend_virtual_cwd.c108 #define CWD_STATE_COPY(d, s) \ argument
113 #define CWD_STATE_FREE(s) \ argument
/PHP-7.4/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp219 #define ASCII_LITERAL(s) UNICODE_STRING(s, sizeof(s)-1) in umsg_parse_format() argument
/PHP-7.4/main/
H A Dfopen_wrappers.c371 char *s = strchr(path_info + 2, '/'); local
H A Dphp_output.h83 #define PHP_OUTPUT_HANDLER_INITBUF_SIZE(s) \ argument
H A Dphp_network.h34 #define shutdown(s,n) /* nothing */ argument
/PHP-7.4/ext/fileinfo/libmagic/
H A Dfuncs.c604 const unsigned char *s = RCAST(const unsigned char *, str); in file_printable() local
H A Dder.c281 const char *s = m->value.s; in der_cmp() local
H A Dreadcdf.c145 const char *s, *e; in cdf_file_property_info() local
/PHP-7.4/ext/opcache/
H A Dzend_accelerator_module.c35 #define STRING_NOT_NULL(s) (NULL == (s)?"":s) argument
H A Dzend_shared_alloc.c41 #define S_H(s) g_shared_alloc_handler->s argument
/PHP-7.4/ext/pdo_firebird/
H A Dfirebird_statement.c768 char *s = ZSTR_VAL(param->name); in firebird_stmt_param_hook() local
/PHP-7.4/ext/standard/
H A Dhtml.c812 const entity_cp_map *s; in resolve_named_entity_html() local
1132 const entity_multicodepoint_row *s, *e; in find_entity_for_char() local
H A Dcrypt_blowfish.c837 char s[7 + 22 + 1]; in php_crypt_blowfish_rn() member
H A Dinfo.c753 Bucket *s = (Bucket *) b; in module_name_cmp() local
/PHP-7.4/sapi/litespeed/
H A Dlsapi_main.c391 char *s; in sapi_lsapi_send_headers_like_cgi() local
863 static inline char* skip_slash(char *s) in skip_slash()
/PHP-7.4/ext/zip/
H A Dphp_zip.c133 # define CWD_STATE_FREE(s) efree(s) argument
594 zend_stat_t s; in php_zip_glob() local
666 zend_stat_t s; in php_zip_pcre() local
1622 char *s; local
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_cmd.h110 #define PHPDBG_STRL(s) s, sizeof(s)-1 argument
/PHP-7.4/ext/filter/
H A Dfilter.c430 #define PARSE_CASE(s,a,t) \ in php_sapi_filter() argument
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_common.c104 #define S(s) (reg_map[s] << 21) argument
108 #define FS(s) (freg_map[s] << 11) argument
111 #define SA(s) ((s) << 21) argument
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_dump.c787 int s; in zend_dump_block_info() local
/PHP-7.4/ext/gd/libgd/
H A Dgd_bmp.c43 #define BMP_DEBUG(s) argument

Completed in 148 milliseconds

1234567891011