/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/ |
H A D | testpipe.c | 50 rv = apr_file_read(readp, buf, &nbytes); in close_pipe() 95 rv = apr_file_read(readp, buf, &nbytes); in read_write() 121 rv = apr_file_read(readp, input, &nbytes); in read_write_notimeout() 178 rv = apr_file_read(proc.out, responsebuf, &nbytes); in test_pipe_writefull()
|
H A D | testfile.c | 103 rv = apr_file_read(filetest, str, &nbytes); in test_read() 121 rv = apr_file_read(filetest, str, &nbytes); in test_readzero() 161 rv = apr_file_read(filetest, &str, &one); in test_fileclose() 250 rv = apr_file_read(filetest, str, &nbytes); in test_seek() 260 rv = apr_file_read(filetest, str, &nbytes); in test_seek() 281 rv = apr_file_read(filetest, str, &nbytes); in test_seek() 488 rv = apr_file_read(f, buf, &nbytes); in test_bigread() 561 rv = apr_file_read(f, buf, &nbytes); in test_mod_neg() 751 rv = apr_file_read(f, str, &nbytes); in test_writev_buffered_seek()
|
H A D | testproc.c | 71 rv = apr_file_read(testfile, buf, &length); in test_create_proc() 146 rv = apr_file_read(testout, buf, &length); in test_file_redir()
|
H A D | testrand.c | 94 apr_file_read(readp, &ack, &cmd_size); in rand_check_kat() 295 rv = apr_file_read(readdatap, expected, &nbytes); in rand_fork()
|
H A D | testdup.c | 87 rv = apr_file_read(file1, buff, &txtlen); in test_file_readwrite() 174 rv = apr_file_read(testfile, buff, &txtlen); in test_dup2_readwrite()
|
H A D | occhild.c | 23 apr_file_read(err, buf, &length); in main()
|
H A D | readchild.c | 38 while ((rv = apr_file_read(in, buf, &nbytes)) == APR_SUCCESS) { in main()
|
H A D | testmmap.c | 77 rv = apr_file_read(thefile, test_string, &nbytes); in read_expected_contents()
|
H A D | sendfile.c | 501 rv = apr_file_read(server.out, responsebuf, &nbytes); in client()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/os2/ |
H A D | readwrite.c | 27 APR_DECLARE(apr_status_t) apr_file_read(apr_file_t *thefile, void *buf, apr_size_t *nbytes) in apr_file_read() function 259 rc = apr_file_read(thefile, ch, &bytesread); in apr_file_getc() 325 rv = apr_file_read(thefile, str+i, &readlen); in apr_file_gets()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/unix/ |
H A D | readwrite.c | 85 APR_DECLARE(apr_status_t) apr_file_read(apr_file_t *thefile, void *buf, apr_size_t *nbytes) in apr_file_read() function 301 return apr_file_read(thefile, ch, &nbytes); in apr_file_getc() 456 rv = apr_file_read(thefile, str, &nbytes);
|
H A D | copy.c | 69 read_err = apr_file_read(s, buf, &bytes_this_time); in apr_file_transfer_contents()
|
H A D | fullrw.c | 30 status = apr_file_read(thefile, buf, &amt); in apr_file_read_full()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/win32/ |
H A D | readwrite.c | 143 APR_DECLARE(apr_status_t) apr_file_read(apr_file_t *thefile, void *buf, apr_size_t *len) in apr_file_read() function 436 rc = apr_file_read(thefile, ch, &bread); in apr_file_getc() 464 rv = apr_file_read(thefile, str+i, &readlen); in apr_file_gets()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/shmem/unix/ |
H A D | shm.c | 577 status = apr_file_read(file, (void *)&(new_m->realsize), in apr_shm_attach() 625 status = apr_file_read(file, (void *)&(new_m->reqsize), in apr_shm_attach()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/poll/unix/ |
H A D | pollset.c | 117 while (apr_file_read(pollset->wakeup_pipe[0], rb, &nr) == APR_SUCCESS) { in apr_pollset_drain_wakeup_pipe()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/ |
H A D | apr_file_io.h | 449 APR_DECLARE(apr_status_t) apr_file_read(apr_file_t *thefile, void *buf,
|