Home
last modified time | relevance | path

Searched defs:redisContext (Results 1 – 23 of 23) sorted by relevance

/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/3rdparty/qredisclient/3rdparty/hiredis/
H A Dhiredis.h116 typedef struct redisContext { struct
137 } redisContext; argument
/dports/net/zerotier/ZeroTierOne-1.8.3/ext/hiredis-0.14.1/include/hiredis/
H A Dhiredis.h117 typedef struct redisContext { struct
138 } redisContext; argument
/dports/net/zerotier/ZeroTierOne-1.8.3/ext/hiredis-0.14.1/
H A Dhiredis.h117 typedef struct redisContext { struct
138 } redisContext; argument
/dports/databases/redis5/redis-5.0.14/deps/hiredis/
H A Dhiredis.h140 typedef struct redisContext { struct
161 } redisContext; argument
/dports/mail/rspamd/rspamd-3.1/contrib/hiredis/
H A Dhiredis.h147 typedef struct redisContext { struct
168 } redisContext; argument
/dports/mail/rspamd-devel/rspamd-93430bb/contrib/hiredis/
H A Dhiredis.h147 typedef struct redisContext { struct
168 } redisContext; argument
/dports/mail/rmilter/rmilter-1.10.0/hiredis/
H A Dhiredis.h141 typedef struct redisContext { struct
162 } redisContext; argument
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/pancurses-0.17.0/src/
H A Dlib.rs141 (r, g, b)
142 }
143
144 /// Alters the appearance of the cursor.
146 /// A visibility of 0 makes it disappear; 1 makes it appear "normal" (usually an underline) and 2
149 unsafe { curses::curs_set(visibility) }
152 /// Save the current terminal modes as the "program" (in curses) state for use by the
155 unsafe { curses::def_prog_mode() }
158 /// Save the current terminal modes as the "shell" (not in curses) state for use by the
159 /// `reset_prog_mode()` and `reset_shell_mode()` functions. This is done automatically by initscr(…
[all …]
/dports/www/h2o-devel/h2o-dcc7134/deps/hiredis/
H A Dhiredis.h140 typedef struct redisContext { struct
161 } redisContext; argument
/dports/www/nginx-full/nchan-1.2.12/src/store/redis/hiredis/
H A Dhiredis.h235 typedef struct redisContext { struct
236 const redisContextFuncs *funcs; /* Function table */ argument
238 int err; /* Error flags, 0 when there is no error */
239 char errstr[128]; /* String representation of error when applicable */
240 redisFD fd;
241 struct sockaddr sockaddr;
265 * context to a given redisContext. Not used by hiredis. */ argument
275 } redisContext; argument
H A DREADME.md568 #### redisContext subsubsection
/dports/databases/webdis/webdis-0.1.18/src/hiredis/
H A Dhiredis.h233 typedef struct redisContext { struct
234 const redisContextFuncs *funcs; /* Function table */ argument
236 int err; /* Error flags, 0 when there is no error */
237 char errstr[128]; /* String representation of error when applicable */
238 redisFD fd;
262 * context to a given redisContext. Not used by hiredis. */ argument
272 } redisContext; argument
/dports/databases/p5-Redis-Fast/Redis-Fast-0.31/deps/hiredis/
H A Dhiredis.h233 typedef struct redisContext { struct
234 const redisContextFuncs *funcs; /* Function table */ argument
236 int err; /* Error flags, 0 when there is no error */
237 char errstr[128]; /* String representation of error when applicable */
238 redisFD fd;
262 * context to a given redisContext. Not used by hiredis. */ argument
272 } redisContext; argument
H A DREADME.md568 #### redisContext subsubsection
/dports/databases/redis-devel/redis-0e5b813/deps/hiredis/
H A Dhiredis.h233 typedef struct redisContext { struct
234 const redisContextFuncs *funcs; /* Function table */ argument
236 int err; /* Error flags, 0 when there is no error */
237 char errstr[128]; /* String representation of error when applicable */
238 redisFD fd;
262 * context to a given redisContext. Not used by hiredis. */ argument
272 } redisContext; argument
H A DREADME.md568 #### redisContext subsubsection
/dports/devel/pecl-swoole/swoole-4.8.5/thirdparty/hiredis/
H A Dhiredis.h232 typedef struct redisContext { struct
233 const redisContextFuncs *funcs; /* Function table */ argument
235 int err; /* Error flags, 0 when there is no error */
236 char errstr[128]; /* String representation of error when applicable */
237 redisFD fd;
261 * context to a given redisContext. Not used by hiredis. */ argument
271 } redisContext; argument
/dports/databases/redis6/redis-6.0.16/deps/hiredis/
H A Dhiredis.h207 typedef struct redisContext { struct
208 const redisContextFuncs *funcs; /* Function table */ argument
210 int err; /* Error flags, 0 when there is no error */
211 char errstr[128]; /* String representation of error when applicable */
212 redisFD fd;
236 } redisContext; argument
/dports/databases/py-hiredis/hiredis-0.2.0/vendor/hiredis/
H A Dhiredis.h132 typedef struct redisContext { struct
139 } redisContext; argument
H A Dtest.c330 void *redisContext = NULL; in test_free_null() local
/dports/databases/p5-Redis-hiredis/Redis-hiredis-0.11.0/
H A Dhiredis.h164 typedef struct redisContext { struct
171 } redisContext; argument
/dports/databases/hiredis/hiredis-0.13.3/
H A Dtest.c331 void *redisContext = NULL; in test_free_null() local
/dports/net-mgmt/collectd5/collectd-5.12.0/src/
H A Dredis.c79 redisContext *redisContext; member