Searched refs:newSize (Results 1 – 2 of 2) sorted by relevance
65 public function stream_truncate(int $newSize): bool
612 int *curSize, int newSize ) in allocateEnvList() argument615 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 14 milliseconds