Searched refs:num_to_read (Results 1 – 7 of 7) sorted by relevance
1040 int num_to_read = in yy_get_next_buffer() local1043 while ( num_to_read <= 0 ) in yy_get_next_buffer()1076 num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - in yy_get_next_buffer()1081 if ( num_to_read > YY_READ_BUF_SIZE ) in yy_get_next_buffer()1082 num_to_read = YY_READ_BUF_SIZE; in yy_get_next_buffer()1086 (yy_n_chars), num_to_read ); in yy_get_next_buffer()
1061 yy_size_t num_to_read = in yy_get_next_buffer() local1064 while ( num_to_read <= 0 ) in yy_get_next_buffer()1096 num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - in yy_get_next_buffer()1101 if ( num_to_read > YY_READ_BUF_SIZE ) in yy_get_next_buffer()1102 num_to_read = YY_READ_BUF_SIZE; in yy_get_next_buffer()1106 (yy_n_chars), num_to_read ); in yy_get_next_buffer()
998 yy_size_t num_to_read = in yy_get_next_buffer() local1001 while ( num_to_read <= 0 ) in yy_get_next_buffer()1033 num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - in yy_get_next_buffer()1038 if ( num_to_read > YY_READ_BUF_SIZE ) in yy_get_next_buffer()1039 num_to_read = YY_READ_BUF_SIZE; in yy_get_next_buffer()1043 (yy_n_chars), num_to_read ); in yy_get_next_buffer()
1889 yy_size_t num_to_read = in yy_get_next_buffer() local1892 while ( num_to_read <= 0 ) in yy_get_next_buffer()1924 num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - in yy_get_next_buffer()1929 if ( num_to_read > YY_READ_BUF_SIZE ) in yy_get_next_buffer()1930 num_to_read = YY_READ_BUF_SIZE; in yy_get_next_buffer()1934 (yy_n_chars), num_to_read ); in yy_get_next_buffer()
4337 int num_to_read = in yy_get_next_buffer() local4340 while ( num_to_read <= 0 ) in yy_get_next_buffer()4373 num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - in yy_get_next_buffer()4378 if ( num_to_read > YY_READ_BUF_SIZE ) in yy_get_next_buffer()4379 num_to_read = YY_READ_BUF_SIZE; in yy_get_next_buffer()4383 (yy_n_chars), num_to_read ); in yy_get_next_buffer()
7134 int num_to_read = in yy_get_next_buffer() local7137 while ( num_to_read <= 0 ) in yy_get_next_buffer()7170 num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - in yy_get_next_buffer()7175 if ( num_to_read > YY_READ_BUF_SIZE ) in yy_get_next_buffer()7176 num_to_read = YY_READ_BUF_SIZE; in yy_get_next_buffer()7180 (yy_n_chars), num_to_read ); in yy_get_next_buffer()
1606 int num_to_read =1609 while ( num_to_read <= 0 )1647 num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size -1652 if ( num_to_read > YY_READ_BUF_SIZE )1653 num_to_read = YY_READ_BUF_SIZE;1657 YY_G(yy_n_chars), num_to_read );