Home
last modified time | relevance | path

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

1234567891011

/PHP-8.0/ext/libxml/
H A Dlibxml.c370 php_stream *s = (php_stream *) context; in php_libxml_input_buffer_create_filename() local
1168 int php_libxml_xmlCheckUTF8(const unsigned char *s) in php_libxml_xmlCheckUTF8()
/PHP-8.0/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp216 #define ASCII_LITERAL(s) UNICODE_STRING(s, sizeof(s)-1) in umsg_parse_format() argument
/PHP-8.0/ext/pdo_pgsql/
H A Dphp_pdo_pgsql_int.h82 #define pdo_pgsql_error_stmt(s,e,z) _pdo_pgsql_error(s->dbh, s, e, z, NULL, __FILE__, __LINE__) argument
/PHP-8.0/main/
H A Dfopen_wrappers.c359 char *s = strchr(path_info + 2, '/'); local
H A Dphp_output.h81 #define PHP_OUTPUT_HANDLER_INITBUF_SIZE(s) \ argument
H A Dmain.c318 char *s = NULL, *e; in php_disable_classes() local
370 zend_stat_t s; in php_binary_init() local
H A Dphp_network.h32 #define shutdown(s,n) /* nothing */ argument
/PHP-8.0/ext/date/
H A Dphp_date.c46 # define DATE_I64A(i, s, len) _i64toa_s(i, s, len, 10) argument
47 # define DATE_A64I(i, s) i = _atoi64(s) argument
50 # define DATE_I64A(i, s, len) \ argument
55 #define DATE_A64I(i, s) i = strtoll(s, NULL, 10) argument
3185 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()
3203 zend_long h, i, s = 0, ms = 0; in PHP_FUNCTION() local
3219 zend_long h, i, s = 0, ms = 0; in PHP_METHOD() local
/PHP-8.0/ext/pdo_firebird/
H A Dfirebird_statement.c766 char *s = ZSTR_VAL(param->name); in firebird_stmt_param_hook() local
/PHP-8.0/ext/standard/
H A Dhtml.c741 const entity_cp_map *s; in resolve_named_entity_html() local
1061 const entity_multicodepoint_row *s, *e; in find_entity_for_char() local
H A Dcrypt_blowfish.c816 char s[7 + 22 + 1]; in php_crypt_blowfish_rn() member
H A Dinfo.c743 static int module_name_cmp(Bucket *f, Bucket *s) in module_name_cmp()
/PHP-8.0/sapi/litespeed/
H A Dlsapi_main.c383 char *s; in sapi_lsapi_send_headers_like_cgi() local
852 static inline char* skip_slash(char *s) in skip_slash()
/PHP-8.0/Zend/
H A Dzend_virtual_cwd.c102 #define CWD_STATE_COPY(d, s) \ argument
107 #define CWD_STATE_FREE(s) \ argument
H A Dzend_string.c80 char s[2]; in zend_interned_strings_init() local
H A Dzend_ini.c169 static int ini_key_compare(Bucket *f, Bucket *s) /* {{{ */ in ini_key_compare()
/PHP-8.0/ext/opcache/
H A Dzend_accelerator_module.c40 #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-8.0/sapi/phpdbg/
H A Dphpdbg_cmd.h104 #define PHPDBG_STRL(s) s, sizeof(s)-1 argument
/PHP-8.0/ext/fileinfo/libmagic/
H A Dder.c307 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-8.0/ext/filter/
H A Dfilter.c365 #define PARSE_CASE(s,a,t) \ in php_sapi_filter() argument
/PHP-8.0/ext/opcache/Optimizer/
H A Dzend_dump.c806 int s; in zend_dump_block_info() local
/PHP-8.0/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-8.0/ext/gd/libgd/
H A Dgd_bmp.c43 #define BMP_DEBUG(s) argument

Completed in 117 milliseconds

1234567891011