Home
last modified time | relevance | path

Searched +defs:filter +defs:o (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/net/bnx2x/
H A Decore_sp.c32 struct ecore_exe_queue_obj *o, in ecore_exe_queue_init()
144 struct ecore_exe_queue_obj *o) in ecore_exe_queue_reset_pending()
163 struct ecore_exe_queue_obj *o, in ecore_exe_queue_step()
486 struct ecore_vlan_mac_obj *o) in __ecore_vlan_mac_h_read_lock()
643 ecore_vlan_mac_obj in ecore_check_mac_del()
797 struct ecore_vlan_mac_obj *o, in ecore_set_one_mac_e2()
2631 struct ecore_mcast_obj *o, in ecore_mcast_hdl_add()
2656 struct ecore_mcast_obj *o, in ecore_mcast_hdl_del()
2928 #define ECORE_57711_SET_MC_FILTER(filter, bit) \ argument
2959 struct ecore_mcast_obj *o, in ecore_mcast_hdl_restore_e1h()
[all …]
/f-stack/app/redis-5.0.5/src/
H A Ddb.c158 robj *o = lookupKeyRead(c->db, key); in lookupKeyReadOrReply() local
164 robj *o = lookupKeyWrite(c->db, key); in lookupKeyWriteOrReply() local
317 robj *dbUnshareStringValue(redisDb *db, robj *key, robj *o) { in dbUnshareStringValue()
568 robj *o = pd[1]; in scanCallback() local
598 int parseScanCursorOrReply(client *c, robj *o, unsigned long *cursor) { in parseScanCursorOrReply()
624 void scanGenericCommand(client *c, robj *o, unsigned long cursor) { in scanGenericCommand()
743 int filter = 0; in scanGenericCommand() local
817 robj *o; in typeCommand() local
870 robj *o; in renameGenericCommand() local
920 robj *o; in moveCommand() local
H A Dmodule.c457 robj *o = key->value; in moduleDelKeyIfEmpty() local
872 RedisModuleString *o = createStringObject(ptr,len); in RM_CreateString() local
893 RedisModuleString *o = createObject(OBJ_STRING, s); in RM_CreateStringPrintf() local
923 RedisModuleString *o = dupStringObject(str); in RM_CreateStringFromString() local
1738 robj *o = createObject(OBJ_STRING,sdsnewlen(NULL, newlen)); in RM_StringTruncate() local
2820 clientReplyBlock *o = listNodeValue(listFirst(c->reply)); in RM_Call() local
3088 robj *o = createModuleObject(mt,value); in RM_ModuleTypeSetValue() local
4818 RedisModuleCommandFilter *filter = ln->value; in moduleUnregisterFilters() local
4886 RedisModuleCommandFilter *filter = zmalloc(sizeof(*filter)); in RM_RegisterCommandFilter() local
4898 int RM_UnregisterCommandFilter(RedisModuleCtx *ctx, RedisModuleCommandFilter *filter) { in RM_UnregisterCommandFilter()
[all …]
H A Dcluster.c4066 sds clusterGenNodesDescription(int filter) { in clusterGenNodesDescription()
4105 int getSlotOrReply(client *c, robj *o) { in getSlotOrReply()
4254 robj *o; in clusterCommand() local
4779 void createDumpPayload(rio *payload, robj *o, robj *key) { in createDumpPayload()
4835 robj *o, *dumpobj; in dumpCommand() local
/f-stack/tools/libxo/xohtml/external/
H A Djquery.js4148 Sizzle.filter = function( expr, set, inplace, not ) { function
5608 filter: function( expr, elems, not ) { method
7146 …h( "ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split( " " ), function( i, o ){ argument