Home
last modified time | relevance | path

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

1234567891011

/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxml_element.c629 const char *s, in _xmlrpc_charHandler()
/PHP-7.4/ext/standard/
H A Dcrypt_sha256.c142 #define CYCLIC(w, s) ((w >> s) | (w << (32 - s))) in sha256_process_block() argument
H A Dcrypt_sha512.c167 #define CYCLIC(w, s) ((w >> s) | (w << (64 - s))) in sha512_process_block() argument
H A Dpack.c956 zend_long s, in PHP_FUNCTION() local
H A Dformatted_print.c228 char *s = NULL; in php_sprintf_appenddouble() local
H A Ddns.c449 u_short s; in php_parserr() local
H A Dbase64.c619 __m256i s = _mm256_loadu_si256((__m256i *)c); in php_base64_encode() local
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_convert.c129 char *s; in convert_posix() local
H A Dpcre2_internal.h185 #define strlen(s) _strlen(s) argument
187 #define memcmp(s,c,n) _memcmp(s,c,n) argument
188 #define memcpy(d,s,n) _memcpy(d,s,n) argument
189 #define memmove(d,s,n) _memmove(d,s,n) argument
190 #define memset(s,c,n) _memset(s,c,n) argument
H A Dpcre2_jit_simd_inc.h775 static SLJIT_INLINE int utf_continue(sljit_u8 *s) in utf_continue()
/PHP-7.4/ext/fileinfo/libmagic/
H A Dcompress.c101 unsigned char *s = CAST(unsigned char *, CAST(void *, &x)); in zlibcmp() local
H A Dfile.h171 char s[MAXstring]; /* the search string or regex pattern */ member
425 const char *s; /* start of search in original source */ member
/PHP-7.4/Zend/
H A Dzend_ini.c177 const Bucket *s; in ini_key_compare() local
H A Dzend_operators.h189 static zend_always_inline const void *zend_memrchr(const void *s, int c, size_t n) in zend_memrchr()
H A Dzend_types.h790 #define ZVAL_STR(z, s) do { \ argument
800 #define ZVAL_INTERNED_STR(z, s) do { \ argument
807 #define ZVAL_NEW_STR(z, s) do { \ argument
814 #define ZVAL_STR_COPY(z, s) do { \ argument
H A Dzend_vm_gen.php628 function out($f, $s) {
/PHP-7.4/ext/phar/
H A Dzip.c164 static char *phar_find_eocd(const char *s, size_t n) in phar_find_eocd()
/PHP-7.4/ext/date/lib/
H A Dtimelib.h180 timelib_sll h, i, s; /* Hours, mInutes and Seconds */ member
208 timelib_sll h, i, s; /* Hour, mInute, Second */ member
/PHP-7.4/win32/
H A Dglob.c908 qprintf(str, s) in qprintf() argument
/PHP-7.4/ext/opcache/Optimizer/
H A Dblock_pass.c1020 uint32_t s = 0; in assemble_code_blocks() local
/PHP-7.4/ext/iconv/
H A Diconv.c381 char *s, *content_type, *mimetype = NULL; in php_iconv_output_handler() local
435 static php_iconv_err_t _php_iconv_appendl(smart_str *d, const char *s, size_t l, iconv_t cd) in _php_iconv_appendl()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd.h238 #define mysqlnd_stmt_refresh_bind_param(s) (s)->m->refresh_bind_param((s)) argument
242 #define mysqlnd_stmt_bind_one_result(s,no) (s)->m->bind_one_result((s), (no)) argument
H A Dmysqlnd_alloc.c74 #define REAL_SIZE(s) (collect_memory_statistics? (s) + sizeof(size_t) : (s)) argument
/PHP-7.4/ext/gd/libgd/
H A Dgd_gd2.c41 #define GD2_DBG(s) argument
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_prompt.c1078 zend_string *s = phpdbg_compile_stackframe(gen->execute_data); in PHPDBG_COMMAND() local

Completed in 129 milliseconds

1234567891011