Searched refs:map_keycolnm (Results 1 – 2 of 2) sorted by relevance
| /freebsd-11-stable/contrib/sendmail/src/ |
| HD | map.c | 210 map->map_keycolnm = p; 286 if (map->map_keycolnm != NULL) 287 map->map_keycolnm = newstr(map->map_keycolnm); 3419 if (map->map_keycolnm == NULL) 3420 map->map_keycolnm = newstr(COL_NAME(res,0)); 3427 if (strcmp(map->map_keycolnm, COL_NAME(res,i)) == 0) 3434 map->map_file, map->map_keycolnm); 3457 map->map_file, map->map_keycolnm); 3540 map->map_keycolnm, search_key, map->map_file, 3544 map->map_keycolnm, search_key, map->map_file); [all …]
|
| HD | sendmail.h | 1385 char *map_keycolnm; /* key column name */ variable
|