Home
last modified time | relevance | path

Searched defs:s (Results 251 – 275 of 302) sorted by relevance

1...<<111213

/PHP-7.2/ext/standard/
H A Dpack.c952 zend_long s, in PHP_FUNCTION() local
H A Dvar_unserializer.c621 zend_long s = orig_used_slots; in php_var_unserialize() local
H A Dcrypt_sha256.c151 #define CYCLIC(w, s) ((w >> s) | (w << (32 - s))) in sha256_process_block() argument
/PHP-7.2/Zend/
H A Dzend_vm_gen.php611 function out($f, $s) {
H A Dzend_portability.h155 # define DL_FETCH_SYMBOL(h,s) dlsym((h), "_" s) argument
/PHP-7.2/ext/opcache/Optimizer/
H A Dblock_pass.c980 uint32_t s = 0; in assemble_code_blocks() local
H A Dsccp.c1324 int s; in sccp_mark_feasible_successors() local
H A Dzend_ssa.c1402 int j, s; in zend_ssa_remove_block() local
/PHP-7.2/win32/
H A Dglob.c910 qprintf(str, s) in qprintf() argument
/PHP-7.2/ext/iconv/
H A Diconv.c398 char *s, *content_type, *mimetype = NULL; in php_iconv_output_handler() local
452 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.2/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
H A Dmysqlnd_result.c406 mysqlnd_query_read_result_set_header(MYSQLND_CONN_DATA * conn, MYSQLND_STMT * s) in mysqlnd_query_read_result_set_header()
/PHP-7.2/ext/gd/libgd/
H A Dgd_gd2.c41 #define GD2_DBG(s) argument
/PHP-7.2/ext/libxml/
H A Dlibxml.c1141 int php_libxml_xmlCheckUTF8(const unsigned char *s) in php_libxml_xmlCheckUTF8()
/PHP-7.2/ext/openssl/
H A Dxp_ssl.c139 php_netstream_data_t s; member
1153 static RSA *php_openssl_tmp_rsa_cb(SSL *s, int is_export, int keylength) in php_openssl_tmp_rsa_cb()
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_prompt.c1124 zend_string *s = phpdbg_compile_stackframe(gen->execute_data); in PHPDBG_COMMAND() local
H A Dphpdbg.c834 …dbg_header_handler(sapi_header_struct *h, sapi_header_op_enum op, sapi_headers_struct *s) /* {{{ */ in php_sapi_phpdbg_header_handler()
/PHP-7.2/main/
H A Dnetwork.c190 int s; in php_network_getaddresses() local
/PHP-7.2/ext/wddx/
H A Dwddx.c1023 static void php_wddx_process_data(void *user_data, const XML_Char *s, int len) in php_wddx_process_data()
/PHP-7.2/win32/build/
H A Dconfutils.js3379 function trim(s) argument
/PHP-7.2/ext/phar/
H A Dutil.c1950 const char *s; in phar_add_virtual_dirs() local
/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_internal.h369 #define strlen(s) _strlen(s) argument
371 #define memcmp(s,c,n) _memcmp(s,c,n) argument
372 #define memcpy(d,s,n) _memcpy(d,s,n) argument
373 #define memmove(d,s,n) _memmove(d,s,n) argument
374 #define memset(s,c,n) _memset(s,c,n) argument
388 pcre_memmove(void *d, const void *s, size_t n) in pcre_memmove()
/PHP-7.2/ext/spl/
H A Dspl_observer.c759 const unsigned char *p, *s; in SPL_METHOD() local
/PHP-7.2/ext/hash/
H A Dhash.c1272 char *s = buffer, *e = s + sizeof(buffer); in PHP_MINFO_FUNCTION() local

Completed in 143 milliseconds

1...<<111213