Home
last modified time | relevance | path

Searched defs:s (Results 1 – 25 of 241) sorted by last modified time

12345678910

/php-src/ext/pdo_sqlite/
H A Dphp_pdo_sqlite_int.h65 #define pdo_sqlite_error(s) _pdo_sqlite_error(s, NULL, __FILE__, __LINE__) argument
66 #define pdo_sqlite_error_stmt(s) _pdo_sqlite_error(stmt->dbh, stmt, __FILE__, __LINE__) argument
/php-src/ext/curl/
H A Dinterface.c93 #define CAAL(s, v) add_assoc_long_ex(return_value, s, sizeof(s) - 1, (zend_long) v); argument
94 #define CAAD(s, v) add_assoc_double_ex(return_value, s, sizeof(s) - 1, (double) v); argument
95 #define CAAS(s, v) add_assoc_string_ex(return_value, s, sizeof(s) - 1, (char *) (v ? v : "")); argument
96 #define CAASTR(s, v) add_assoc_str_ex(return_value, s, sizeof(s) - 1, \ argument
98 #define CAAZ(s, v) add_assoc_zval_ex(return_value, s, sizeof(s) -1 , (zval *) v); argument
1074 char s[64]; in create_certinfo() local
/php-src/sapi/cgi/
H A Dcgi_main.c244 static int module_name_cmp(Bucket *f, Bucket *s) in module_name_cmp()
269 static int extension_name_cmp(const zend_llist_element **f, const zend_llist_element **s) in extension_name_cmp()
386 char *s; in sapi_cgi_send_headers() local
397 char *s; in sapi_cgi_send_headers() local
1661 char *s; local
1720 char *s; local
/php-src/main/
H A Dfastcgi.c644 char *s; in fcgi_listen() local
H A Dphp_output.h83 #define PHP_OUTPUT_HANDLER_INITBUF_SIZE(s) \ argument
H A Dmain.c325 char *s = NULL, *e; in php_disable_classes() local
377 zend_stat_t s = {0}; in php_binary_init() local
/php-src/ext/random/
H A Dengine_user.c26 php_random_status_state_user *s = state; in generate() local
H A Dengine_xoshiro256starstar.c45 static inline uint64_t generate_state(php_random_status_state_xoshiro256starstar *s) in generate_state()
95 uint64_t s[4]; in php_random_xoshiro256starstar_seed64() local
123 php_random_status_state_xoshiro256starstar *s = state; in serialize() local
136 php_random_status_state_xoshiro256starstar *s = state; in unserialize() local
H A Dengine_combinedlcg.c36 #define MODMULT(a, b, c, m, s) q = s / a; s = b * (s - a * q) - c * q; if (s < 0) s += m argument
46 php_random_status_state_combinedlcg *s = state; in generate() local
75 php_random_status_state_combinedlcg *s = state; in serialize() local
88 php_random_status_state_combinedlcg *s = state; in unserialize() local
H A Dengine_mt19937.c148 php_random_status_state_mt19937 *s = state; in generate() local
176 php_random_status_state_mt19937 *s = state; in serialize() local
193 php_random_status_state_mt19937 *s = state; in unserialize() local
H A Dengine_pcgoneseq128xslrr64.c30 static inline void step(php_random_status_state_pcgoneseq128xslrr64 *s) in step()
38 …I inline void php_random_pcgoneseq128xslrr64_seed128(php_random_status_state_pcgoneseq128xslrr64 *… in php_random_pcgoneseq128xslrr64_seed128()
48 php_random_status_state_pcgoneseq128xslrr64 *s = state; in generate() local
68 php_random_status_state_pcgoneseq128xslrr64 *s = state; in serialize() local
85 php_random_status_state_pcgoneseq128xslrr64 *s = state; in unserialize() local
154 php_random_uint128_t s; in PHP_METHOD() local
/php-src/ext/filter/
H A Dfilter.c295 #define PARSE_CASE(s,a,t) \ in php_sapi_filter() argument
/php-src/ext/libxml/
H A Dlibxml.c506 php_stream *s = (php_stream *) context; in php_libxml_input_buffer_create_filename() local
1224 int php_libxml_xmlCheckUTF8(const unsigned char *s) in php_libxml_xmlCheckUTF8()
/php-src/Zend/
H A Dzend_API.h950 #define ZVAL_STRINGL(z, s, l) do { \ argument
954 #define ZVAL_STRING(z, s) do { \ argument
963 #define ZVAL_PSTRINGL(z, s, l) do { \ argument
967 #define ZVAL_PSTRING(z, s) do { \ argument
981 #define ZVAL_STRINGL_FAST(z, s, l) do { \ argument
985 #define ZVAL_STRING_FAST(z, s) do { \ argument
1011 #define RETVAL_STR(s) ZVAL_STR(return_value, s) argument
1013 #define RETVAL_NEW_STR(s) ZVAL_NEW_STR(return_value, s) argument
1014 #define RETVAL_STR_COPY(s) ZVAL_STR_COPY(return_value, s) argument
1015 #define RETVAL_STRING(s) ZVAL_STRING(return_value, s) argument
[all …]
H A Dzend_builtin_functions.c303 zend_string *s; in ZEND_FUNCTION() local
H A Dzend_API.c3553 const char *s = NULL, *e = function_list; in zend_disable_functions() local
H A Dzend_portability.h171 # define DL_FETCH_SYMBOL(h,s) dlsym((h), "_" s) argument
H A Dzend_alloc.c2672 ZEND_API char* ZEND_FASTCALL _estrndup(const char *s, size_t length ZEND_FILE_LINE_DC ZEND_FILE_LIN…
2687 ZEND_API char* ZEND_FASTCALL zend_strndup(const char *s, size_t length)
3119 ZEND_API char * __zend_strdup(const char *s)
H A Dzend_strtod.c699 s2b in s2b() argument
1592 CONST char *s = *sp; local
1614 CONST char *s; local
1798 CONST unsigned char *decpt, *s0, *s, *s1; local
2530 CONST char *s, *s0, *s1; local
3630 nrv_alloc(s, rve, n) char *s, **rve; int n; in nrv_alloc() argument
3652 zend_freedtoa(s) char *s; in zend_freedtoa() argument
3747 char *s, *s0; in zend_dtoa() local
4405 const char *s = str; in zend_hex_strtod() local
4438 const char *s = str; in zend_oct_strtod() local
[all …]
H A Dzend_execute.c1747 zend_string *s; in zend_assign_to_string_offset() local
/php-src/ext/openssl/
H A Dopenssl.c1574 zend_string * s = NULL; in PHP_FUNCTION() local
/php-src/ext/opcache/jit/ir/
H A Dir.c78 void ir_print_escaped_str(const char *s, size_t len, FILE *f)
675 ir_ref ir_str(ir_ctx *ctx, const char *s)
687 ir_ref ir_strl(ir_ctx *ctx, const char *s, size_t len)
H A Dir_ra.c2114 ir_ref s, d; in ir_gen_dessa_moves() local
/php-src/ext/mbstring/
H A Dmbstring.c654 char *s, *s2; in php_mb_rfc1867_basename() local
1571 char *s; in PHP_FUNCTION() local
4449 zval *s; in PHP_FUNCTION() local
5961 MBSTRING_API size_t php_mb_mbchar_bytes(const char *s, const mbfl_encoding *enc) in php_mb_mbchar_bytes()
5977 MBSTRING_API char *php_mb_safe_strrchr(const char *s, unsigned int c, size_t nbytes, const mbfl_enc… in php_mb_safe_strrchr()
/php-src/ext/iconv/
H A Diconv.c302 char *s, *content_type, *mimetype = NULL; in php_iconv_output_handler() local
356 static php_iconv_err_t _php_iconv_appendl(smart_str *d, const char *s, size_t l, iconv_t cd) in _php_iconv_appendl()

Completed in 169 milliseconds

12345678910