Home
last modified time | relevance | path

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

12345678910

/php-src/ext/fileinfo/libmagic/
H A Dsoftmagic.c1334 size_t size = sizeof(*p); in mcopy() local
/php-src/ext/opcache/
H A Dzend_file_cache.c286 size_t size = _ZSTR_STRUCT_SIZE(ZSTR_LEN(str)); local
/php-src/ext/dom/
H A Dhtml_document.c1156 static zend_result dom_write_output_smart_str(void *ctx, const char *buf, size_t size) in dom_write_output_smart_str()
/php-src/sapi/cgi/
H A Dcgi_main.c532 size_t size; in cgi_getenv_win32() local
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeLOONGARCH_64.c2055 void *instruction, sljit_u32 size) in sljit_emit_op_custom()
2849 sljit_uw size; in sljit_emit_select() local
H A DsljitNativeARM_64.c1727 void *instruction, sljit_u32 size) in sljit_emit_op_custom()
H A DsljitNativeMIPS_common.c2827 void *instruction, sljit_u32 size) in sljit_emit_op_custom()
/php-src/ext/opcache/jit/
H A Dzend_jit.c3458 ZEND_EXT_API void zend_jit_startup(void *buf, size_t size, bool reattached) in zend_jit_startup()
H A Dzend_jit_trace.c210 static void zend_jit_trace_add_code(const void *start, uint32_t size) in zend_jit_trace_add_code()
/php-src/ext/soap/
H A Dsoap.c1145 int num_params = 0, size, i, call_status = 0; local
1665 int size; local
/php-src/ext/pgsql/
H A Dpgsql.stub.php805 function pg_lo_truncate(PgSql\Lob $lob, int $size): bool {}
H A Dpgsql.c2829 size_t size; in PHP_FUNCTION() local
/php-src/ext/standard/
H A Dbasic_functions.c653 DWORD size = GetEnvironmentVariableW(keyw, &dummybuf, 0); in php_getenv() local
H A Dhtml_tables.h1098 unsigned size; /* number of remaining entries in the table */ member
/php-src/Zend/
H A Dzend_API.h46 size_t size; member
537 #define array_init_size(arg, size) ZVAL_ARR((arg), zend_new_array(size)) argument
1472 static zend_always_inline zval *zend_try_array_init_size(zval *zv, uint32_t size) in zend_try_array_init_size()
H A Dzend_execute.c185 #define ZEND_VM_STACK_PAGE_ALIGNED_SIZE(size, page_size) \ argument
218 ZEND_API void* zend_vm_stack_extend(size_t size) in zend_vm_stack_extend()
H A Dzend_vm_def.h6289 uint32_t size; variable
/php-src/ext/sqlite3/
H A Dsqlite3.c1083 size_t size; member
/php-src/ext/mysqlnd/
H A Dmysqlnd_structs.h65 size_t size; member
1076 size_t size; member
/php-src/ext/intl/
H A Dphp_intl.stub.php451 function grapheme_extract(string $haystack, int $size, int $type = GRAPHEME_EXTR_COUNT, int $offset…
/php-src/ext/spl/
H A Dspl_directory.c2686 zend_long size; in PHP_METHOD() local
/php-src/ext/opcache/jit/ir/
H A Dir_fold.h2461 size_t size = ir_type_size[IR_OPT_TYPE(opt)]; in IR_FOLD() local
/php-src/ext/hash/xxhash/
H A Dxxhash.h1506 static void* XXH_memcpy(void* dest, const void* src, size_t size) in XXH_memcpy()
/php-src/ext/date/
H A Dphp_date.c2069 size_t size; in php_timezone_to_string() local
/php-src/ext/openssl/
H A Dopenssl.c3550 static int php_openssl_pem_password_cb(char *buf, int size, int rwflag, void *userdata) in php_openssl_pem_password_cb()

Completed in 361 milliseconds

12345678910