Home
last modified time | relevance | path

Searched defs:VarCache (Results 1 – 2 of 2) sorted by relevance

/dports/databases/pgbouncer/pgbouncer-1.16.0/include/
H A Dvarcache.h10 typedef struct VarCache VarCache; typedef
12 struct VarCache { struct
16 bool varcache_set(VarCache *cache, const char *key, const char *value) /* _MUSTCHECK */; argument
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/thirdparty/com/leanplum/internal/
H A DVarCache.java57 public class VarCache { class