Home
last modified time | relevance | path

Searched refs:apr_file_read (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/
H A Dtestpipe.c50 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 Dtestfile.c103 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 Dtestproc.c71 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 Dtestrand.c94 apr_file_read(readp, &ack, &cmd_size); in rand_check_kat()
295 rv = apr_file_read(readdatap, expected, &nbytes); in rand_fork()
H A Dtestdup.c87 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 Docchild.c23 apr_file_read(err, buf, &length); in main()
H A Dreadchild.c38 while ((rv = apr_file_read(in, buf, &nbytes)) == APR_SUCCESS) { in main()
H A Dtestmmap.c77 rv = apr_file_read(thefile, test_string, &nbytes); in read_expected_contents()
H A Dsendfile.c501 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 Dreadwrite.c27 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 Dreadwrite.c85 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 Dcopy.c69 read_err = apr_file_read(s, buf, &bytes_this_time); in apr_file_transfer_contents()
H A Dfullrw.c30 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 Dreadwrite.c143 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 Dshm.c577 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 Dpollset.c117 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 Dapr_file_io.h449 APR_DECLARE(apr_status_t) apr_file_read(apr_file_t *thefile, void *buf,