Home
last modified time | relevance | path

Searched refs:subject (Results 1 – 25 of 506) sorted by relevance

12345678910>>...21

/f-stack/app/redis-5.0.5/src/
H A Dt_list.c76 return quicklistCount(subject->ptr); in listTypeLength()
86 li->subject = subject; in listTypeInitIterator()
87 li->encoding = subject->encoding; in listTypeInitIterator()
180 serverAssertWithInfo(NULL,subject,subject->type==OBJ_LIST); in listTypeConvert()
181 serverAssertWithInfo(NULL,subject,subject->encoding==OBJ_ENCODING_ZIPLIST); in listTypeConvert()
186 subject->ptr = quicklistCreateFromZiplist(zlen, depth, subject->ptr); in listTypeConvert()
236 robj *subject; in pushxGenericCommand() local
266 robj *subject; in linsertCommand() local
491 robj *subject, *obj; in lremCommand() local
500 if (subject == NULL || checkType(c,subject,OBJ_LIST)) return; in lremCommand()
[all …]
H A Dt_set.c52 int setTypeAdd(robj *subject, sds value) { in setTypeAdd() argument
54 if (subject->encoding == OBJ_ENCODING_HT) { in setTypeAdd()
55 dict *ht = subject->ptr; in setTypeAdd()
65 subject->ptr = intsetAdd(subject->ptr,llval,&success); in setTypeAdd()
107 int setTypeIsMember(robj *subject, sds value) { in setTypeIsMember() argument
109 if (subject->encoding == OBJ_ENCODING_HT) { in setTypeIsMember()
123 si->subject = subject; in setTypeInitIterator()
124 si->encoding = subject->encoding; in setTypeInitIterator()
126 si->di = dictGetIterator(subject->ptr); in setTypeInitIterator()
222 unsigned long setTypeSize(const robj *subject) { in setTypeSize() argument
[all …]
/f-stack/freebsd/contrib/openzfs/cmd/zed/zed.d/
H A Dzed-functions.sh192 local subject="$1"
197 zed_notify_email "${subject}" "${pathname}"; rv=$?
201 zed_notify_pushbullet "${subject}" "${pathname}"; rv=$?
205 zed_notify_slack_webhook "${subject}" "${pathname}"; rv=$?
244 local subject="$1"
258 [ -n "${subject}" ] || return 1
267 -e "s/@SUBJECT@/${subject}/g")"
310 local subject="$1"
321 [ -n "${subject}" ] || return 1
402 [ -n "${subject}" ] || return 1
/f-stack/freebsd/contrib/openzfs/scripts/
H A Dcommitcheck.sh60 subject=$(git log -n 1 --pretty=%s "$REF" | grep -E -m 1 '^Fix coverity defects')
61 if [ -n "$subject" ]; then
73 subject=$(git log -n 1 --pretty=%s "$REF" |
75 if [ -z "$subject" ]; then
/f-stack/dpdk/devtools/
H A Dcheckpatches.sh305 subject=$(sed '/^Subject: */!d;s///;N;s,\n[[:space:]]\+, ,;s,\n.*,,;q' "$patch")
306 check "$patch" '' "$subject"
309 subject=$(while read header value ; do
317 check '' '' "$subject"
325 subject=$(git log --format='%s' -1 $commit)
326 check '' $commit "$subject"
/f-stack/freebsd/security/mac_partition/
H A Dmac_partition.c81 partition_check(struct label *subject, struct label *object) in partition_check() argument
87 if (subject == NULL) in partition_check()
90 if (SLOT(subject) == 0) in partition_check()
101 if (SLOT(subject) == SLOT(object)) in partition_check()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/refreserv/
H A Drefreserv.cfg4 # The contents of this file are subject to the terms of the
24 # Use is subject to license terms.
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/atime/
H A Datime.cfg4 # The contents of this file are subject to the terms of the
24 # Use is subject to license terms.
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_remove/
H A Dzpool_remove.cfg4 # The contents of this file are subject to the terms of the
24 # Use is subject to license terms.
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/inheritance/
H A Dconfig002.cfg4 # The contents of this file are subject to the terms of the
24 # Use is subject to license terms.
H A Dconfig006.cfg4 # The contents of this file are subject to the terms of the
24 # Use is subject to license terms.
H A Dconfig001.cfg4 # The contents of this file are subject to the terms of the
24 # Use is subject to license terms.
H A Dconfig021.cfg4 # The contents of this file are subject to the terms of the
24 # Use is subject to license terms.
H A Dconfig017.cfg4 # The contents of this file are subject to the terms of the
24 # Use is subject to license terms.
H A Dconfig015.cfg4 # The contents of this file are subject to the terms of the
24 # Use is subject to license terms.
H A Dconfig005.cfg4 # The contents of this file are subject to the terms of the
24 # Use is subject to license terms.
H A Dconfig018.cfg4 # The contents of this file are subject to the terms of the
24 # Use is subject to license terms.
H A Dconfig019.cfg4 # The contents of this file are subject to the terms of the
24 # Use is subject to license terms.
H A Dconfig020.cfg4 # The contents of this file are subject to the terms of the
24 # Use is subject to license terms.
H A Dconfig022.cfg4 # The contents of this file are subject to the terms of the
24 # Use is subject to license terms.
H A Dconfig016.cfg4 # The contents of this file are subject to the terms of the
24 # Use is subject to license terms.
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_clear/
H A Dzpool_clear.cfg4 # The contents of this file are subject to the terms of the
24 # Use is subject to license terms.
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/devices/
H A Ddevices.cfg4 # The contents of this file are subject to the terms of the
24 # Use is subject to license terms.
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/compression/
H A Dcompress.cfg4 # The contents of this file are subject to the terms of the
24 # Use is subject to license terms.
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/deadman/
H A Ddeadman.cfg4 # The contents of this file are subject to the terms of the
24 # Use is subject to license terms.

12345678910>>...21