| /f-stack/app/redis-5.0.5/src/ |
| H A D | t_list.c | 76 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 D | t_set.c | 52 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 D | zed-functions.sh | 192 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 D | commitcheck.sh | 60 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 D | checkpatches.sh | 305 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 D | mac_partition.c | 81 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 D | refreserv.cfg | 4 # 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 D | atime.cfg | 4 # 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 D | zpool_remove.cfg | 4 # 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 D | config002.cfg | 4 # The contents of this file are subject to the terms of the 24 # Use is subject to license terms.
|
| H A D | config006.cfg | 4 # The contents of this file are subject to the terms of the 24 # Use is subject to license terms.
|
| H A D | config001.cfg | 4 # The contents of this file are subject to the terms of the 24 # Use is subject to license terms.
|
| H A D | config021.cfg | 4 # The contents of this file are subject to the terms of the 24 # Use is subject to license terms.
|
| H A D | config017.cfg | 4 # The contents of this file are subject to the terms of the 24 # Use is subject to license terms.
|
| H A D | config015.cfg | 4 # The contents of this file are subject to the terms of the 24 # Use is subject to license terms.
|
| H A D | config005.cfg | 4 # The contents of this file are subject to the terms of the 24 # Use is subject to license terms.
|
| H A D | config018.cfg | 4 # The contents of this file are subject to the terms of the 24 # Use is subject to license terms.
|
| H A D | config019.cfg | 4 # The contents of this file are subject to the terms of the 24 # Use is subject to license terms.
|
| H A D | config020.cfg | 4 # The contents of this file are subject to the terms of the 24 # Use is subject to license terms.
|
| H A D | config022.cfg | 4 # The contents of this file are subject to the terms of the 24 # Use is subject to license terms.
|
| H A D | config016.cfg | 4 # 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 D | zpool_clear.cfg | 4 # 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 D | devices.cfg | 4 # 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 D | compress.cfg | 4 # 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 D | deadman.cfg | 4 # The contents of this file are subject to the terms of the 24 # Use is subject to license terms.
|