Lines Matching refs:what
44 const char *what; in test_lock() local
52 what = "share"; in test_lock()
55 what = "dns"; in test_lock()
58 what = "cookie"; in test_lock()
61 what = "ssl_session"; in test_lock()
67 printf("lock: %-6s [%s]: %d\n", what, user->text, user->counter); in test_lock()
74 const char *what; in test_unlock() local
79 what = "share"; in test_unlock()
82 what = "dns"; in test_unlock()
85 what = "cookie"; in test_unlock()
88 what = "ssl_session"; in test_unlock()
94 printf("unlock: %-6s [%s]: %d\n", what, user->text, user->counter); in test_unlock()