Searched refs:close_file (Results 1 - 25 of 37) sorted by relevance

12

/freebsd-11-stable/contrib/netbsd-tests/fs/vfs/
H A Dt_rwtoro.c122 close_file(const char *unused) function
162 basic_test(tc, mp, 0, false, open_file_ro, close_file);
169 basic_test(tc, mp, EBUSY, false, open_file_rw, close_file);
176 basic_test(tc, mp, EBUSY, false, open_file_ro_unlink, close_file);
190 basic_test(tc, mp, 0, true, open_file_ro, close_file);
197 basic_test(tc, mp, EBUSY, true, open_file_rw, close_file);
204 basic_test(tc, mp, EBUSY, true, open_file_ro_unlink, close_file);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_delta/
H A Ddefault_editor.c129 close_file(void *file_baton,
180 close_file,
128 close_file(void *file_baton, function
H A Dbranch_migrate.c218 close_file(void *file_baton, function
225 /*SVN_ERR(eb->wrapped_editor->close_file(fb->wrapped_file_baton,
350 close_file,
H A Ddepth_filter_editor.c334 close_file(void *file_baton,
343 SVN_ERR(eb->wrapped_editor->close_file(fb->wrapped_baton,
473 depth_filter_editor->close_file = close_file;
332 close_file(void *file_baton, function
H A Dcancel.c245 close_file(void *file_baton, function
254 return eb->wrapped_editor->close_file(fb->wrapped_file_baton,
379 tree_editor->close_file = close_file;
H A Ddebug_editor.c304 close_file(void *file_baton, function
314 SVN_ERR(svn_stream_printf(eb->out, pool, "close_file : %s\n",
318 SVN_ERR(eb->wrapped_editor->close_file(fb->wrapped_file_baton,
485 tree_editor->close_file = close_file;
/freebsd-11-stable/contrib/subversion/subversion/svnbench/
H A Dnull-export-cmd.c162 close_file(void *file_baton,
253 editor->close_file = close_file;
161 close_file(void *file_baton, function
/freebsd-11-stable/contrib/less/
H A Dedit.c172 close_file(VOID_PARAM) function
273 close_file();
738 close_file();
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dambient_depth_filter_editor.c572 close_file(void *file_baton,
582 return eb->wrapped_editor->close_file(fb->wrapped_baton,
702 depth_filter_editor->close_file = close_file;
570 close_file(void *file_baton, function
H A Dexternals.c675 close_file(void *file_baton,
962 those for which close_file is never called (e.g. an update of a
1140 tree_editor->close_file = close_file;
673 close_file(void *file_baton, function
/freebsd-11-stable/contrib/subversion/subversion/svnsync/
H A Dsync.c428 close_file(void *file_baton, function
434 return eb->wrapped_editor->close_file(fb->wrapped_node_baton,
721 tree_editor->close_file = close_file;
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dlog.c245 close_file(void *data) function
268 return krb5_addlog_func(context, fac, min, max, log_file, close_file, fd);
/freebsd-11-stable/sys/dev/beri/virtio/
H A Dvirtio_block.c214 close_file(struct beri_vtblk_softc *sc, struct thread *td) function
466 err = close_file(sc, td);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dexport.c534 /* We need to keep this around so we can explicitly close it in close_file,
722 close_file() function, so disown it here. */
793 close_file(void *file_baton,
917 editor->close_file = close_file;
1281 /* And now just use close_file() to do all the keyword and EOL
1283 SVN_ERR(close_file(fb, NULL, scratch_pool));
790 close_file(void *file_baton, function
H A Drepos_diff.c967 close_file(void *file_baton, function
1140 /* Record a prop change, which we will report later in close_file().
1383 tree_editor->close_file = close_file;
H A Dwc_editor.c590 editor->close_file = file_close;
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_delta.h782 * file, it should call @c close_file, to let the consumer clean up
827 * a @c close_file call, before issuing any other file or
834 * @c apply_textdelta_stream and @c close_file calls.
867 * @c apply_textdelta / @c apply_textdelta_stream and @c close_file
1030 * by @c apply_textdelta and possibly @c close_file.
1059 * by @c apply_textdelta and possibly @c close_file.
1128 svn_error_t *(*close_file)(void *file_baton,
1124 svn_error_t *(*close_file)(void *file_baton, member in struct:svn_delta_editor_t
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Ddump_editor.c429 /* fb->dump_props (for files) is handled in close_file()
869 /* Dump the property headers and wait; close_file might need
903 close_file(void *file_baton,
1034 de->close_file = close_file;
901 close_file(void *file_baton, function
H A Dcommit.c677 close_file(void *file_baton,
1045 e->close_file = close_file;
674 close_file(void *file_baton, function
H A Ddelta.c763 return context->editor->close_file
821 return c->editor->close_file
H A Dreplay.c327 SVN_ERR(editor->close_file(file_baton,
792 SVN_ERR(editor->close_file(file_baton,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dupdate.c882 close_file(file_baton_t *file,
935 SVN_ERR(ctx->editor->close_file(file->file_baton,
1177 return svn_error_trace(close_file(file, scratch_pool));
1209 return svn_error_trace(close_file(file, scratch_pool));
1387 return svn_error_trace(close_file(file, scratch_pool));
1863 SVN_ERR(close_file(file, scratch_pool));
878 close_file(file_baton_t *file, function
H A Dcommit.c1767 check. We update the copy (if needed) from close_file() */
1968 /* Disown the stream; we'll close it explicitly in close_file(). */
2068 * perform a zero-byte file PUT (during add_file, close_file editor
2069 * sequences) is handled in close_file().
2139 close_file(void *file_baton,
2408 editor->close_file = close_file;
2137 close_file(void *file_baton, function
H A Dreplay.c369 SVN_ERR(ctx->editor->close_file(node->baton,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Deditorp.c99 at close_file time when the reference count hits zero. So the pool
461 ra_svn_editor->close_file = ra_svn_close_file;
862 SVN_CMD_ERR(ds->editor->close_file(entry->baton, text_checksum, pool));

Completed in 321 milliseconds

12