Home
last modified time | relevance | path

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

/freebsd/usr.sbin/nscd/
H A Dprotocol.h67 enum transformation_type { enum
76 int transformation_type; member
H A Dnscdcli.c240 const char *entry_name, int transformation_type) in nscd_transform__() argument
263 result = safe_write(connection, &transformation_type, sizeof(int)); in nscd_transform__()
H A Dquery.c916 &transform_request->transformation_type, sizeof(int)); in on_transform_request_read1()
923 if ((transform_request->transformation_type != TT_USER) && in on_transform_request_read1()
924 (transform_request->transformation_type != TT_ALL)) { in on_transform_request_read1()
987 switch (transform_request->transformation_type) { in on_transform_request_process()