Home
last modified time | relevance | path

Searched refs:EGIT_BLOB (Results 1 – 3 of 3) sorted by relevance

/dports/devel/libegit2/libegit2-0ef8b13/src/
H A Degit-blob.c85 return egit_wrap(env, EGIT_BLOB, blob, EM_EXTRACT_USER_PTR(_repo)); in egit_blob_lookup()
103 return egit_wrap(env, EGIT_BLOB, blob, EM_EXTRACT_USER_PTR(_repo)); in egit_blob_lookup_prefix()
H A Degit.c70 type == EGIT_BLOB || type == EGIT_TAG || type == EGIT_OBJECT) in egit_assert_object()
127 case EGIT_COMMIT: case EGIT_TREE: case EGIT_BLOB: case EGIT_TAG: case EGIT_OBJECT: in egit_finalize()
162 case GIT_OBJ_BLOB: type = EGIT_BLOB; break; in egit_wrap()
281 case EGIT_BLOB: return esym_blob; in egit_typeof()
353 return (type == EGIT_COMMIT || type == EGIT_TREE || type == EGIT_BLOB || in egit_object_p()
H A Degit.h41 …do { if (!egit_assert_type(env, (val), EGIT_BLOB, esym_libgit_blob_p)) return esym_nil; } while (0)
254 EGIT_BLOB, enumerator