Home
last modified time | relevance | path

Searched refs:EM_ASSERT_INTEGER_OR_NIL (Results 1 – 2 of 2) sorted by relevance

/dports/devel/libegit2/libegit2-0ef8b13/src/
H A Degit-commit.c138 EM_ASSERT_INTEGER_OR_NIL(_n); in egit_commit_parent()
153 EM_ASSERT_INTEGER_OR_NIL(_n); in egit_commit_parent_id()
H A Dinterface.h31 #define EM_ASSERT_INTEGER_OR_NIL(val) \ macro