Searched refs:pfunctions (Results 1 – 2 of 2) sorted by relevance
62 CHKLOG(rc, HashMapCreate(&Interface->pfunctions)); in EP_Init()87 CHKLOG(rc, HashMapRemoveAll(self->pfunctions)); in EP_Free()93 CHKLOG(rc, HashMapDestroy(self->pfunctions)); in EP_Free()445 return HashMapPut(self->pfunctions, name, callback); in EP_RegisterFunction()458 CHK(rc, HashMapGet(self->pfunctions, name, (void**) &callback)); in EP_LookUpFunction()
132 HashMap *pfunctions; member