Home
last modified time | relevance | path

Searched refs:size_t (Results 1 – 25 of 118) sorted by relevance

12345

/GUIX-v6.2.1/guix_studio/libs/libgit2/include/git2/
Dpatch.h52 git_patch **out, git_diff *diff, size_t idx);
100 size_t buffer_len,
125 size_t old_len,
128 size_t new_len,
146 GIT_EXTERN(size_t) git_patch_num_hunks(const git_patch *patch);
165 size_t *total_context,
166 size_t *total_additions,
167 size_t *total_deletions,
185 size_t *lines_in_hunk,
187 size_t hunk_idx);
[all …]
Ddiff.h498 size_t datalen;
501 size_t inflatedlen;
550 size_t header_len; /**< Number of bytes in header text */
605 size_t content_len; /**< Number of bytes of data */
707 const char *buf, size_t buflen, void *payload);
759 size_t rename_limit;
996 GIT_EXTERN(size_t) git_diff_num_deltas(const git_diff *diff);
1009 GIT_EXTERN(size_t) git_diff_num_deltas_of_type(
1030 const git_diff *diff, size_t idx);
1208 size_t buffer_len,
[all …]
Dodb.h130 …N(int) git_odb_read_prefix(git_odb_object **out, git_odb *db, const git_oid *short_id, size_t len);
150 GIT_EXTERN(int) git_odb_read_header(size_t *len_out, git_object_t *type_out, git_odb *db, const git…
175 git_oid *out, git_odb *db, const git_oid *short_id, size_t len);
219 size_t count);
274 GIT_EXTERN(int) git_odb_write(git_oid *out, git_odb *odb, const void *data, size_t len, git_object_…
310 GIT_EXTERN(int) git_odb_stream_write(git_odb_stream *stream, const char *buffer, size_t len);
332 GIT_EXTERN(int) git_odb_stream_read(git_odb_stream *stream, char *buffer, size_t len);
369 size_t *len,
410 GIT_EXTERN(int) git_odb_hash(git_oid *out, const void *data, size_t len, git_object_t type);
483 GIT_EXTERN(size_t) git_odb_object_size(git_odb_object *object);
[all …]
Dblame.h84 size_t min_line;
89 size_t max_line;
135 size_t lines_in_hunk;
138 size_t final_start_line_number;
143 size_t orig_start_line_number;
178 size_t lineno);
219 size_t buffer_len);
Dmerge.h39 size_t size;
240 size_t len;
385 size_t their_heads_len);
404 size_t their_heads_len);
448 size_t length,
463 size_t length,
478 size_t length,
600 size_t their_heads_len,
Dbuffer.h55 size_t asize;
60 size_t size;
66 #define GIT_BUF_INIT_CONST(STR,LEN) { (char *)(STR), 0, (size_t)(LEN) }
101 GIT_EXTERN(int) git_buf_grow(git_buf *buffer, size_t target_size);
112 git_buf *buffer, const void *data, size_t datalen);
Dpathspec.h226 GIT_EXTERN(size_t) git_pathspec_match_list_entrycount(
240 const git_pathspec_match_list *m, size_t pos);
253 const git_pathspec_match_list *m, size_t pos);
264 GIT_EXTERN(size_t) git_pathspec_match_list_failed_entrycount(
277 const git_pathspec_match_list *m, size_t pos);
Doid.h69 GIT_EXTERN(int) git_oid_fromstrn(git_oid *out, const char *str, size_t length);
103 GIT_EXTERN(int) git_oid_nfmt(char *out, size_t n, const git_oid *id);
151 GIT_EXTERN(char *) git_oid_tostr(char *out, size_t n, const git_oid *id);
189 GIT_EXTERN(int) git_oid_ncmp(const git_oid *a, const git_oid *b, size_t len);
236 GIT_EXTERN(git_oid_shorten *) git_oid_shorten_new(size_t min_length);
Dcheckout.h230 size_t mkdir_calls;
231 size_t stat_calls;
232 size_t chmod_calls;
247 size_t completed_steps,
248 size_t total_steps,
Dstash.h187 size_t index,
202 size_t index,
239 size_t index);
255 size_t index,
Dtree.h51 size_t len);
87 GIT_EXTERN(size_t) git_tree_entrycount(const git_tree *tree);
113 const git_tree *tree, size_t idx);
271 GIT_EXTERN(size_t) git_treebuilder_entrycount(git_treebuilder *bld);
481 …e_create_updated(git_oid *out, git_repository *repo, git_tree *baseline, size_t nupdates, const gi…
Dindex.h377 GIT_EXTERN(size_t) git_index_entrycount(const git_index *index);
402 git_index *index, size_t n);
577 const void *buffer, size_t len);
707 GIT_EXTERN(int) git_index_find(size_t *at_pos, git_index *index, const char *path);
718 GIT_EXTERN(int) git_index_find_prefix(size_t *at_pos, git_index *index, const char *prefix);
Dreflog.h92 GIT_EXTERN(size_t) git_reflog_entrycount(git_reflog *reflog);
105 GIT_EXTERN(const git_reflog_entry *) git_reflog_entry_byindex(const git_reflog *reflog, size_t idx);
126 size_t idx,
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);
128 …int GIT_CALLBACK(append)(git_odb_writepack *writepack, const void *data, size_t size, git_indexer_…
Dcommit.h56 git_commit **commit, git_repository *repo, const git_oid *id, size_t len);
368 size_t parent_count,
394 size_t parent_count,
471 size_t parent_count,
Dremote.h313 GIT_EXTERN(size_t) git_remote_refspec_count(const git_remote *remote);
322 GIT_EXTERN(const git_refspec *)git_remote_get_refspec(const git_remote *remote, size_t n);
361 GIT_EXTERN(int) git_remote_ls(const git_remote_head ***out, size_t *size, git_remote *remote);
430 size_t bytes,
463 typedef int GIT_CALLBACK(git_push_negotiation)(const git_push_update **updates, size_t len, void *p…
Dpack.h192 typedef int GIT_CALLBACK(git_packbuilder_foreach_cb)(void *buf, size_t size, void *payload);
210 GIT_EXTERN(size_t) git_packbuilder_object_count(git_packbuilder *pb);
218 GIT_EXTERN(size_t) git_packbuilder_written(git_packbuilder *pb);
/GUIX-v6.2.1/guix_studio/libs/libgit2/include/git2/sys/
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);
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);
Dodb_backend.h36 void **, size_t *, git_object_t *, git_odb_backend *, const git_oid *);
42 git_oid *, void **, size_t *, git_object_t *,
43 git_odb_backend *, const git_oid *, size_t);
46 size_t *, git_object_t *, git_odb_backend *, const git_oid *);
53 git_odb_backend *, const git_oid *, const void *, size_t, git_object_t);
59 git_odb_stream **, size_t *, git_object_t *,
66 git_oid *, git_odb_backend *, const git_oid *, size_t);
132 GIT_EXTERN(void *) git_odb_backend_data_alloc(git_odb_backend *backend, size_t len);
162 GIT_EXTERN(void *) git_odb_backend_malloc(git_odb_backend *backend, size_t len);
Dindex.h48 GIT_EXTERN(size_t) git_index_name_entrycount(git_index *index);
61 git_index *index, size_t n);
97 GIT_EXTERN(size_t) git_index_reuc_entrycount(git_index *index);
108 GIT_EXTERN(int) git_index_reuc_find(size_t *at_pos, git_index *index, const char *path);
132 GIT_EXTERN(const git_index_reuc_entry *) git_index_reuc_get_byindex(git_index *index, size_t n);
168 GIT_EXTERN(int) git_index_reuc_remove(git_index *index, size_t n);
Dtransport.h73 size_t *size,
90 size_t count);
315 size_t buf_size,
316 size_t *bytes_read);
326 size_t len);
/GUIX-v6.2.1/guix_studio/libs/freetype/include/freetype/internal/
Dfthash.h63 size_t data;
110 size_t data,
116 size_t data,
120 size_t*
124 size_t*
/GUIX-v6.2.1/common/src/
Dgx_display_driver_32bpp_block_move.c105 memmove(pPut, pGet, (size_t)width_in_bytes); in _gx_display_driver_32bpp_block_move()
132 memmove(pPut, pGet, (size_t)width_in_bytes); in _gx_display_driver_32bpp_block_move()
159 memmove(pPut, pGet, (size_t)width_in_bytes); in _gx_display_driver_32bpp_block_move()
180 memmove(pPut, pGet, (size_t)width_in_bytes); in _gx_display_driver_32bpp_block_move()
Dgx_display_driver_8bpp_block_move.c104 memmove(pPut, pGet, (size_t)width); in _gx_display_driver_8bpp_block_move()
130 memmove(pPut, pGet, (size_t)width); in _gx_display_driver_8bpp_block_move()
156 memmove(pPut, pGet, (size_t)width); in _gx_display_driver_8bpp_block_move()
177 memmove(pPut, pGet, (size_t)width); in _gx_display_driver_8bpp_block_move()
Dgx_display_driver_16bpp_block_move.c117 memmove(pPut, pGet, (size_t)width_in_bytes); in _gx_display_driver_16bpp_block_move()
144 memmove(pPut, pGet, (size_t)width_in_bytes); in _gx_display_driver_16bpp_block_move()
171 memmove(pPut, pGet, (size_t)width_in_bytes); in _gx_display_driver_16bpp_block_move()
192 memmove(pPut, pGet, (size_t)width_in_bytes); in _gx_display_driver_16bpp_block_move()

12345