Home
last modified time | relevance | path

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

/php-src/ext/intl/grapheme/
H A Dgrapheme_string.c595 grapheme_extract_charcount_iter(UBreakIterator *bi, int32_t csize, unsigned char *pstr, int32_t str… in grapheme_extract_charcount_iter() argument
616 csize = 0; in grapheme_extract_charcount_iter()
622 if ( count > csize ) { in grapheme_extract_charcount_iter()
/php-src/ext/standard/
H A Dstreamsfuncs.c1494 zend_long csize; in PHP_FUNCTION() local
1500 Z_PARAM_LONG(csize) in PHP_FUNCTION()
1503 if (csize <= 0) { in PHP_FUNCTION()
1511 if (csize > INT_MAX) { in PHP_FUNCTION()
1518 ret = php_stream_set_option(stream, PHP_STREAM_OPTION_SET_CHUNK_SIZE, (int)csize, NULL); in PHP_FUNCTION()
/php-src/ext/phar/phar/
H A Dpharcommand.inc1487 $csize = 0;
1499 $csize += $ent->getCompressedSize();
1507 $csize += $ent->getSize();
1523 $infos['Compressed-size'] = $csize;
1524 $infos['Compression-ratio'] = sprintf('%.3g%%', $usize ? ($csize * 100) / $usize : 100);

Completed in 17 milliseconds