Searched refs:ptrfield (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/libucl/uthash/ |
| H A D | uthash.h | 267 #define HASH_ADD_PTR(head,ptrfield,add) \ argument 268 HASH_ADD(hh,head,ptrfield,sizeof(void *),add) 269 #define HASH_REPLACE_PTR(head,ptrfield,add) \ argument 270 HASH_REPLACE(hh,head,ptrfield,sizeof(void *),add,replaced)
|
| /src/contrib/elftoolchain/common/ |
| H A D | uthash.h | 253 #define HASH_ADD_PTR(head,ptrfield,add) \ argument 254 HASH_ADD(hh,head,ptrfield,sizeof(void *),add)
|
| /src/crypto/krb5/src/lib/krb5/asn.1/ |
| H A D | README.asn1 | 308 DEFCOUNTEDTYPE(descname, structuretype, ptrfield, lenfield, cdesc) 310 where "structuretype", "ptrfield", and "lenfield" are used to compute 317 DEFCNFIELD(descname, structuretype, ptrfield, lenfield, tagnum, cdesc)
|