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

/freebsd-10.2-release/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.c914 &transform_request->transformation_type, sizeof(int));
921 if ((transform_request->transformation_type != TT_USER) &&
922 (transform_request->transformation_type != TT_ALL)) {
985 switch (transform_request->transformation_type) {

Completed in 33 milliseconds