OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pfunctions
(Results
1 - 2
of
2
) sorted by null
/external/srec/srec/Semproc/include/
SR_ExpressionParser.h
132
HashMap *
pfunctions
;
member in struct:ExpressionParser_t
/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));
Completed in 35 milliseconds