Home
last modified time | relevance | path

Searched defs:subject (Results 1 – 9 of 9) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dt_list.c41 void listTypePush(robj *subject, robj *value, int where) { in listTypePush()
57 robj *listTypePop(robj *subject, int where) { in listTypePop()
74 unsigned long listTypeLength(const robj *subject) { in listTypeLength()
83 listTypeIterator *listTypeInitIterator(robj *subject, long index, in listTypeInitIterator()
179 void listTypeConvert(robj *subject, int enc) { in listTypeConvert()
236 robj *subject; in pushxGenericCommand() local
266 robj *subject; in linsertCommand() local
491 robj *subject, *obj; in lremCommand() local
H A Dt_set.c52 int setTypeAdd(robj *subject, sds value) { in setTypeAdd()
107 int setTypeIsMember(robj *subject, sds value) { in setTypeIsMember()
121 setTypeIterator *setTypeInitIterator(robj *subject) { in setTypeInitIterator()
222 unsigned long setTypeSize(const robj *subject) { in setTypeSize()
H A Dt_hash.c324 hashTypeIterator *hashTypeInitIterator(robj *subject) { in hashTypeInitIterator()
H A Dserver.h1335 robj *subject; member
1349 robj *subject; member
1360 robj *subject; member
H A Dt_zset.c1807 robj *subject; member
/f-stack/freebsd/security/mac_partition/
H A Dmac_partition.c81 partition_check(struct label *subject, struct label *object) in partition_check()
/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail_auth_http_module.c1139 ngx_str_t verify, subject, issuer, serial, fingerprint, in ngx_mail_auth_http_create_request() local
/f-stack/freebsd/kern/
H A Dkern_rctl.c296 rctl_subject_type_name(int subject) in rctl_subject_type_name()
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_openssl.c1003 char *subject, *issuer; in ngx_ssl_verify_callback() local