Lines Matching defs:hashkey
126 static union hashkey *hashkey = NULL;
152 union hashkey key;
198 %type <v.key> hashkey
543 if (hashkey != NULL) {
545 hashkey, sizeof(rdr->conf.key));
547 free(hashkey);
548 hashkey = NULL;
754 hashkey = NULL;
810 | MODE dstmode hashkey {
815 if (hashkey != NULL) {
817 free(hashkey);
820 if ((hashkey = calloc(1,
821 sizeof(*hashkey))) == NULL)
823 memcpy(hashkey, &$3.key, sizeof(*hashkey));
830 hashkey = NULL;
860 /* should be in sync with sbin/pfctl/parse.y's hashkey */
861 hashkey : /* empty */ {
2050 if (hashkey != NULL &&
2052 memcpy(&rlay->rl_conf.hashkey,
2053 hashkey, sizeof(rlay->rl_conf.hashkey));
2056 free(hashkey);
2057 hashkey = NULL;
2163 free(hashkey);
2164 hashkey = NULL;