Home
last modified time | relevance | path

Searched refs:needed (Results 26 – 50 of 71) sorted by relevance

123

/PHP-8.2/ext/standard/
H A Dcrypt_sha256.c605 int needed = (sizeof(sha256_salt_prefix) - 1 in php_sha256_crypt() local
609 if (buflen < needed) { in php_sha256_crypt()
610 char *new_buffer = (char *) realloc(buffer, needed); in php_sha256_crypt()
616 buflen = needed; in php_sha256_crypt()
H A Dcrypt_sha512.c652 int needed = (int)(sizeof(sha512_salt_prefix) - 1 in php_sha512_crypt() local
656 if (buflen < needed) { in php_sha512_crypt()
657 char *new_buffer = (char *) realloc(buffer, needed); in php_sha512_crypt()
663 buflen = needed; in php_sha512_crypt()
/PHP-8.2/
H A Dbuildconf32 installing Autoconf and running buildconf is not needed. For the PHP sources
/PHP-8.2/.github/scripts/windows/
H A Dbuild_task.bat22 rem updates. It might be, that some locking mechanism is needed.
/PHP-8.2/ext/intl/converter/
H A Dconverter.c137 …l php_converter_check_limits(php_converter_object *objval, zend_long available, zend_long needed) { in php_converter_check_limits() argument
138 if (available < needed) { in php_converter_check_limits()
139 …, "Buffer overrun " ZEND_LONG_FMT " bytes needed, " ZEND_LONG_FMT " available", needed, available); in php_converter_check_limits()
146 #define TARGET_CHECK(cnvargs, needed) php_converter_check_limits(objval, cnvargs->targetLimit - cnv… argument
/PHP-8.2/ext/dom/tests/
H A Ddom001.phpt97 print ("Not needed\n");
268 Not needed
/PHP-8.2/ext/phar/tests/
H A Dphar_setdefaultstub.phpt196 ' gzinflate() function needed for zlib-compressed .phars');
203 ' bzdecompress() function needed for bz2-compressed .phars');
491 ' gzinflate() function needed for zlib-compressed .phars');
498 ' bzdecompress() function needed for bz2-compressed .phars');
786 ' gzinflate() function needed for zlib-compressed .phars');
793 ' bzdecompress() function needed for bz2-compressed .phars');
H A Dphar_createdefaultstub.phpt176 ' gzinflate() function needed for zlib-compressed .phars');
183 ' bzdecompress() function needed for bz2-compressed .phars');
470 ' gzinflate() function needed for zlib-compressed .phars');
477 ' bzdecompress() function needed for bz2-compressed .phars');
772 ' gzinflate() function needed for zlib-compressed .phars');
779 ' bzdecompress() function needed for bz2-compressed .phars');
/PHP-8.2/ext/standard/tests/file/windows_mb_path/
H A Dutil.inc146 /* a bit unhandy, but content can be put from outside, if needed */
/PHP-8.2/ext/pdo_odbc/tests/
H A Dcommon.phpt11 die('skip - either PDOTEST_DSN or com_dotnet extension is needed to setup the connection');
/PHP-8.2/ext/phar/tests/cache_list/files/
H A Dnophar.phar141 ' gzinflate() function needed for zlib-compressed .phars');
148 ' bzdecompress() function needed for bz2-compressed .phars');
H A Dopenssl.phar141 ' gzinflate() function needed for zlib-compressed .phars');
148 ' bzdecompress() function needed for bz2-compressed .phars');
/PHP-8.2/ext/phar/tests/files/
H A Dinclude_path2.phar141 ' gzinflate() function needed for zlib-compressed .phars');
148 ' bzdecompress() function needed for bz2-compressed .phars');
H A Dnophar.phar141 ' gzinflate() function needed for zlib-compressed .phars');
148 ' bzdecompress() function needed for bz2-compressed .phars');
H A Dopenssl.phar141 ' gzinflate() function needed for zlib-compressed .phars');
148 ' bzdecompress() function needed for bz2-compressed .phars');
H A Dopenssl256.phar141 ' gzinflate() function needed for zlib-compressed .phars');
148 ' bzdecompress() function needed for bz2-compressed .phars');
H A Dopenssl512.phar141 ' gzinflate() function needed for zlib-compressed .phars');
148 ' bzdecompress() function needed for bz2-compressed .phars');
/PHP-8.2/ext/phar/tests/tar/files/
H A Dtarmaker.php.inc146 * Create an internal directory, creating parent directories as needed
H A Dcorrupt_tarmaker.php.inc154 * Create an internal directory, creating parent directories as needed
H A Dmake.dangerous.tar.php.inc147 * Create an internal directory, creating parent directories as needed
/PHP-8.2/ext/imap/
H A Dconfig.m428 dnl you link with --as-needed, the test/library may be omitted entirely
31 dnl levels or systems where --as-needed is not used.
/PHP-8.2/ext/mbstring/tests/
H A Diso2022kr_encoding.phpt79 /* After a valid ESC sequence, we are still in ASCII mode; 'Shift Out' is needed to start KS X 1001…
H A Dutf8_mobile_encodings.phpt56 // (Using more bytes than needed to encode a character)
/PHP-8.2/ext/intl/
H A DERROR_CONVENTIONS.md36 This makes the message string be copied and freed when no longer needed. There's
/PHP-8.2/sapi/fpm/fpm/
H A Dzlog.c285 static zlog_bool zlog_stream_buf_alloc_ex(struct zlog_stream *stream, size_t needed) /* {{{ */ in zlog_stream_buf_alloc_ex() argument
289 size = MIN(zlog_limit, MAX((stream->buf.data ? (size << 1) : size), needed)); in zlog_stream_buf_alloc_ex()

Completed in 50 milliseconds

123