Searched refs:transformation_type (Results 1 – 3 of 3) sorted by relevance
67 enum transformation_type { enum76 int transformation_type; member
240 const char *entry_name, int transformation_type) in nscd_transform__() argument263 result = safe_write(connection, &transformation_type, sizeof(int)); in nscd_transform__()
916 &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()