Searched refs:_s (Results 1 – 2 of 2) sorted by relevance
246 result = !memcmp(P256_DIGITS(&good_dsa_signature_##n##_s), P256_DIGITS(&s), \ in main()
250 static void local_socket_event_func(int fd, unsigned ev, void* _s) { in local_socket_event_func() argument251 asocket* s = reinterpret_cast<asocket*>(_s); in local_socket_event_func()