Home
last modified time | relevance | path

Searched refs:deleted (Results 1 – 25 of 39) sorted by relevance

12

/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2_table.c130 if (index < h2c->hpack.added - h2c->hpack.deleted) { in ngx_http_v2_get_indexed_header()
227 if (h2c->hpack.reused == h2c->hpack.deleted) { in ngx_http_v2_add_header()
268 if (h2c->hpack.allocated == h2c->hpack.added - h2c->hpack.deleted) { in ngx_http_v2_add_header()
277 index = h2c->hpack.deleted % h2c->hpack.allocated; in ngx_http_v2_add_header()
291 h2c->hpack.deleted = 0; in ngx_http_v2_add_header()
319 h2c->hpack.deleted = h2c->hpack.added; in ngx_http_v2_table_account()
325 entry = h2c->hpack.entries[h2c->hpack.deleted++ % h2c->hpack.allocated]; in ngx_http_v2_table_account()
355 entry = h2c->hpack.entries[h2c->hpack.deleted++ % h2c->hpack.allocated]; in ngx_http_v2_table_size()
H A Dngx_http_v2.h107 ngx_uint_t deleted; member
/f-stack/app/redis-5.0.5/src/
H A Dzipmap.c281 unsigned char *zipmapDel(unsigned char *zm, unsigned char *key, unsigned int klen, int *deleted) { in zipmapDel() argument
292 if (deleted) *deleted = 1; in zipmapDel()
294 if (deleted) *deleted = 0; in zipmapDel()
H A Dt_hash.c280 int deleted = 0; in hashTypeDelete() local
293 deleted = 1; in hashTypeDelete()
298 deleted = 1; in hashTypeDelete()
307 return deleted; in hashTypeDelete()
708 int j, deleted = 0, keyremoved = 0; in hdelCommand() local
715 deleted++; in hdelCommand()
723 if (deleted) { in hdelCommand()
729 server.dirty += deleted; in hdelCommand()
731 addReplyLongLong(c,deleted); in hdelCommand()
H A Dt_zset.c1092 if (deleted != NULL) *deleted = 0; in zzlDeleteRangeByScore()
1112 if (deleted != NULL) *deleted = num; in zzlDeleteRangeByScore()
1120 if (deleted != NULL) *deleted = 0; in zzlDeleteRangeByLex()
1139 if (deleted != NULL) *deleted = num; in zzlDeleteRangeByLex()
1147 if (deleted) *deleted = num; in zzlDeleteRangeByRank()
1680 if (deleted) { in zremCommand()
1685 server.dirty += deleted; in zremCommand()
1687 addReplyLongLong(c,deleted); in zremCommand()
1698 unsigned long deleted = 0; in zremrangeGenericCommand() local
1780 if (deleted) { in zremrangeGenericCommand()
[all …]
H A Dt_set.c292 int j, deleted = 0, keyremoved = 0; in sremCommand() local
299 deleted++; in sremCommand()
307 if (deleted) { in sremCommand()
313 server.dirty += deleted; in sremCommand()
315 addReplyLongLong(c,deleted); in sremCommand()
898 int deleted = dbDelete(c->db,dstkey); in sinterGenericCommand() local
907 if (deleted) in sinterGenericCommand()
1071 int deleted = dbDelete(c->db,dstkey); in sunionDiffGenericCommand() local
1081 if (deleted) in sunionDiffGenericCommand()
H A Dzipmap.h40 unsigned char *zipmapDel(unsigned char *zm, unsigned char *key, unsigned int klen, int *deleted);
H A Dt_stream.c381 int64_t deleted = 0; in streamTrimByLength() local
393 deleted += entries; in streamTrimByLength()
429 deleted++; in streamTrimByLength()
464 return deleted; in streamTrimByLength()
763 int deleted = 0; in streamDeleteItem() local
770 deleted = 1; in streamDeleteItem()
773 return deleted; in streamDeleteItem()
2334 int deleted = 0; in xdelCommand() local
2341 if (deleted) { in xdelCommand()
2409 int64_t deleted = 0; in xtrimCommand() local
[all …]
H A Dexpire.c430 int deleted = server.lazyfree_lazy_expire ? dbAsyncDelete(c->db,key) : in expireGenericCommand() local
432 serverAssertWithInfo(c,key,deleted); in expireGenericCommand()
H A Dziplist.c679 unsigned int i, totlen, deleted = 0; in __ziplistDelete() local
687 deleted++; in __ziplistDelete()
731 ZIPLIST_INCR_LENGTH(zl,-deleted); in __ziplistDelete()
H A Ddb.c473 int deleted = lazy ? dbAsyncDelete(c->db,c->argv[j]) : in delGenericCommand() local
475 if (deleted) { in delGenericCommand()
H A Dmodule.c1910 int RM_ZsetRem(RedisModuleKey *key, RedisModuleString *ele, int *deleted) { in RM_ZsetRem() argument
1914 if (deleted) *deleted = 1; in RM_ZsetRem()
1916 if (deleted) *deleted = 0; in RM_ZsetRem()
H A Dredismodule.h249 …DISMODULE_API_FUNC(RedisModule_ZsetRem)(RedisModuleKey *key, RedisModuleString *ele, int *deleted);
/f-stack/dpdk/doc/guides/prog_guide/
H A Drcu_lib.rst31 referencing the deleted element.
65 deleted entry.
156 can free the deleted entry.
166 resource is freed at a later time, the token and the reference to the deleted
175 does not have to store the token or the reference to the deleted resource. The
200 #. Has to store a reference to the deleted resources in a FIFO
204 can create a FIFO to store the references to deleted resources using ``rte_rcu_qsbr_dq_create()``.
230 …ld call ``rte_rcu_qsbr_dq_create()`` to create the FIFO to store the references to deleted entries.
231 * client library should use ``rte_rcu_qsbr_dq_enqueue`` to enqueue the deleted resources on the FIF…
H A Dkernel_nic_interface.rst255 The KNI interfaces can be deleted by a DPDK application with
256 ``rte_kni_release()``. All KNI interfaces not explicitly deleted will be
257 deleted when the ``/dev/kni`` device is closed, either explicitly with
H A Dlpm_lib.rst109 * When deleting, to check whether there is a rule containing the one that is to be deleted.
152 the longest prefix match with the rule to be deleted, but has shorter prefix.
H A Dhash_lib.rst53 readers continue to use the position even after the entry is deleted.
117 (or use external RCU mechanisms) in order to free the empty buckets and deleted keys, to maintain t…
193 …HASH_EXTRA_FLAGS_EXT_TABLE flag is not set. With one exception, if a key is deleted from any bucket
H A Dvhost_lib.rst156 acts as the server the device should not be deleted before
163 safely deleted.
/f-stack/freebsd/contrib/openzfs/.github/
H A Dcodecov.yml22 behavior: once # update if exists; post new; skip if deleted
/f-stack/freebsd/netpfil/ipfw/
H A Ddummynet.txt380 it is deleted and a new one is created.
410 unlinked flowset list, it is removed and deleted, and then recreated.
414 it isn't deleted now, but it is removed from flowset list and it will be
415 deleted later because there could be some queues that are using it.
449 Also the scheduler associated with this pipe should be deleted.
451 FIFO flowset must be deleted.
465 and decremented when a queue is deleted.
471 counter reaches 0, the flowset is deleted.
487 the instance. When all instance are deleted, the scheduler template is
489 with the scheduler is empty, it is deleted now, else it will be deleted when
[all …]
/f-stack/freebsd/contrib/openzfs/cmd/arc_summary/
H A Darc_summary2225 deleted = Kstat["kstat.zfs.misc.arcstats.deleted"]
237 output["arc_misc"]["deleted"] = fHits(deleted)
/f-stack/app/redis-5.0.5/tests/unit/type/
H A Dstream-cgroups.tcl135 test {XREADGROUP history reporting of deleted entries. Bug #5570} {
/f-stack/freebsd/kern/
H A Dbus_if.m185 * @brief Notify a bus that a child was deleted
190 * @param _dev the device whose child is being deleted
191 * @param _child the child device which is being deleted
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_sendrecv.c3216 nvlist_t *local_nv, *deleted = NULL; in recv_incremental_replication() local
3237 VERIFY(0 == nvlist_alloc(&deleted, NV_UNIQUE_NAME, 0)); in recv_incremental_replication()
3349 nvlist_add_boolean(deleted, guidname); in recv_incremental_replication()
3407 nvlist_add_boolean(deleted, guidname); in recv_incremental_replication()
3441 if (nvlist_exists(deleted, guidname)) { in recv_incremental_replication()
3505 nvlist_free(deleted); in recv_incremental_replication()
/f-stack/dpdk/doc/guides/nics/
H A Dmemif.rst86 any time, due to driver error or if the interface is being deleted.

12