Home
last modified time | relevance | path

Searched defs:s (Results 226 – 250 of 251) sorted by relevance

1234567891011

/PHP-8.1/ext/phar/
H A Dphar_internal.h485 char *s; in BEGIN_EXTERN_C() local
/PHP-8.1/Zend/
H A Dzend_portability.h166 # define DL_FETCH_SYMBOL(h,s) dlsym((h), "_" s) argument
H A Dzend_alloc.c2669 ZEND_API char* ZEND_FASTCALL _estrndup(const char *s, size_t length ZEND_FILE_LINE_DC ZEND_FILE_LIN…
2683 ZEND_API char* ZEND_FASTCALL zend_strndup(const char *s, size_t length)
H A Dzend_hash.c2195 zval *t, *s; in zend_hash_merge() local
H A Dzend_execute.c1685 zend_string *s; in zend_assign_to_string_offset() local
H A Dzend_API.c3257 const char *s = NULL, *e = function_list; in zend_disable_functions() local
/PHP-8.1/Zend/Optimizer/
H A Dsccp.c1872 int s; in sccp_mark_feasible_successors() local
/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_match.c213 match_block *mb, const char *s, ...) in display_frames()
/PHP-8.1/sapi/cli/
H A Dphp_cli_server.c318 size_t s = 0; in get_template_string() local
425 char *s, *p; in add_response_header() local
/PHP-8.1/ext/pdo/
H A Dpdo_stmt.c149 char *s = ZSTR_VAL(stmt->columns[col].name); in pdo_stmt_describe_columns() local
/PHP-8.1/ext/hash/
H A Dhash.c1676 char *s = buffer, *e = s + sizeof(buffer); in PHP_MINFO_FUNCTION() local
/PHP-8.1/ext/standard/
H A Dfile.c732 char *p, *s, *e; in PHP_FUNCTION() local
/PHP-8.1/main/
H A Dfastcgi.c646 char *s; local
/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_common.c119 #define S(s) (reg_map[s] << 21) argument
H A DsljitNativeARM_T2_32.c300 sljit_s32 s, j1, j2; in set_jump_instruction() local
H A DsljitNativeX86_common.c277 #define INC_SIZE(s) (*inst++ = (s), compiler->size += (s)) argument
/PHP-8.1/ext/spl/
H A Dspl_array.c1725 const unsigned char *p, *s; in PHP_METHOD() local
/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd_structs.h38 char *s; member
44 const char *s; member
/PHP-8.1/ext/exif/
H A Dexif.c1788 char *s; member
4524 char tmp[64], *sections_str, *s; in PHP_FUNCTION() local
/PHP-8.1/ext/hash/xxhash/
H A Dxxhash.h909 static void* XXH_malloc(size_t s) { return malloc(s); } in XXH_malloc()
3909 static void* XXH_alignedMalloc(size_t s, size_t align) in XXH_alignedMalloc()
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_helpers.c1222 zend_string *s; in zend_assign_to_string_offset() local
/PHP-8.1/ext/soap/
H A Dphp_encoding.c1053 char s[256]; in to_xml_long() local
/PHP-8.1/ext/ffi/
H A Dffi.c1543 char *s = zend_print_long_to_buf(str + sizeof(str) - 1, type->array.length); in zend_ffi_ctype_name() local
5195 char *s = NULL, *e, *filename; local
/PHP-8.1/ext/openssl/
H A Dopenssl.c1646 zend_string * s = NULL; in PHP_FUNCTION() local
1791 char *spkstr, * spkstr_cleaned = NULL, * s = NULL; in PHP_FUNCTION() local
/PHP-8.1/sapi/litespeed/
H A Dlsapilib.c4294 #define MD5STEP(f, w, x, y, z, data, s) \ argument

Completed in 275 milliseconds

1234567891011