Home
last modified time | relevance | path

Searched refs:GIT_CALLBACK (Results 1 – 25 of 38) sorted by relevance

12

/GUIX-v6.2.1/guix_studio/libs/libgit2/include/git2/sys/
Drefdb_backend.h41 int GIT_CALLBACK(next)(
48 int GIT_CALLBACK(next_name)(
55 void GIT_CALLBACK(free)(
74 int GIT_CALLBACK(exists)(
91 int GIT_CALLBACK(lookup)(
111 int GIT_CALLBACK(iterator)(
142 int GIT_CALLBACK(write)(git_refdb_backend *backend,
164 int GIT_CALLBACK(rename)(
186 …int GIT_CALLBACK(del)(git_refdb_backend *backend, const char *ref_name, const git_oid *old_id, con…
199 int GIT_CALLBACK(compress)(git_refdb_backend *backend);
[all …]
Dtransport.h39 int GIT_CALLBACK(set_callbacks)(
47 int GIT_CALLBACK(set_custom_headers)(
55 int GIT_CALLBACK(connect)(
71 int GIT_CALLBACK(ls)(
77 …int GIT_CALLBACK(push)(git_transport *transport, git_push *push, const git_remote_callbacks *callb…
86 int GIT_CALLBACK(negotiate_fetch)(
98 int GIT_CALLBACK(download_pack)(
106 int GIT_CALLBACK(is_connected)(git_transport *transport);
109 int GIT_CALLBACK(read_flags)(git_transport *transport, int *flags);
112 void GIT_CALLBACK(cancel)(git_transport *transport);
[all …]
Dconfig.h42 int GIT_CALLBACK(next)(git_config_entry **entry, git_config_iterator *iter);
47 void GIT_CALLBACK(free)(git_config_iterator *iter);
61 …int GIT_CALLBACK(open)(struct git_config_backend *, git_config_level_t level, const git_repository…
62 int GIT_CALLBACK(get)(struct git_config_backend *, const char *key, git_config_entry **entry);
63 int GIT_CALLBACK(set)(struct git_config_backend *, const char *key, const char *value);
64 …int GIT_CALLBACK(set_multivar)(git_config_backend *cfg, const char *name, const char *regexp, cons…
65 int GIT_CALLBACK(del)(struct git_config_backend *, const char *key);
66 int GIT_CALLBACK(del_multivar)(struct git_config_backend *, const char *key, const char *regexp);
67 int GIT_CALLBACK(iterator)(git_config_iterator **, struct git_config_backend *);
69 int GIT_CALLBACK(snapshot)(struct git_config_backend **, struct git_config_backend *);
[all …]
Dodb_backend.h35 int GIT_CALLBACK(read)(
41 int GIT_CALLBACK(read_prefix)(
45 int GIT_CALLBACK(read_header)(
52 int GIT_CALLBACK(write)(
55 int GIT_CALLBACK(writestream)(
58 int GIT_CALLBACK(readstream)(
62 int GIT_CALLBACK(exists)(
65 int GIT_CALLBACK(exists_prefix)(
78 int GIT_CALLBACK(refresh)(git_odb_backend *);
80 int GIT_CALLBACK(foreach)(
[all …]
Dstream.h34 int GIT_CALLBACK(connect)(struct git_stream *);
35 int GIT_CALLBACK(certificate)(git_cert **, struct git_stream *);
36 int GIT_CALLBACK(set_proxy)(struct git_stream *, const git_proxy_options *proxy_opts);
37 ssize_t GIT_CALLBACK(read)(struct git_stream *, void *, size_t);
38 ssize_t GIT_CALLBACK(write)(struct git_stream *, const char *, size_t, int);
39 int GIT_CALLBACK(close)(struct git_stream *);
40 void GIT_CALLBACK(free)(struct git_stream *);
57 int GIT_CALLBACK(init)(git_stream **out, const char *host, const char *port);
71 int GIT_CALLBACK(wrap)(git_stream **out, git_stream *in, const char *host);
117 typedef int GIT_CALLBACK(git_stream_cb)(git_stream **out, const char *host, const char *port);
Dalloc.h25 void * GIT_CALLBACK(gmalloc)(size_t n, const char *file, int line);
32 void * GIT_CALLBACK(gcalloc)(size_t nelem, size_t elsize, const char *file, int line);
35 char * GIT_CALLBACK(gstrdup)(const char *str, const char *file, int line);
41 char * GIT_CALLBACK(gstrndup)(const char *str, size_t n, const char *file, int line);
47 char * GIT_CALLBACK(gsubstrdup)(const char *str, size_t n, const char *file, int line);
54 void * GIT_CALLBACK(grealloc)(void *ptr, size_t size, const char *file, int line);
60 …void * GIT_CALLBACK(greallocarray)(void *ptr, size_t nelem, size_t elsize, const char *file, int l…
66 void * GIT_CALLBACK(gmallocarray)(size_t nelem, size_t elsize, const char *file, int line);
72 void GIT_CALLBACK(gfree)(void *ptr);
Dfilter.h141 typedef int GIT_CALLBACK(git_filter_init_fn)(git_filter *self);
153 typedef void GIT_CALLBACK(git_filter_shutdown_fn)(git_filter *self);
175 typedef int GIT_CALLBACK(git_filter_check_fn)(
193 typedef int GIT_CALLBACK(git_filter_apply_fn)(
200 typedef int GIT_CALLBACK(git_filter_stream_fn)(
215 typedef void GIT_CALLBACK(git_filter_cleanup_fn)(
Dmerge.h76 typedef int GIT_CALLBACK(git_merge_driver_init_fn)(git_merge_driver *self);
88 typedef void GIT_CALLBACK(git_merge_driver_shutdown_fn)(git_merge_driver *self);
108 typedef int GIT_CALLBACK(git_merge_driver_apply_fn)(
/GUIX-v6.2.1/guix_studio/libs/libgit2/include/git2/
Dodb_backend.h96 int GIT_CALLBACK(read)(git_odb_stream *stream, char *buffer, size_t len);
101 int GIT_CALLBACK(write)(git_odb_stream *stream, const char *buffer, size_t len);
113 int GIT_CALLBACK(finalize_write)(git_odb_stream *stream, const git_oid *oid);
121 void GIT_CALLBACK(free)(git_odb_stream *stream);
128 …int GIT_CALLBACK(append)(git_odb_writepack *writepack, const void *data, size_t size, git_indexer_…
129 int GIT_CALLBACK(commit)(git_odb_writepack *writepack, git_indexer_progress *stats);
130 void GIT_CALLBACK(free)(git_odb_writepack *writepack);
Ddiff.h331 typedef int GIT_CALLBACK(git_diff_notify_cb)(
347 typedef int GIT_CALLBACK(git_diff_progress_cb)(
465 typedef int GIT_CALLBACK(git_diff_file_cb)(
531 typedef int GIT_CALLBACK(git_diff_binary_cb)(
557 typedef int GIT_CALLBACK(git_diff_hunk_cb)(
618 typedef int GIT_CALLBACK(git_diff_line_cb)(
702 int GIT_CALLBACK(file_signature)(
705 int GIT_CALLBACK(buffer_signature)(
708 void GIT_CALLBACK(free_signature)(void *sig, void *payload);
709 int GIT_CALLBACK(similarity)(int *score, void *siga, void *sigb, void *payload);
Dremote.h427 typedef int GIT_CALLBACK(git_push_transfer_progress_cb)(
463 typedef int GIT_CALLBACK(git_push_negotiation)(const git_push_update **updates, size_t len, void *p…
477 typedef int GIT_CALLBACK(git_push_update_reference_cb)(const char *refname, const char *status, voi…
491 typedef int GIT_CALLBACK(git_url_resolve_cb)(git_buf *url_resolved, const char *url, int direction,…
513 int GIT_CALLBACK(completion)(git_remote_completion_t type, void *data);
543 int GIT_CALLBACK(update_tips)(const char *refname, const git_oid *a, const git_oid *b, void *data);
Dcheckout.h236 typedef int GIT_CALLBACK(git_checkout_notify_cb)(
245 typedef void GIT_CALLBACK(git_checkout_progress_cb)(
252 typedef void GIT_CALLBACK(git_checkout_perfdata_cb)(
Dcredential.h131 typedef int GIT_CALLBACK(git_credential_acquire_cb)(
244 typedef void GIT_CALLBACK(git_credential_ssh_interactive_cb)(
280 typedef int GIT_CALLBACK(git_credential_sign_cb)(
Dtransport.h34 typedef int GIT_CALLBACK(git_transport_message_cb)(const char *str, int len, void *payload);
37 typedef int GIT_CALLBACK(git_transport_cb)(git_transport **out, git_remote *owner, void *param);
Dtypes.h351 int GIT_CALLBACK(write)(git_writestream *stream, const char *buffer, size_t len);
352 int GIT_CALLBACK(close)(git_writestream *stream);
353 void GIT_CALLBACK(free)(git_writestream *stream);
Dapply.h36 typedef int GIT_CALLBACK(git_apply_delta_cb)(
52 typedef int GIT_CALLBACK(git_apply_hunk_cb)(
Dclone.h69 typedef int GIT_CALLBACK(git_remote_create_cb)(
90 typedef int GIT_CALLBACK(git_repository_create_cb)(
Dstash.h115 typedef int GIT_CALLBACK(git_stash_apply_progress_cb)(
201 typedef int GIT_CALLBACK(git_stash_cb)(
Dpack.h192 typedef int GIT_CALLBACK(git_packbuilder_foreach_cb)(void *buf, size_t size, void *payload);
221 typedef int GIT_CALLBACK(git_packbuilder_progress)(
Dcommon.h50 # define GIT_CALLBACK(name) (__cdecl *name) macro
52 # define GIT_CALLBACK(name) (*name) macro
Dtree.h348 typedef int GIT_CALLBACK(git_treebuilder_filter_cb)(
396 typedef int GIT_CALLBACK(git_treewalk_cb)(
Drefs.h434 typedef int GIT_CALLBACK(git_reference_foreach_cb)(git_reference *reference, void *payload);
445 typedef int GIT_CALLBACK(git_reference_foreach_name_cb)(const char *name, void *payload);
Dconfig.h69 void GIT_CALLBACK(free)(struct git_config_entry *entry); /**< Free function for this entry */
84 typedef int GIT_CALLBACK(git_config_foreach_cb)(const git_config_entry *entry, void *payload);
Drepository.h657 typedef int GIT_CALLBACK(git_repository_fetchhead_foreach_cb)(const char *ref_name,
688 typedef int GIT_CALLBACK(git_repository_mergehead_foreach_cb)(const git_oid *oid,
Dtrace.h52 typedef void GIT_CALLBACK(git_trace_cb)(git_trace_level_t level, const char *msg);

12