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

  /external/clearsilver/util/
dict.h 20 typedef BOOL (*dictCleanupFunc)(char *id, void *value, void *rock);
73 * dictCleanupFunc callback (see dictCleanup()).
92 * dictCleanupFunc callback (see dictCleanup()).
107 * the lock is released, the dictCleanupFunc callback can
149 void dictCleanup(dictCtx dict, dictCleanupFunc cleanup, void *rock);
dict.c 334 void dictCleanup(dictCtx dict, dictCleanupFunc cleanup, void *rock) {

Completed in 55 milliseconds