Home
last modified time | relevance | path

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

/external/srec/srec/Semproc/src/
DExpressionParser.c62 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()
/external/srec/srec/Semproc/include/
DSR_ExpressionParser.h132 HashMap *pfunctions; member