Lines Matching refs:read
142 if (0 != rwops->read(rwops, test_buf, 1, 1)) in main()
153 if (7 != rwops->read(rwops, test_buf, 1, 7)) in main()
157 if (0 != rwops->read(rwops, test_buf, 1, 1)) in main()
159 if (0 != rwops->read(rwops, test_buf, 10, 100)) in main()
163 if (2 != rwops->read(rwops, test_buf, 10, 3)) in main()
183 if (1 != rwops->read(rwops, test_buf, 1, 1)) in main()
189 if (7 != rwops->read(rwops, test_buf, 1, 7)) in main()
193 if (0 != rwops->read(rwops, test_buf, 1, 1)) in main()
195 if (0 != rwops->read(rwops, test_buf, 10, 100)) in main()
199 if (2 != rwops->read(rwops, test_buf, 10, 3)) in main()
218 if (1 != rwops->read(rwops, test_buf, 1, 1)) in main()
224 if (7 != rwops->read(rwops, test_buf, 1, 7)) in main()
228 if (0 != rwops->read(rwops, test_buf, 1, 1)) in main()
230 if (0 != rwops->read(rwops, test_buf, 10, 100)) in main()
234 if (2 != rwops->read(rwops, test_buf, 10, 3)) in main()
254 if (1 != rwops->read(rwops, test_buf, 1, 1)) in main()
261 if (7 != rwops->read(rwops, test_buf, 1, 7)) in main()
265 if (0 != rwops->read(rwops, test_buf, 1, 1)) in main()
267 if (0 != rwops->read(rwops, test_buf, 10, 100)) in main()
275 if (3 != rwops->read(rwops, test_buf, 10, 3)) in main()