Home
last modified time | relevance | path

Searched refs:write_entry (Results 76 – 100 of 235) sorted by relevance

12345678910

/dports/devel/git-p4/git-2.34.1/
H A Darchive.h60 int write_archive_entries(struct archiver_args *args, write_archive_entry_fn_t write_entry);
/dports/devel/git/git-2.34.1/
H A Darchive.h60 int write_archive_entries(struct archiver_args *args, write_archive_entry_fn_t write_entry);
/dports/devel/git-cvs/git-2.34.1/
H A Darchive.h60 int write_archive_entries(struct archiver_args *args, write_archive_entry_fn_t write_entry);
/dports/devel/cgit/cgit-1.2.3/git/
H A Darchive.h53 int write_archive_entries(struct archiver_args *args, write_archive_entry_fn_t write_entry);
H A Dentry.c254 static int write_entry(struct cache_entry *ce, in write_entry() function
456 return write_entry(ce, topath, state, 1); in checkout_entry()
522 return write_entry(ce, path.buf, state, 0); in checkout_entry()
/dports/net/measurement-kit/measurement-kit-0.10.14/src/libmeasurement_kit/report/
H A Dreport_legacy.hpp48 void write_entry(nlohmann::json entry, Callback<Error> callback, SharedPtr<Logger> logger);
H A Dbase_reporter.hpp29 virtual Continuation<Error> write_entry(nlohmann::json e) { in write_entry() function in mk::report::BaseReporter
H A Dfile_reporter.cpp47 Continuation<Error> FileReporter::write_entry(nlohmann::json entry) { in write_entry() function in mk::report::FileReporter
/dports/net/pfinger/pfinger-0.7.10/src/
H A Dstatusdb.h51 int write_entry();
/dports/net/p5-perl-ldap/perl-ldap-0.68/contrib/
H A Dldapmodify.pl51 $ldiferr->write_entry($change);
/dports/lang/mono/mono-5.10.1.57/external/cecil/Mono.Cecil.Cil/
H A DCodeWriter.cs583 …void WriteExceptionHandlers (Collection<ExceptionHandler> handlers, Action<int> write_entry, Actio… in WriteExceptionHandlers() argument
588 write_entry ((int) handler.HandlerType); in WriteExceptionHandlers()
590 write_entry (handler.TryStart.Offset); in WriteExceptionHandlers()
593 write_entry (handler.HandlerStart.Offset); in WriteExceptionHandlers()
/dports/lang/mono/mono-5.10.1.57/external/linker/cecil/Mono.Cecil.Cil/
H A DCodeWriter.cs583 …void WriteExceptionHandlers (Collection<ExceptionHandler> handlers, Action<int> write_entry, Actio… in WriteExceptionHandlers() argument
588 write_entry ((int) handler.HandlerType); in WriteExceptionHandlers()
590 write_entry (handler.TryStart.Offset); in WriteExceptionHandlers()
593 write_entry (handler.HandlerStart.Offset); in WriteExceptionHandlers()
/dports/textproc/py-pybtex/pybtex-0.24.0/pybtex/backends/
H A Dhtml.py91 def write_entry(self, key, label, text): member in Backend
H A Dmarkdown.py118 def write_entry(self, key, label, text): member in Backend
H A Dlatex.py107 def write_entry(self, key, label, text): member in Backend
/dports/sysutils/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.2.5/panel-plugin/
H A Dsettings.cc201 rc->write_entry ("Command", base->command); in write_settings()
225 rc->write_entry (key, rgba); in write_settings()
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/utils/freshmeat/
H A Dmktop1k.php140 write_entry($F1, $proj_mark, $Output);
/dports/net/openldap24-server/openldap-2.4.59/servers/slapd/shell-backends/
H A Dshellutil.h103 void write_entry( struct ldop *op, struct ldentry *entry, FILE *ofp );
/dports/net/openldap24-client/openldap-2.4.59/servers/slapd/shell-backends/
H A Dshellutil.h103 void write_entry( struct ldop *op, struct ldentry *entry, FILE *ofp );
/dports/sysutils/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.2.5/xfce4++/util/
H A Drc.cc65 void Rc::write_entry(const std::string &key, const std::string &value) { in write_entry() function in xfce4::Rc
/dports/games/scid/scid/src/polyglot/
H A Dbook.cpp45 static void write_entry (const entry_t * entry, int n, const int BookNumber);
113 write_entry( entry, pos, BookNumber ); in scid_book_update()
598 write_entry(entry,pos, BookNumber);
704 static void write_entry(const entry_t * entry, int n, const int BookNumber) { function
/dports/net/p5-perl-ldap/perl-ldap-0.68/t/
H A D10ldif-controls.t46 my $x = $ldifout->write_entry(@entries);
/dports/archivers/libcabinet/libcabinet-0.30/
H A Dcfcreate.h147 int write_entry(ostream& out);
236 int write_entry(ostream& out, dword hsize);
/dports/archivers/libcabinet/libcabinet-0.30/dist-include/
H A Dcfcreate.h145 int write_entry(ostream& out);
234 int write_entry(ostream& out, dword hsize);
/dports/devel/git-svn/git-2.34.1/
H A Dentry.c266 static int write_entry(struct cache_entry *ce, char *path, struct conv_attrs *ca, in write_entry() function
477 return write_entry(ce, topath, ca, state, 1); in checkout_entry_ca()
552 return write_entry(ce, path.buf, ca, state, 0); in checkout_entry_ca()

12345678910