Home
last modified time | relevance | path

Searched refs:existing (Results 1 – 25 of 147) sorted by relevance

123456

/f-stack/app/redis-5.0.5/tests/unit/
H A Dkeyspace.tcl71 test {Non existing command} {
87 test {RENAME against already existing key} {
104 test {RENAMENX against already existing key} {
110 test {RENAMENX against already existing key (2)} {
115 test {RENAME against non existing source key} {
120 test {RENAME where source and dest key are the same (existing)} {
125 test {RENAMENX where source and dest key are the same (existing)} {
130 test {RENAME where source and dest key are the same (non existing)} {
185 test {MOVE against key existing in the target DB} {
H A Ddump.tcl69 test {RESTORE can overwrite an existing key with REPLACE} {
85 test {DUMP of non existing key returns nil} {
148 test {MIGRATE will not overwrite existing keys, unless REPLACE is used} {
282 test {MIGRATE with multiple keys migrate just existing ones} {
H A Dintrospection.tcl42 test {CLIENT SETNAME can change the name of an existing connection} {
H A Dintrospection-2.tcl23 test {TOUCH returns the number of existing keys specified} {
/f-stack/app/redis-5.0.5/src/
H A Ddict.c292 dictEntry *dictAddRaw(dict *d, void *key, dictEntry **existing) in dictAddRaw() argument
302 if ((index = _dictKeyIndex(d, key, dictHashKey(d,key), existing)) == -1) in dictAddRaw()
327 dictEntry *entry, *existing, auxentry; in dictReplace() local
331 entry = dictAddRaw(d,key,&existing); in dictReplace()
342 auxentry = *existing; in dictReplace()
343 dictSetVal(d, existing, val); in dictReplace()
356 dictEntry *entry, *existing; in dictAddOrFind() local
357 entry = dictAddRaw(d,key,&existing); in dictAddOrFind()
358 return entry ? entry : existing; in dictAddOrFind()
967 if (existing) *existing = NULL; in _dictKeyIndex()
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/net/
H A Dbroadcom-bcm87xx.txt12 with the existing register value, and the fourth cell is ORed with
14 value of zero, no read of the existing value is performed.
/f-stack/freebsd/contrib/zstd/examples/
H A DREADME.md17 minimizes malloc()/free() calls by re-using existing resources.
31 reducing impact of malloc()/free() and memset() by re-using existing resources.
/f-stack/freebsd/contrib/openzfs/config/
H A Duser-libblkid.m43 dnl # has existing in blkid since 2008.
/f-stack/app/redis-5.0.5/tests/unit/type/
H A Dhash.tcl62 test {HGET against non existing key} {
135 test {HMGET against non existing key and fields} {
260 test {HINCRBY against non existing database key} {
265 test {HINCRBY against non existing hash key} {
329 test {HINCRBYFLOAT against non existing database key} {
334 test {HINCRBYFLOAT against non existing hash key} {
418 test {HSTRLEN against non existing field} {
H A Dincr.tcl2 test {INCR against non existing key} {
80 test {INCRBYFLOAT against non existing key} {
H A Dlist.tcl585 test {LLEN against non existing key} {
593 test {LINDEX against non existing key} {
641 test {RPOPLPUSH against non existing key} {
664 test {RPOPLPUSH against non existing src key} {
732 test {LRANGE against non existing key} {
780 test {LSET against non existing key} {
/f-stack/freebsd/contrib/device-tree/Bindings/clock/ti/
H A Dclockdomain.txt10 binding type, it is used to group existing clock nodes under
/f-stack/freebsd/contrib/openzfs/cmd/zed/zed.d/
H A DREADME28 Please BE CONSISTENT with the existing style, check for errors,
/f-stack/freebsd/contrib/device-tree/Bindings/iio/temperature/
H A Dmlx90632.txt14 already existing EEPROM parameters.
/f-stack/dpdk/doc/guides/platform/
H A Ddpaa.rst77 fmlib library integration. The driver will detect about any existing FMC
79 previous fmc config is existing.
/f-stack/dpdk/devtools/cocci/
H A Dmtod-offset.cocci30 // Fold subsequent offset terms into pre-existing offset used in
/f-stack/dpdk/doc/guides/tools/
H A Dhugepages.rst35 Clear existing huge page reservation
/f-stack/freebsd/contrib/device-tree/Bindings/mtd/partitions/
H A Dbrcm,trx.txt21 There are two existing/known TRX variants:
/f-stack/tools/libxo/doc/
H A Dxopo.rst10 unchanged, avoiding the expense of updating any existing translation
/f-stack/freebsd/mips/conf/
H A DAP1359 # PCIe host controllers - there's two of them, and the existing
H A DTL-ARCHERC7V29 # PCIe host controllers - there's two of them, and the existing
/f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/
H A Dpinctrl-mt8183.txt65 For I2C pins, there are existing generic driving setup and the specific
69 driving setup for I2C pins, the existing generic driving setup will be
/f-stack/freebsd/contrib/device-tree/Bindings/
H A DABI.rst31 meaning of an existing property. For drivers, default to the original
/f-stack/freebsd/contrib/device-tree/Bindings/pwm/
H A Dpwm-fsl-ftm.txt6 for the endianness of the FTM PWM block as integrated into the existing SoCs:
/f-stack/freebsd/contrib/device-tree/Bindings/arm/
H A Dpsci.yaml52 with existing software when "arm,psci" is later in the compatible
177 * enabling firmware and hypervisors to support existing and new kernels.

123456