Searched refs:map_tapp (Results 1 – 4 of 4) sorted by relevance
411 map->map_tapp = ++p;456 if (map->map_tapp != NULL)457 map->map_tapp = newstr(map->map_tapp);1383 map->map_tapp = ++p;1442 if (map->map_tapp != NULL)1443 map->map_tapp = newstr(map->map_tapp);4724 map->map_tapp = ++p;5058 if (map->map_tapp != NULL)5059 map->map_tapp = newstr(ldapmap_dequote(map->map_tapp));5401 map.map_tapp != NULL)[all …]
4425 map->map_tapp = ++p;4472 if (map->map_tapp != NULL)4473 map->map_tapp = newstr(map->map_tapp);
1909 if (status == EX_TEMPFAIL && map->map_tapp != NULL)1911 size_t i = strlen(key) + strlen(map->map_tapp) + 1;1922 (void) sm_strlcpyn(rwbuf, rwbuflen, 2, key, map->map_tapp);
1501 char *map_tapp; /* to append to "tempfail" matches */ variable