Home
last modified time | relevance | path

Searched defs:s (Results 201 – 225 of 287) sorted by relevance

12345678910>>...12

/PHP-7.1/main/
H A Dreentrancy.c380 php_strtok_r(char *s, const char *delim, char **last) in php_strtok_r()
H A Dfopen_wrappers.c366 char *s = strchr(path_info + 2, '/'); local
H A Dphp_output.h85 #define PHP_OUTPUT_HANDLER_INITBUF_SIZE(s) \ argument
/PHP-7.1/ext/standard/
H A Dmd5.c157 #define STEP(f, a, b, c, d, x, t, s) \ argument
H A Ddir.c534 zend_stat_t s; in PHP_FUNCTION() local
H A Dhtml.c859 const entity_cp_map *s; in resolve_named_entity_html() local
1183 const entity_multicodepoint_row *s, *e; in find_entity_for_char() local
/PHP-7.1/ext/mbstring/
H A Dmbstring.c1176 char *s, *s2; in php_mb_rfc1867_basename() local
2135 char *s, *mimetype = NULL; in PHP_FUNCTION() local
4293 zval *s; in PHP_FUNCTION() local
4836 MBSTRING_API size_t php_mb_mbchar_bytes_ex(const char *s, const mbfl_encoding *enc) in php_mb_mbchar_bytes_ex()
4854 MBSTRING_API size_t php_mb_mbchar_bytes(const char *s) in php_mb_mbchar_bytes()
4861 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()
4902 MBSTRING_API char *php_mb_safe_strrchr(const char *s, unsigned int c, size_t nbytes) in php_mb_safe_strrchr()
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_out.c91 #define FIX_PRECISION( adjust, precision, s, s_len ) \ argument
138 char *s = NULL, *free_s = NULL; in format_converter() local
H A Dphpdbg_cmd.h110 #define PHPDBG_STRL(s) s, sizeof(s)-1 argument
/PHP-7.1/ext/pdo_pgsql/
H A Dpgsql_statement.c408 const char *s = zend_is_true(&param->parameter) ? "t" : "f"; in pgsql_stmt_param_hook() local
/PHP-7.1/ext/phar/
H A Ddirstream.c158 Bucket *s; in phar_compare_dir_name() local
/PHP-7.1/ext/fileinfo/libmagic/
H A Dfuncs.c516 const unsigned char *s = (const unsigned char *)str; in file_printable() local
H A Dreadcdf.c141 const char *s; in cdf_file_property_info() local
/PHP-7.1/ext/intl/locale/
H A Dlocale_methods.c100 #define isIDPrefix(s) (isPrefixLetter(s[0])&&isIDSeparator(s[1])) argument
101 #define isKeywordPrefix(s) ( isKeywordSeparator(s[0]) ) argument
/PHP-7.1/ext/date/
H A Dphp_date.c48 # define DATE_I64A(i, s, len) _i64toa_s(i, s, len, 10) argument
49 # define DATE_A64I(i, s) i = _atoi64(s) argument
52 # define DATE_I64A(i, s, len) \ argument
58 # define DATE_A64I(i, s) i = atoll(s) argument
60 # define DATE_A64I(i, s) i = strtoll(s, NULL, 10) argument
3516 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()
3535 zend_long h, i, s = 0, ms = 0; in PHP_FUNCTION() local
3553 zend_long h, i, s = 0, ms = 0; in PHP_METHOD() local
/PHP-7.1/Zend/
H A Dzend_virtual_cwd.c144 #define IS_DIR_OK(s) (1) argument
151 #define CWD_STATE_COPY(d, s) \ argument
156 #define CWD_STATE_FREE(s) \ argument
/PHP-7.1/ext/intl/collator/
H A Dcollator_sort.c216 Bucket *s; in collator_compare_func() local
/PHP-7.1/ext/opcache/
H A Dzend_shared_alloc.c42 #define S_H(s) g_shared_alloc_handler->s argument
H A Dzend_accelerator_module.c35 #define STRING_NOT_NULL(s) (NULL == (s)?"":s) argument
/PHP-7.1/ext/mbstring/libmbfl/tests/conv_encoding.tests/
H A Dgen_exp.c56 size_t s = 0, e = map->n; in mappings_add() local
/PHP-7.1/ext/pdo_firebird/
H A Dfirebird_statement.c686 char *s = ZSTR_VAL(param->name); in firebird_stmt_param_hook() local
/PHP-7.1/ext/zip/lib/
H A Dzipint.h117 #define fseeko(s, o, w) (fseek((s), (long int)(o), (w))) argument
121 #define ftello(s) ((long)ftell((s))) argument
/PHP-7.1/ext/pcre/pcrelib/sljit/
H A DsljitNativeMIPS_common.c79 #define S(s) (reg_map[s] << 21) argument
83 #define SA(s) ((s) << 21) argument
87 #define FS(s) ((s) << 11) argument
/PHP-7.1/ext/zip/
H A Dphp_zip.c132 # define CWD_STATE_FREE(s) efree(s) argument
576 zend_stat_t s; in php_zip_glob() local
648 zend_stat_t s; in php_zip_pcre() local
1582 char *s; in ZIPARCHIVE_METHOD() local
/PHP-7.1/ext/mbstring/oniguruma/
H A Doniguruma.h269 #define ONIGENC_IS_MBC_WORD(enc,s,end) \ argument
277 #define ONIGENC_IS_ALLOWED_REVERSE_MATCH(enc,s,end) \ argument
279 #define ONIGENC_LEFT_ADJUST_CHAR_HEAD(enc,start,s) \ argument
285 #define ONIGENC_STEP_BACK(enc,start,s,n) \ argument

Completed in 185 milliseconds

12345678910>>...12