Searched refs:map_tapp (Results 1 – 4 of 4) sorted by relevance
213 map->map_tapp = ++p;273 if (map->map_tapp != NULL)274 map->map_tapp = newstr(map->map_tapp);1077 map->map_tapp = ++p;1176 if (map->map_tapp != NULL)1177 map->map_tapp = newstr(map->map_tapp);4041 map->map_tapp = ++p;4367 if (map->map_tapp != NULL)4368 map->map_tapp = newstr(ldapmap_dequote(map->map_tapp));4707 map.map_tapp != NULL)[all …]
4164 map->map_tapp = ++p;4211 if (map->map_tapp != NULL)4212 map->map_tapp = newstr(map->map_tapp);
1859 if (status == EX_TEMPFAIL && map->map_tapp != NULL)1861 size_t i = strlen(key) + strlen(map->map_tapp) + 1;1872 (void) sm_strlcpyn(rwbuf, rwbuflen, 2, key, map->map_tapp);
1208 char *map_tapp; /* to append to "tempfail" matches */ variable