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