Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/tests/file/
H A Duserstreams.phpt240 foreach($line_lengths as $line_length) {
251 $rline = fgets($tf, $line_length);
257 $uline = fgets($fp, $line_length);
260 printf("\n--[%d] whence=%s offset=%d line_length=%d position_should_be=%d --\n",
261 $j, $whence_names[$whence], $offset, $line_length, $position);
/PHP-8.3/ext/gd/libgd/
H A Dgd_interpolation.c822 static inline LineContribType * _gdContributionsAlloc(unsigned int line_length, unsigned int window… in _gdContributionsAlloc() argument
838 res->LineLength = line_length; in _gdContributionsAlloc()
839 if (overflow2(line_length, sizeof(ContributionType))) { in _gdContributionsAlloc()
843 res->ContribRow = (ContributionType *) gdMalloc(line_length * sizeof(ContributionType)); in _gdContributionsAlloc()
848 for (u = 0 ; u < line_length ; u++) { in _gdContributionsAlloc()

Completed in 17 milliseconds