Home
last modified time | relevance | path

Searched refs:commands (Results 1 – 25 of 144) sorted by relevance

123456

/f-stack/app/redis-5.0.5/src/
H A Dmulti.c36 c->mstate.commands = NULL; in initClientMultiState()
47 multiCmd *mc = c->mstate.commands+j; in freeClientMultiState()
53 zfree(c->mstate.commands); in freeClientMultiState()
61 c->mstate.commands = zrealloc(c->mstate.commands, in queueMultiCommand()
63 mc = c->mstate.commands+c->mstate.count; in queueMultiCommand()
164 c->argc = c->mstate.commands[j].argc; in execCommand()
165 c->argv = c->mstate.commands[j].argv; in execCommand()
166 c->cmd = c->mstate.commands[j].cmd; in execCommand()
181 c->mstate.commands[j].argc = c->argc; in execCommand()
182 c->mstate.commands[j].argv = c->argv; in execCommand()
[all …]
/f-stack/dpdk/app/test/
H A Dcommands.c364 char *commands; in commands_init() local
371 commands = (char *)calloc(commands_len, sizeof(char)); in commands_init()
372 if (!commands) in commands_init()
376 strlcat(commands, t->command, commands_len); in commands_init()
378 strlcat(commands, "#", commands_len); in commands_init()
381 cmd_autotest_autotest.string_data.str = commands; in commands_init()
/f-stack/dpdk/doc/guides/howto/
H A Dtelemetry.rst61 #. The user can now input commands to send across the socket, and receive the
62 response. Some available commands are shown below.
64 * List all commands::
77 For commands that expect a parameter, use "," to separate the command
/f-stack/app/redis-5.0.5/
H A DREADME.md20 * The full list of Redis commands. http://redis.io/commands
148 You can find the list of all the available commands at http://redis.io/commands.
246 * `server.commands` is the command table.
348 implement an API that allows commands to append new commands into the AOF
352 the functions that in turn will write the commands into the AOF.
358 Examples of generic commands are `DEL` and `EXPIRE`. They operate on keys
359 and not on their values specifically. All those generic commands are
400 This file also implements both the `SYNC` and `PSYNC` commands that are
420 All the Redis commands are defined in the following way:
438 There are tons of commands implementations inside the Redis source code
[all …]
/f-stack/app/redis-5.0.5/utils/
H A Dgenerate-command-help.rb47 def commands method
74 commands.to_a.sort do |x,y|
/f-stack/freebsd/netgraph/bluetooth/hci/
H A DTODO20 3) Add proper handling for some HCI commands
22 HCI testing commands is one example. Also might implement Host to
/f-stack/app/redis-5.0.5/tests/unit/
H A Dslowlog.tcl6 test {SLOWLOG - only logs commands taking more time than specified} {
44 test {SLOWLOG - commands with too many arguments are trimmed} {
61 test {SLOWLOG - EXEC is not logged, just executed commands} {
H A Dintrospection.tcl6 test {MONITOR can log executed commands} {
15 test {MONITOR can log commands issued by the scripting engine} {
H A Dmulti.tcl34 test {MULTI where commands alter argc/argv} {
49 test {EXEC fails if there are errors while queueing commands #1} {
60 test {EXEC fails if there are errors while queueing commands #2} {
282 test {MULTI / EXEC is propagated correctly (read-only commands)} {
H A Dauth.tcl23 test {Once AUTH succeeded we can actually send commands to the server} {
/f-stack/app/redis-5.0.5/deps/hiredis/
H A DREADME.md14 Apart from supporting sending commands and receiving replies, it comes with
73 ### Sending commands
75 There are several ways to issue commands to Redis. The first that will be introduced is
157 ### Sending commands (cont'd)
178 of the context. This output buffer is dynamic, so it can hold any number of commands.
190 is expected on the socket. To pipeline commands, the only things that needs to be done is
191 filling up the output buffer. For this cause, two commands can be used that are identical
289 ### Sending commands and their callbacks
292 Therefore, unlike the synchronous API, there is only a single way to send commands.
301 The functions that can be used to issue commands in an asynchronous context are:
[all …]
/f-stack/freebsd/contrib/openzfs/cmd/zpool_influxdb/telegraf.d/
H A Dexec_zpool_influxdb.conf4 commands = ["/usr/local/libexec/zfs/zpool_influxdb"]
/f-stack/app/redis-5.0.5/tests/unit/moduleapi/
H A Dcommandfilter.tcl6 test {Command Filter handles redirected commands} {
28 test {Command Filter applies on RM_Call() commands} {
/f-stack/dpdk/app/test-cmdline/
H A Dmeson.build4 sources = files('commands.c', 'cmdline_test.c')
/f-stack/dpdk/doc/guides/prog_guide/
H A Dtelemetry_lib.rst14 responsible for registering their own commands, and providing the callback
47 This callback is an example of handling multiple commands in one callback,
149 Libraries and applications must register commands to make their information
164 To use commands, with a DPDK app running (e.g. testpmd), use the
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/
H A DMakefile.am6 commands.cfg \
/f-stack/dpdk/examples/multi_process/hotplug_mp/
H A Dmeson.build11 'commands.c', 'main.c'
H A DMakefile8 SRCS-y := main.c commands.c
/f-stack/freebsd/contrib/device-tree/Bindings/mfd/
H A Dtwl6040.txt5 They are connected ot the host processor via i2c for commands, McPDM for audio
6 data and commands.
/f-stack/dpdk/examples/cmdline/
H A Dmeson.build11 'commands.c', 'main.c', 'parse_obj_list.c'
/f-stack/dpdk/doc/guides/cryptodevs/
H A Dbcmfs.rst67 cross-compiled on an x86 platform. For example, below commands can be executed
82 For example, below commands can be run to get hold of a device node by VFIO.
/f-stack/dpdk/doc/guides/nics/
H A Ddpaa2.rst123 play bus, like PCI. DPRC commands can be used to enumerate the contents
141 to send MC commands. It has an interrupt for status events (like
204 - commands: set link up/down, link config, get stats, IRQ config, enable, reset
213 - commands: port config, offload config, queue config, parse/classify config, IRQ config, enable, r…
227 - commands: IRQ config, enable, reset
234 - commands: enable, reset
237 Used by drivers to send commands to the MC to manage
242 - commands: IRQ config, enable, reset
509 For blocking a DPAA2 device, following commands can be used.
/f-stack/freebsd/netgraph/bluetooth/socket/
H A Dng_btsocket_hci_raw.c98 bitstr_t bit_decl(commands[0x3f], 0x3ff);
688 ng_btsocket_hci_raw_sec_filter->commands[NG_HCI_OGF(opcode) - 1], in ng_btsocket_hci_raw_filter()
825 f = ng_btsocket_hci_raw_sec_filter->commands[NG_HCI_OGF_LINK_CONTROL-1]; in ng_btsocket_hci_raw_init()
836 f = ng_btsocket_hci_raw_sec_filter->commands[NG_HCI_OGF_LINK_POLICY-1]; in ng_btsocket_hci_raw_init()
841 f = ng_btsocket_hci_raw_sec_filter->commands[NG_HCI_OGF_HC_BASEBAND-1]; in ng_btsocket_hci_raw_init()
866 f = ng_btsocket_hci_raw_sec_filter->commands[NG_HCI_OGF_INFO - 1]; in ng_btsocket_hci_raw_init()
874 f = ng_btsocket_hci_raw_sec_filter->commands[NG_HCI_OGF_STATUS - 1]; in ng_btsocket_hci_raw_init()
880 f = ng_btsocket_hci_raw_sec_filter->commands[NG_HCI_OGF_TESTING - 1]; in ng_btsocket_hci_raw_init()
883 f = ng_btsocket_hci_raw_sec_filter->commands[NG_HCI_OGF_LE -1]; in ng_btsocket_hci_raw_init()
/f-stack/dpdk/examples/bpf/
H A DREADME7 commands documented in the `Testpmd Application User Guide` for
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_ssi_filter_module.h35 ngx_hash_keys_arrays_t commands; member

123456