Home
last modified time | relevance | path

Searched defs:reply (Results 1 – 25 of 50) sorted by relevance

12

/f-stack/app/redis-5.0.5/deps/hiredis/
H A Dtest.c55 redisReply *reply; in select_database() local
77 redisReply *reply; in disconnect() local
247 redisReply *reply; in test_append_formatted_commands() local
269 void *reply; in test_reply_reader() local
348 void *reply = NULL; in test_free_null() local
388 redisReply *reply; in test_blocking_connection() local
466 redisReply *reply; in test_blocking_connection_timeouts() local
512 redisReply *reply; in test_blocking_io_errors() local
H A Dhiredis.c74 void freeReplyObject(void *reply) { in freeReplyObject()
862 int redisGetReplyFromReader(redisContext *c, void **reply) { in redisGetReplyFromReader()
870 int redisGetReply(redisContext *c, void **reply) { in redisGetReply()
992 void *reply; in __redisBlockForReply() local
1010 void *reply = NULL; in redisCommand() local
/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x_vfpf.c325 struct vf_common_reply_tlv *reply = &sc->vf2pf_mbox->resp.common_reply; in bnx2x_vf_close() local
357 struct vf_common_reply_tlv *reply = &sc->vf2pf_mbox->resp.common_reply; in bnx2x_vf_init() local
397 struct vf_common_reply_tlv *reply = &sc->vf2pf_mbox->resp.common_reply; in bnx2x_vf_unload() local
491 struct vf_common_reply_tlv *reply = &sc->vf2pf_mbox->resp.common_reply; in bnx2x_vf_setup_queue() local
527 struct vf_common_reply_tlv *reply = &sc->vf2pf_mbox->resp.common_reply; in bnx2x_vf_teardown_queue() local
556 struct vf_common_reply_tlv *reply; in bnx2x_vf_set_mac() local
612 struct vf_common_reply_tlv *reply = &sc->vf2pf_mbox->resp.common_reply; in bnx2x_vf_config_rss() local
652 struct vf_common_reply_tlv *reply = &sc->vf2pf_mbox->resp.common_reply; in bnx2x_vf_set_rx_mode() local
713 struct vf_common_reply_tlv *reply = in bnx2x_vfpf_set_mcast() local
/f-stack/app/redis-5.0.5/src/modules/
H A Dtestmodule.c40 int TestMatchReply(RedisModuleCallReply *reply, char *str) { in TestMatchReply()
56 RedisModuleCallReply *reply; in TestCall() local
310 int TestAssertStringReply(RedisModuleCtx *ctx, RedisModuleCallReply *reply, char *str, size_t len) { in TestAssertStringReply()
333 int TestAssertIntegerReply(RedisModuleCtx *ctx, RedisModuleCallReply *reply, long long expected) { in TestAssertIntegerReply()
361 RedisModuleCallReply *reply; in TestIt() local
H A Dhelloworld.c84 RedisModuleCallReply *reply; in HelloPushCall_RedisCommand() local
100 RedisModuleCallReply *reply; in HelloPushCall2_RedisCommand() local
115 RedisModuleCallReply *reply; in HelloListSumLen_RedisCommand() local
/f-stack/app/redis-5.0.5/src/
H A Dscripting.c127 char *redisProtocolToLuaType(lua_State *lua, char* reply) { in redisProtocolToLuaType()
140 char *redisProtocolToLuaType_Int(lua_State *lua, char *reply) { in redisProtocolToLuaType_Int()
149 char *redisProtocolToLuaType_Bulk(lua_State *lua, char *reply) { in redisProtocolToLuaType_Bulk()
163 char *redisProtocolToLuaType_Status(lua_State *lua, char *reply) { in redisProtocolToLuaType_Status()
173 char *redisProtocolToLuaType_Error(lua_State *lua, char *reply) { in redisProtocolToLuaType_Error()
352 sds reply; in luaRedisGenericCommand() local
2029 char *ldbRedisProtocolToHuman(sds *o, char *reply) { in ldbRedisProtocolToHuman()
2044 char *ldbRedisProtocolToHuman_Int(sds *o, char *reply) { in ldbRedisProtocolToHuman_Int()
2050 char *ldbRedisProtocolToHuman_Bulk(sds *o, char *reply) { in ldbRedisProtocolToHuman_Bulk()
2064 char *ldbRedisProtocolToHuman_Status(sds *o, char *reply) { in ldbRedisProtocolToHuman_Status()
[all …]
H A Dredis-cli.c726 redisReply *reply; in cliAuth() local
739 redisReply *reply; in cliSelect() local
1003 redisReply *reply; in cliReadReply() local
5721 redisReply *reply; in latencyMode() local
5845 redisReply *reply; in latencyDistMode() local
6050 redisReply *reply; in pipeMode() local
6232 redisReply *reply; in getDbSize() local
6294 redisReply *reply; in getKeyTypes() local
6336 redisReply *reply; in getKeySizes() local
6521 redisReply *reply; in getKeyFreqs() local
[all …]
/f-stack/app/redis-5.0.5/tests/modules/
H A Dcommandfilter.c31 RedisModuleCallReply *reply = RedisModule_Call(ctx, "ping", "c", "@log"); in CommandFilter_PingCommand() local
64 RedisModuleCallReply *reply = RedisModule_Call(ctx, cmdname, "v", &argv[2], argc - 2); in CommandFilter_LogCommand() local
/f-stack/tools/libnetgraph/
H A Dmsg.c118 struct ng_mesg *reply, *binary, *ascii; in NgSendAsciiMsg() local
351 NgRecvAsciiMsg(int cs, struct ng_mesg *reply, size_t replen, char *path) in NgRecvAsciiMsg()
396 NgAllocRecvAsciiMsg(int cs, struct ng_mesg **reply, char *path) in NgAllocRecvAsciiMsg()
/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_proc.c82 struct rte_mp_msg *reply; member
417 struct rte_mp_reply *reply; in process_async_request() local
473 struct rte_mp_reply *reply; in trigger_async_action() local
896 struct rte_mp_reply *reply, const struct timespec *ts) in mp_request_sync()
964 rte_mp_request_sync(struct rte_mp_msg *req, struct rte_mp_reply *reply, in rte_mp_request_sync()
1068 struct rte_mp_reply *reply; in rte_mp_request_async() local
H A Dmalloc_mp.c149 struct rte_mp_msg reply; in handle_sync() local
346 const struct rte_mp_reply *reply) in handle_sync_response()
574 struct rte_mp_reply reply; in request_sync() local
/f-stack/app/redis-5.0.5/deps/hiredis/examples/
H A Dexample.c10 redisReply *reply; in main() local
H A Dexample-qt.cpp11 redisReply * reply = static_cast<redisReply *>(r); in getCallback() local
H A Dexample-ivykis.c11 redisReply *reply = r; in getCallback() local
H A Dexample-libev.c11 redisReply *reply = r; in getCallback() local
H A Dexample-libevent.c11 redisReply *reply = r; in getCallback() local
H A Dexample-libuv.c11 redisReply *reply = r; in getCallback() local
H A Dexample-macosx.c13 redisReply *reply = r; in getCallback() local
H A Dexample-ae.c14 redisReply *reply = r; in getCallback() local
H A Dexample-glib.c38 redisReply *reply = r; in command_cb() local
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/
H A Dfm_ncsw.c1190 t_FmIpcReply reply; in Fm10GTxEccWorkaround() local
1425 t_FmIpcReply reply; in FmGetPhysicalMuramBase() local
1588 t_FmIpcReply reply; in FmAllocFmanCtrlEventReg() local
1716 t_FmIpcReply reply; in FmGetFmanCtrlIntr() local
2273 t_FmIpcReply reply; in FmIsPortStalled() local
2323 t_FmIpcReply reply; in FmResumeStalledPort() local
2381 t_FmIpcReply reply; in FmResetMac() local
2503 t_FmIpcReply reply; in FmGetTimeStampScale() local
2607 t_FmIpcReply reply; in FmSetSizeOfFifo() local
3058 t_FmIpcReply reply; in InitGuestMode() local
[all …]
/f-stack/dpdk/lib/librte_eal/linux/
H A Deal_vfio_mp_sync.c30 struct rte_mp_msg reply; in vfio_mp_primary() local
/f-stack/freebsd/contrib/ncsw/Peripherals/BM/
H A Dbm.c350 t_BmIpcReply reply; in BmGetCounter() local
410 t_BmIpcReply reply; in BmGetRevision() local
589 t_BmIpcReply reply; in BM_Init() local
/f-stack/freebsd/contrib/ncsw/Peripherals/QM/
H A Dqm.c343 t_QmIpcReply reply; in QmGetCounter() local
398 t_QmIpcReply reply; in QmGetRevision() local
520 t_QmIpcReply reply; in QmFqidGet() local
898 t_QmIpcReply reply; in QM_Init() local
/f-stack/dpdk/lib/librte_eal/windows/
H A Deal_mp.c52 rte_mp_request_sync(struct rte_mp_msg *req, struct rte_mp_reply *reply, in rte_mp_request_sync()

12