Home
last modified time | relevance | path

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

/php-src/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-src/ext/ftp/
H A Dftp.c988 size_t line_length; in ftp_send_stream_to_data_socket() local
989 if (!php_stream_get_line(instream, ptr, end - ptr, &line_length)) { in ftp_send_stream_to_data_socket()
993 ZEND_ASSERT(line_length != 0); in ftp_send_stream_to_data_socket()
995 ptr += line_length - 1; in ftp_send_stream_to_data_socket()
/php-src/ext/gd/libgd/
H A Dgd_interpolation.c812 static inline LineContribType * _gdContributionsAlloc(unsigned int line_length, unsigned int window… in _gdContributionsAlloc() argument
828 res->LineLength = line_length; in _gdContributionsAlloc()
829 if (overflow2(line_length, sizeof(ContributionType))) { in _gdContributionsAlloc()
833 res->ContribRow = (ContributionType *) gdMalloc(line_length * sizeof(ContributionType)); in _gdContributionsAlloc()
838 for (u = 0 ; u < line_length ; u++) { in _gdContributionsAlloc()

Completed in 19 milliseconds