Searched refs:getapifuncptr (Results 1 – 2 of 2) sorted by relevance
361 void *getapifuncptr = ((void**)ctx)[0]; in RedisModule_Init() local362 RedisModule_GetApi = (int (*)(const char *, void *)) (unsigned long)getapifuncptr; in RedisModule_Init()
117 void *getapifuncptr; /* NOTE: Must be the first field. */ member