Home
last modified time | relevance | path

Searched refs:size (Results 601 – 625 of 697) sorted by relevance

1...<<2122232425262728

/PHP-8.1/ext/standard/tests/file/
H A Dcopy_variation2-win32.phpt11 and checking the existence and size of destination files
H A Dcopy_variation2.phpt11 and checking the existence and size of destination files
/PHP-8.1/ext/pdo/
H A Dpdo_stmt.c625 fci->size = sizeof(zend_fcall_info); in do_fetch_class_prepare()
694 if (stmt->fetch.cls.fci.size && stmt->fetch.cls.fci.params) { in do_fetch_opt_finish()
704 stmt->fetch.cls.fci.size = 0; in do_fetch_opt_finish()
847 if (!stmt->fetch.cls.fci.size) { in do_fetch()
893 if (!stmt->fetch.func.fci.size) { in do_fetch()
/PHP-8.1/ext/fileinfo/libmagic/
H A Dcdf.c523 cdf_count_chain(const cdf_sat_t *sat, cdf_secid_t sid, size_t size) in cdf_count_chain() argument
526 cdf_secid_t maxsector = CAST(cdf_secid_t, (sat->sat_len * size) in cdf_count_chain()
1339 cdf_dump_sat(const char *prefix, const cdf_sat_t *sat, size_t size) in cdf_dump_sat() argument
1341 size_t i, j, s = size / sizeof(cdf_secid_t); in cdf_dump_sat()
/PHP-8.1/ext/phar/tests/
H A Dphar_createdefaultstub.phpt296 die("Invalid internal .phar file (size error " . strlen($data) . " != " .
590 die("Invalid internal .phar file (size error " . strlen($data) . " != " .
892 die("Invalid internal .phar file (size error " . strlen($data) . " != " .
H A Dphar_setdefaultstub.phpt316 die("Invalid internal .phar file (size error " . strlen($data) . " != " .
611 die("Invalid internal .phar file (size error " . strlen($data) . " != " .
906 die("Invalid internal .phar file (size error " . strlen($data) . " != " .
/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd_structs.h56 void* (*get_chunk)(MYSQLND_MEMORY_POOL * pool, size_t size);
65 size_t size; member
1078 size_t size; member
/PHP-8.1/Zend/
H A Dzend_API.h44 size_t size; member
318 #define ZEND_FCI_INITIALIZED(fci) ((fci).size != 0)
492 #define array_init_size(arg, size) ZVAL_ARR((arg), zend_new_array(size)) argument
1254 static zend_always_inline zval *zend_try_array_init_size(zval *zv, uint32_t size) in zend_try_array_init_size() argument
1256 zend_array *arr = zend_new_array(size); in zend_try_array_init_size()
2184 dest_fci->size = 0; in zend_parse_arg_func()
/PHP-8.1/sapi/fpm/
H A Dphp-fpm.conf.in105 ; Set max core size rlimit for the master process.
/PHP-8.1/ext/standard/tests/strings/
H A Dexplode1.phpt65 default size is 50 but increases dynamically */
/PHP-8.1/sapi/fpm/tests/
H A Dstatus.inc225 … "# HELP phpfpm_listen_queue_length The size of the socket queue of pending connections\.\n" .
/PHP-8.1/ext/pcre/
H A Dphp_pcre.c176 static void *php_pcre_malloc(PCRE2_SIZE size, void *data) in php_pcre_malloc() argument
178 return pemalloc(size, 1); in php_pcre_malloc()
186 static void *php_pcre_emalloc(PCRE2_SIZE size, void *data) in php_pcre_emalloc() argument
188 return emalloc(size); in php_pcre_emalloc()
2429 fci.size = sizeof(fci); in PHP_FUNCTION()
/PHP-8.1/ext/zip/
H A Dphp_zip.c474 add_ascii_assoc_long(return_value, "size", (zend_long) (sb)->size); \
487 add_ascii_assoc_long(return_value, "size", (zend_long) (sb)->size); \
1373 RETURN_LONG((zend_long) (zr_rsrc->sb.size)); in php_zip_entry_get_info()
2841 if (sb.size < 1) {
2846 len = sb.size;
/PHP-8.1/ext/oci8/tests/
H A Dbind_char_1.phpt8 // The bind buffer size edge cases seem to change each DB version.
H A Dbind_char_1_11gR1.phpt8 // The bind buffer size edge cases seem to change each DB version.
/PHP-8.1/ext/opcache/jit/dynasm/
H A Ddasm_mips.h160 do { if ((size_t)((char *)pl-(char *)D->kind##labels) >= D->kind##size) { \
H A Ddasm_ppc.h160 do { if ((size_t)((char *)pl-(char *)D->kind##labels) >= D->kind##size) { \
/PHP-8.1/ext/phar/tests/files/
H A Dinclude_path2.phar261 die("Invalid internal .phar file (size error " . strlen($data) . " != " .
H A Dnophar.phar261 die("Invalid internal .phar file (size error " . strlen($data) . " != " .
H A Dopenssl.phar261 die("Invalid internal .phar file (size error " . strlen($data) . " != " .
H A Dopenssl256.phar261 die("Invalid internal .phar file (size error " . strlen($data) . " != " .
H A Dopenssl512.phar261 die("Invalid internal .phar file (size error " . strlen($data) . " != " .
/PHP-8.1/ext/phar/tests/cache_list/files/
H A Dnophar.phar261 die("Invalid internal .phar file (size error " . strlen($data) . " != " .
H A Dopenssl.phar261 die("Invalid internal .phar file (size error " . strlen($data) . " != " .
/PHP-8.1/ext/dom/
H A Dxpath.c134 fci.size = sizeof(fci); in dom_xpath_ext_function_php()

Completed in 102 milliseconds

1...<<2122232425262728