Home
last modified time | relevance | path

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

/PHP-8.1/Zend/tests/
H A Dgh10072.phpt65 public function stream_truncate(int $newSize): bool
/PHP-8.1/sapi/litespeed/
H A Dlsapilib.c612 int *curSize, int newSize ) in allocateEnvList() argument
615 if ( *curSize >= newSize ) in allocateEnvList()
617 if ( newSize > 8192 ) in allocateEnvList()
619 pBuf = (struct LSAPI_key_value_pair *)realloc( *pEnvList, newSize * in allocateEnvList()
624 *curSize = newSize; in allocateEnvList()

Completed in 17 milliseconds