Home
last modified time | relevance | path

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

/dports/lang/nx/nsf2.3.0/generic/
H A DnsfInt.h460 typedef struct NsfAssertionStore { struct
463 } NsfAssertionStore; argument
476 NsfAssertionStore *as,
626 NsfAssertionStore *assertions;
660 NsfAssertionStore *assertions;
H A Dnsf.c8347 AssertionFindProcs(NsfAssertionStore *aStore, const char *name) { in AssertionFindProcs()
8364 AssertionRemoveProc(NsfAssertionStore *aStore, const char *name) { in AssertionRemoveProc()
8409 static NsfAssertionStore *AssertionCreateStore(void) returns_nonnull;
8411 static NsfAssertionStore *
8413 NsfAssertionStore *aStore = NEW(NsfAssertionStore); in AssertionCreateStore()
8421 static void AssertionRemoveStore(NsfAssertionStore *aStore)
8425 AssertionRemoveStore(NsfAssertionStore *aStore) { in AssertionRemoveStore()
8445 FREE(NsfAssertionStore, aStore); in AssertionRemoveStore()
8601 NsfAssertionStore *aStore; in AssertionCheck()
18708 NsfAssertionStore *aStore = NULL; in MakeMethod()
[all …]