HomeSort by relevance Sort by last modified time
    Searched full:pfunctions (Results 1 - 2 of 2) sorted by null

  /external/srec/srec/Semproc/src/
ExpressionParser.c 62 CHKLOG(rc, HashMapCreate(&Interface->pfunctions));
87 CHKLOG(rc, HashMapRemoveAll(self->pfunctions));
93 CHKLOG(rc, HashMapDestroy(self->pfunctions));
445 return HashMapPut(self->pfunctions, name, callback);
458 CHK(rc, HashMapGet(self->pfunctions, name, (void**) &callback));
  /external/srec/srec/Semproc/include/
SR_ExpressionParser.h 132 HashMap *pfunctions; member in struct:ExpressionParser_t

Completed in 232 milliseconds