Home
last modified time | relevance | path

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

1234567891011

/PHP-8.0/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-8.0/ext/phar/
H A Dzip.c164 static char *phar_find_eocd(const char *s, size_t n) in phar_find_eocd()
/PHP-8.0/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.c942 zend_long s, in PHP_FUNCTION() local
H A Ddns.c440 u_short s; in php_parserr() local
H A Dbase64.c620 __m256i s = _mm256_loadu_si256((__m256i *)c); in php_base64_encode() local
H A Dformatted_print.c226 char *s = NULL; in php_sprintf_appenddouble() local
/PHP-8.0/ext/zip/
H A Dphp_zip.c121 # define CWD_STATE_FREE(s) efree(s) argument
690 zend_stat_t s; in php_zip_glob() local
762 zend_stat_t s; in php_zip_pcre() local
1649 char *s; local
/PHP-8.0/ext/opcache/jit/libudis86/
H A Ddecode.c402 decode_gpr(register struct ud* u, unsigned int s, unsigned char rm) in decode_gpr()
/PHP-8.0/win32/
H A Dglob.c908 qprintf(str, s) in qprintf() argument
/PHP-8.0/ext/opcache/Optimizer/
H A Dblock_pass.c1069 uint32_t s = 0; in assemble_code_blocks() local
/PHP-8.0/Zend/
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_vm_gen.php584 function out($f, $s) {
/PHP-8.0/ext/fileinfo/libmagic/
H A Dfile.h173 char s[MAXstring]; /* the search string or regex pattern */ member
432 const char *s; /* start of search in original source */ member
H A Dcompress.c108 unsigned char *s = CAST(unsigned char *, CAST(void *, &x)); in zlibcmp() local
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd.h232 #define mysqlnd_stmt_refresh_bind_param(s) (s)->m->refresh_bind_param((s)) argument
236 #define mysqlnd_stmt_bind_one_result(s,no) (s)->m->bind_one_result((s), (no)) argument
H A Dmysqlnd_alloc.c72 #define REAL_SIZE(s) (collect_memory_statistics? (s) + sizeof(size_t) : (s)) argument
/PHP-8.0/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-8.0/ext/iconv/
H A Diconv.c294 char *s, *content_type, *mimetype = NULL; in php_iconv_output_handler() local
348 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-8.0/ext/gd/libgd/
H A Dgd_gd2.c41 #define GD2_DBG(s) argument
/PHP-8.0/ext/zend_test/
H A Dtest.c775 PHP_ZEND_TEST_API bug80847_02 ffi_bug80847(bug80847_02 s) { in ffi_bug80847()
/PHP-8.0/ext/opcache/jit/dynasm/
H A Ddasm_arm64.h187 int inv = 0, w = 64, s = 0xfff, xa, xb; in dasm_imm13() local

Completed in 176 milliseconds

1234567891011