Searched refs:apr_file_t (Results 1 - 25 of 133) sorted by relevance

123456

/freebsd-11-stable/contrib/apr/include/
H A Dapr_file_io.h76 apr_os_file_t handle in apr_file_t
188 typedef struct apr_file_t apr_file_t; typedef in typeref:struct:apr_file_t
250 APR_DECLARE(apr_status_t) apr_file_open(apr_file_t **newf, const char *fname,
258 APR_DECLARE(apr_status_t) apr_file_close(apr_file_t *file);
333 APR_DECLARE(apr_status_t) apr_file_eof(apr_file_t *fptr);
350 APR_DECLARE(apr_status_t) apr_file_open_stderr(apr_file_t **thefile,
360 APR_DECLARE(apr_status_t) apr_file_open_stdout(apr_file_t **thefile,
370 APR_DECLARE(apr_status_t) apr_file_open_stdin(apr_file_t **thefile,
390 APR_DECLARE(apr_status_t) apr_file_open_flags_stderr(apr_file_t **thefil
[all...]
H A Dapr_support.h48 apr_status_t apr_wait_for_io_or_timeout(apr_file_t *f, apr_socket_t *s,
H A Dapr_thread_proc.h138 apr_file_t *in;
140 apr_file_t *out;
142 apr_file_t *err;
421 * Set the child_in and/or parent_in values to existing apr_file_t values.
423 * @param child_in apr_file_t value to use as child_in. Must be a valid file.
424 * @param parent_in apr_file_t value to use as parent_in. Must be a valid file.
436 apr_file_t *child_in,
437 apr_file_t *parent_in);
440 * Set the child_out and parent_out values to existing apr_file_t values.
442 * @param child_out apr_file_t valu
[all...]
/freebsd-11-stable/contrib/apr/include/arch/unix/
H A Dapr_arch_threadproc.h90 apr_file_t *parent_in;
91 apr_file_t *child_in;
92 apr_file_t *parent_out;
93 apr_file_t *child_out;
94 apr_file_t *parent_err;
95 apr_file_t *child_err;
H A Dapr_arch_poll_private.h126 apr_file_t *wakeup_pipe[2];
154 apr_file_t *wakeup_pipe[2];
185 apr_file_t **wakeup_pipe);
186 apr_status_t apr_poll_close_wakeup_pipe(apr_file_t **wakeup_pipe);
187 void apr_poll_drain_wakeup_pipe(apr_file_t **wakeup_pipe);
H A Dapr_arch_file_io.h93 struct apr_file_t { struct
168 apr_status_t apr_file_flush_locked(apr_file_t *thefile);
170 apr_file_t *thefile);
/freebsd-11-stable/contrib/apr/poll/unix/
H A Dwakeup.c31 apr_file_t **wakeup_pipe)
45 apr_status_t apr_poll_close_wakeup_pipe(apr_file_t **wakeup_pipe)
64 apr_status_t apr_poll_create_wakeup_pipe(apr_pollfd_t *pfd, apr_file_t **wakeup_pipe)
69 apr_status_t apr_poll_close_wakeup_pipe(apr_file_t **wakeup_pipe)
79 apr_file_t **wakeup_pipe)
116 apr_status_t apr_poll_close_wakeup_pipe(apr_file_t **wakeup_pipe)
137 void apr_poll_drain_wakeup_pipe(apr_file_t **wakeup_pipe)
/freebsd-11-stable/contrib/apr/file_io/unix/
H A Dpipe.c36 static apr_status_t pipeblock(apr_file_t *thepipe)
72 static apr_status_t pipenonblock(apr_file_t *thepipe)
108 APR_DECLARE(apr_status_t) apr_file_pipe_timeout_set(apr_file_t *thepipe, apr_interval_time_t timeout)
127 APR_DECLARE(apr_status_t) apr_file_pipe_timeout_get(apr_file_t *thepipe, apr_interval_time_t *timeout)
136 APR_DECLARE(apr_status_t) apr_os_pipe_put_ex(apr_file_t **file,
143 (*file) = apr_pcalloc(pool, sizeof(apr_file_t));
172 APR_DECLARE(apr_status_t) apr_os_pipe_put(apr_file_t **file,
179 static apr_status_t file_pipe_create(apr_file_t **in, apr_file_t **out,
188 (*in) = (apr_file_t *)apr_pcallo
[all...]
H A Dfiledup.c23 static apr_status_t file_dup(apr_file_t **new_file,
24 apr_file_t *old_file, apr_pool_t *p,
66 (*new_file) = (apr_file_t *)apr_pcalloc(p, sizeof(apr_file_t));
100 * that apr_file_dup2() cannot be called against an apr_file_t
111 * apr_file_t when desired.
128 APR_DECLARE(apr_status_t) apr_file_dup(apr_file_t **new_file,
129 apr_file_t *old_file, apr_pool_t *p)
134 APR_DECLARE(apr_status_t) apr_file_dup2(apr_file_t *new_file,
135 apr_file_t *old_fil
[all...]
H A Dbuffer.c21 APR_DECLARE(apr_status_t) apr_file_buffer_set(apr_file_t *file,
57 APR_DECLARE(apr_size_t) apr_file_buffer_size_get(apr_file_t *file)
H A Dopen.c29 static apr_status_t file_cleanup(apr_file_t *file, int is_child)
73 apr_file_t *file = thefile;
90 APR_DECLARE(apr_status_t) apr_file_open(apr_file_t **new,
208 (*new) = (apr_file_t *)apr_pcalloc(pool, sizeof(apr_file_t));
253 APR_DECLARE(apr_status_t) apr_file_close(apr_file_t *file)
279 apr_file_t *file)
285 APR_DECLARE(apr_status_t) apr_os_file_put(apr_file_t **file,
291 (*file) = apr_pcalloc(pool, sizeof(apr_file_t));
325 APR_DECLARE(apr_status_t) apr_file_eof(apr_file_t *fpt
[all...]
H A Dfileacc.c20 /* A file to put ALL of the accessor functions for apr_file_t types. */
23 apr_file_t *thefile)
29 APR_DECLARE(apr_int32_t) apr_file_flags_get(apr_file_t *f)
109 apr_file_t *file)
114 APR_DECLARE(apr_status_t) apr_file_data_set(apr_file_t *file, void *data,
H A Dfullrw.c20 APR_DECLARE(apr_status_t) apr_file_read_full(apr_file_t *thefile, void *buf,
42 APR_DECLARE(apr_status_t) apr_file_write_full(apr_file_t *thefile,
65 APR_DECLARE(apr_status_t) apr_file_writev_full(apr_file_t *thefile,
H A Dreadwrite.c28 static apr_status_t file_read_buffered(apr_file_t *thefile, void *buf,
85 APR_DECLARE(apr_status_t) apr_file_read(apr_file_t *thefile, void *buf, apr_size_t *nbytes)
147 APR_DECLARE(apr_status_t) apr_file_write(apr_file_t *thefile, const void *buf, apr_size_t *nbytes)
226 APR_DECLARE(apr_status_t) apr_file_writev(apr_file_t *thefile, const struct iovec *vec,
284 APR_DECLARE(apr_status_t) apr_file_putc(char ch, apr_file_t *thefile)
291 APR_DECLARE(apr_status_t) apr_file_ungetc(char ch, apr_file_t *thefile)
297 APR_DECLARE(apr_status_t) apr_file_getc(char *ch, apr_file_t *thefile)
304 APR_DECLARE(apr_status_t) apr_file_puts(const char *str, apr_file_t *thefile)
309 apr_status_t apr_file_flush_locked(apr_file_t *thefile)
334 APR_DECLARE(apr_status_t) apr_file_flush(apr_file_t *thefil
[all...]
H A Dseek.c19 static apr_status_t setptr(apr_file_t *thefile, apr_off_t pos )
52 APR_DECLARE(apr_status_t) apr_file_seek(apr_file_t *thefile, apr_seek_where_t where, apr_off_t *offset)
99 apr_status_t apr_file_trunc(apr_file_t *fp, apr_off_t offset)
/freebsd-11-stable/contrib/subversion/subversion/include/private/
H A Dsvn_io_private.h91 apr_file_t *
133 svn_stream__from_aprfile(apr_file_t *file,
161 svn_io__win_delete_file_on_close(apr_file_t *file,
170 svn_io__win_rename_open_file(apr_file_t *file,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dindex.h70 apr_file_t *file,
116 svn_fs_x__l2p_proto_index_open(apr_file_t **proto_index,
125 svn_fs_x__l2p_proto_index_add_revision(apr_file_t *proto_index,
139 svn_fs_x__l2p_proto_index_add_entry(apr_file_t *proto_index,
156 apr_file_t *index_file,
167 svn_fs_x__p2l_proto_index_open(apr_file_t **proto_index,
177 svn_fs_x__p2l_proto_index_add_entry(apr_file_t *proto_index,
187 apr_file_t *proto_index,
200 apr_file_t *index_file,
H A Dbatch_fsync.h70 svn_fs_x__batch_fsync_open_file(apr_file_t **file,
H A Drevprops.h56 svn_fs_x__write_non_packed_revprops(apr_file_t *file,
/freebsd-11-stable/contrib/apr-util/dbm/sdbm/
H A Dsdbm_private.h51 apr_file_t *dirf; /* directory file descriptor */
52 apr_file_t *pagf; /* page file descriptor */
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dindex.h56 svn_fs_fs__l2p_proto_index_open(apr_file_t **proto_index,
65 svn_fs_fs__l2p_proto_index_add_revision(apr_file_t *proto_index,
78 svn_fs_fs__l2p_proto_index_add_entry(apr_file_t *proto_index,
94 apr_file_t *index_file,
105 svn_fs_fs__p2l_proto_index_open(apr_file_t **proto_index,
115 svn_fs_fs__p2l_proto_index_add_entry(apr_file_t *proto_index,
125 apr_file_t *proto_index,
138 apr_file_t *index_file,
H A Drev_file.h55 apr_file_t *file;
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_io.h232 svn_io_open_uniquely_named(apr_file_t **file,
269 svn_io_open_unique_file3(apr_file_t **file,
286 svn_io_open_unique_file2(apr_file_t **f,
303 svn_io_open_unique_file(apr_file_t **f,
553 svn_io_read_length_line(apr_file_t *file,
781 svn_io_lock_open_file(apr_file_t *lockfile_handle,
795 svn_io_unlock_open_file(apr_file_t *lockfile_handle,
811 svn_io_file_flush_to_disk(apr_file_t *file,
1107 svn_stream_from_aprfile2(apr_file_t *file,
1122 svn_stream_from_aprfile(apr_file_t *fil
[all...]
/freebsd-11-stable/contrib/apr-util/buckets/
H A Dapr_buckets_pipe.c22 apr_file_t *p = a->data;
78 APU_DECLARE(apr_bucket *) apr_bucket_pipe_make(apr_bucket *b, apr_file_t *p)
101 APU_DECLARE(apr_bucket *) apr_bucket_pipe_create(apr_file_t *p,
/freebsd-11-stable/contrib/apr/support/unix/
H A Dwaitio.c40 apr_status_t apr_wait_for_io_or_timeout(apr_file_t *f, apr_socket_t *s,
66 apr_status_t apr_wait_for_io_or_timeout(apr_file_t *f, apr_socket_t *s,

Completed in 143 milliseconds

123456