php_stream_get_line 1046 ext/fileinfo/libmagic/apprentice.c 	for (ms->line = 1; (line = php_stream_get_line(stream, buffer , BUFSIZ, &len)) != NULL; ms->line++) {
php_stream_get_line  777 ext/openssl/xp_ssl.c 		line = php_stream_get_line(stream, NULL, 0, &line_len);
php_stream_get_line  795 ext/openssl/xp_ssl.c 		line = php_stream_get_line(stream, NULL, 0, &line_len);
php_stream_get_line  188 ext/pdo/pdo_dbh.c 		dsn = php_stream_get_line(stream, buf, buflen, NULL);
php_stream_get_line  714 ext/pdo_pgsql/pgsql_driver.c 		while ((buf = php_stream_get_line(stream, NULL, 0, &line_len)) != NULL) {
php_stream_get_line 2027 ext/spl/spl_directory.c 		if (php_stream_get_line(intern->u.file.stream, buf, intern->u.file.max_line_len + 1, &line_len) == NULL) {
php_stream_get_line 2034 ext/spl/spl_directory.c 		buf = php_stream_get_line(intern->u.file.stream, NULL, 0, &line_len);
php_stream_get_line  128 ext/standard/exec.c 		while (php_stream_get_line(stream, b, EXEC_INPUT_BUF, &bufl)) {
php_stream_get_line 1026 ext/standard/file.c 		buf = php_stream_get_line(stream, NULL, 0, &line_len);
php_stream_get_line 1040 ext/standard/file.c 		if (php_stream_get_line(stream, ZSTR_VAL(str), len, &line_len) == NULL) {
php_stream_get_line 1115 ext/standard/file.c 	if ((retval = php_stream_get_line(stream, buf, len, &actual_len)) == NULL)	{
php_stream_get_line 1155 ext/standard/file.c 	buf = php_stream_get_line((php_stream *) what, NULL, 0, &len);
php_stream_get_line 2066 ext/standard/file.c 		if ((buf = php_stream_get_line(stream, NULL, 0, &buf_len)) == NULL) {
php_stream_get_line 2071 ext/standard/file.c 		if (php_stream_get_line(stream, buf, len + 1, &buf_len) == NULL) {
php_stream_get_line 2172 ext/standard/file.c 								} else if ((new_buf = php_stream_get_line(stream, NULL, 0, &new_len)) == NULL) {
php_stream_get_line  626 ext/standard/ftp_fopen_wrapper.c 	if (!php_stream_get_line(innerstream, ent->d_name, sizeof(ent->d_name), &tmp_len)) {
php_stream_get_line  685 ext/standard/http_fopen_wrapper.c 		if (php_stream_get_line(stream, tmp_line, sizeof(tmp_line) - 1, &tmp_line_len) != NULL) {
php_stream_get_line  740 ext/standard/http_fopen_wrapper.c 		if (php_stream_get_line(stream, http_header_line, HTTP_HEADER_BLOCK_SIZE, &http_header_line_length) && *http_header_line != '\n' && *http_header_line != '\r') {
php_stream_get_line  744 ext/standard/http_fopen_wrapper.c 					if (php_stream_get_line(stream, http_header_line, HTTP_HEADER_BLOCK_SIZE, &http_header_line_length) == NULL) {