Home
last modified time | relevance | path

Searched refs:newSize (Results 1 – 3 of 3) sorted by relevance

/PHP-8.3/tests/output/
H A DDummyStreamWrapper.inc49 public function stream_truncate(int $newSize): bool
/PHP-8.3/Zend/tests/
H A Dgh10072.phpt65 public function stream_truncate(int $newSize): bool
/PHP-8.3/sapi/litespeed/
H A Dlsapilib.c613 int *curSize, int newSize ) in allocateEnvList() argument
616 if ( *curSize >= newSize ) in allocateEnvList()
618 if ( newSize > 8192 ) in allocateEnvList()
620 pBuf = (struct LSAPI_key_value_pair *)realloc( *pEnvList, newSize * in allocateEnvList()
625 *curSize = newSize; in allocateEnvList()

Completed in 16 milliseconds