Home
last modified time | relevance | path

Searched refs:moduleapi (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/redis-5.0.5/
H A Druntest-moduleapi16 $TCLSH tests/test_helper.tcl --single unit/moduleapi/commandfilter "${@}"
H A D00-RELEASENOTES98 Add runtest-moduleapi with commandfilter coverage.
/f-stack/app/redis-5.0.5/src/
H A Dmodule.c493 dictEntry *he = dictFind(server.moduleapi, funcname); in RM_GetApi()
5041 return dictAdd(server.moduleapi, (char*)funcname, funcptr); in moduleRegisterApi()
5308 server.moduleapi = dictCreate(&moduleAPIDictType,NULL); in moduleRegisterCoreAPI()
H A Dserver.h960 dict *moduleapi; /* Exported core APIs dictionary for modules. */ member