Home
last modified time | relevance | path

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

/template/strap/vendor/symfony/process/Pipes/
H A DUnixPipes.php131 $data = @fread($pipe, self::CHUNK_SIZE);
133 } while (isset($data[0]) && ($close || isset($data[self::CHUNK_SIZE - 1])));
H A DPipesInterface.php23 public const CHUNK_SIZE = 16384; define
H A DAbstractPipes.php139 $data = fread($input, self::CHUNK_SIZE);