Home
last modified time | relevance | path

Searched refs:mkstream (Results 1 – 25 of 33) sorted by relevance

12

/dports/multimedia/mencoder/mplayer-export-2021-12-29/TOOLS/
H A Dmencvcd.sh205 mkstream=1
275 mkstream=0
357 if [ $mkstream -eq 1 ]; then
/dports/multimedia/mplayer/mplayer-export-2021-12-29/TOOLS/
H A Dmencvcd.sh205 mkstream=1
275 mkstream=0
357 if [ $mkstream -eq 1 ]; then
/dports/databases/py-aioredis/aioredis-1.3.1/aioredis/commands/
H A Dstreams.py150 def xgroup_create(self, stream, group_name, latest_id='$', mkstream=False): argument
153 if mkstream:
/dports/math/aribas/aribas-1.64/src/
H A Dfile.c342 return(mkstream(NULL,NOSTREAM)); in Sdumstream()
370 return(mkstream(file,mode));
H A Dstorage.c84 PUBLIC truc mkstream _((FILE *file, int mode));
897 PUBLIC truc mkstream(file,mode) in mkstream() function
/dports/net/zerotier/ZeroTierOne-1.8.3/ext/redis-plus-plus-1.1.1/src/sw/redis++/
H A Dredis_cluster.cpp716 bool mkstream) { in xgroup_create() argument
717 auto reply = command(cmd::xgroup_create, key, group, id, mkstream); in xgroup_create()
H A Dredis.cpp842 bool mkstream) { in xgroup_create() argument
843 auto reply = command(cmd::xgroup_create, key, group, id, mkstream); in xgroup_create()
H A Dqueued_redis.h1525 bool mkstream = false) {
1526 return command(cmd::xgroup_create, key, group, id, mkstream);
H A Dcommand.h1747 bool mkstream) { in xgroup_create() argument
1751 if (mkstream) { in xgroup_create()
/dports/databases/redis5/redis-5.0.14/src/
H A Dt_stream.c1812 int mkstream = 0; in xgroupCommand() local
1822 mkstream = 1; in xgroupCommand()
1837 if (c->argc >= 4 && !mkstream) { in xgroupCommand()
1875 serverAssert(mkstream); in xgroupCommand()
/dports/databases/redis-devel/redis-0e5b813/tests/unit/
H A Dpubsub.tcl325 r xgroup create mystream mygroup $ mkstream
/dports/sysutils/snapraid/snapraid-12.1/
H A DMakefile.in93 check_PROGRAMS = mktest$(EXEEXT) mkstream$(EXEEXT)
111 am_mkstream_OBJECTS = cmdline/mkstream.$(OBJEXT) \
446 cmdline/mkstream.c \
633 cmdline/mkstream.$(OBJEXT): cmdline/$(am__dirstamp)
644 mkstream$(EXEEXT): $(mkstream_OBJECTS) $(mkstream_DEPENDENCIES) $(EXTRA_mkstream_DEPENDENCIES)
645 @rm -f mkstream$(EXEEXT)
1147 $(TESTENV) ./mkstream$(EXEEXT)
H A DMakefile.am2 check_PROGRAMS = mktest mkstream
100 cmdline/mkstream.c \
217 $(TESTENV) ./mkstream$(EXEEXT)
/dports/databases/redis6/redis-6.0.16/src/
H A Dt_stream.c1805 int mkstream = 0; in xgroupCommand() local
1815 mkstream = 1; in xgroupCommand()
1830 if (c->argc >= 4 && !mkstream) { in xgroupCommand()
1868 serverAssert(mkstream); in xgroupCommand()
/dports/databases/py-aioredis/aioredis-1.3.1/tests/
H A Dstream_commands_test.py292 await redis.xgroup_create('test_stream', 'test_group', mkstream=True)
/dports/databases/redis-devel/redis-0e5b813/src/
H A Dt_stream.c2397 int mkstream = 0; in xgroupCommand() local
2407 mkstream = 1; in xgroupCommand()
2422 if (c->argc >= 4 && !mkstream) { in xgroupCommand()
2478 serverAssert(mkstream); in xgroupCommand()
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/third_party/2and3/redis/
H A Dclient.pyi222 def xgroup_create(self, name, groupname, id=..., mkstream=...): ...
/dports/net/zerotier/ZeroTierOne-1.8.3/ext/redis-plus-plus-1.1.1/install/macos/include/sw/redis++/
H A Dcommand.h1747 bool mkstream) { in xgroup_create() argument
1751 if (mkstream) { in xgroup_create()
H A Dqueued_redis.h1525 bool mkstream = false) {
1526 return command(cmd::xgroup_create, key, group, id, mkstream);
/dports/net/zerotier/ZeroTierOne-1.8.3/ext/redis-plus-plus-1.1.1/install/centos8/include/sw/redis++/
H A Dcommand.h1747 bool mkstream) { in xgroup_create() argument
1751 if (mkstream) { in xgroup_create()
H A Dqueued_redis.h1525 bool mkstream = false) {
1526 return command(cmd::xgroup_create, key, group, id, mkstream);
/dports/databases/pecl-redis/redis-5.3.5/
H A Dredis_commands.c3822 zend_bool mkstream = 0; in redis_xgroup_cmd() local
3827 &mkstream) == FAILURE) in redis_xgroup_cmd()
3836 if (mkstream) { in redis_xgroup_cmd()
/dports/devel/pecl-swoole/swoole-4.8.5/ext-src/
H A Dswoole_redis_coro.cc890 ZEND_ARG_INFO(0, mkstream)
4922 zend_bool mkstream = 0; in PHP_METHOD() local
4924 …GS(), "sss|b", &key, &key_len, &group_name, &group_name_len, &id, &id_len, &mkstream) == FAILURE) { in PHP_METHOD()
4936 if (mkstream) { in PHP_METHOD()
/dports/databases/py-redis/redis-3.5.3/tests/
H A Dtest_commands.py2150 r.xgroup_create(stream, group, id="$", mkstream=True)
2216 assert r.xgroup_create(stream, group, 0, mkstream=True)
/dports/databases/py-redis/redis-3.5.3/redis/
H A Dclient.py2423 def xgroup_create(self, name, groupname, id='$', mkstream=False): argument
2431 if mkstream:

12