Searched refs:transformation_type (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/usr.sbin/nscd/
H A Dprotocol.h69 enum transformation_type { enum
78 int transformation_type; member in struct:cache_transform_request
H A Dnscdcli.c247 const char *entry_name, int transformation_type)
270 result = safe_write(connection, &transformation_type, sizeof(int));
246 nscd_transform__(struct nscd_connection_ *connection, const char *entry_name, int transformation_type) argument
H A Dquery.c919 &transform_request->transformation_type, sizeof(int));
926 if ((transform_request->transformation_type != TT_USER) &&
927 (transform_request->transformation_type != TT_ALL)) {
990 switch (transform_request->transformation_type) {

Completed in 130 milliseconds