Home
last modified time | relevance | path

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

/dports/security/aws-c-cal/aws-c-cal-0.5.12/source/darwin/
H A Dsecurityframework_ecc.c216 struct aws_byte_cursor empty_cur; in aws_ecc_key_pair_new_from_private_key_impl() local
217 AWS_ZERO_STRUCT(empty_cur); in aws_ecc_key_pair_new_from_private_key_impl()
219 s_alloc_pair_and_init_buffers(allocator, curve_name, empty_cur, empty_cur, *priv_key); in aws_ecc_key_pair_new_from_private_key_impl()
280 struct aws_byte_cursor empty_cur; in aws_ecc_key_pair_new_from_public_key_impl() local
281 AWS_ZERO_STRUCT(empty_cur); in aws_ecc_key_pair_new_from_public_key_impl()
283 … s_alloc_pair_and_init_buffers(allocator, curve_name, *public_key_x, *public_key_y, empty_cur); in aws_ecc_key_pair_new_from_public_key_impl()
/dports/games/lbreakout/lbreakout-010315/lbreakout/
H A Dbreakout.h398 SDL_Cursor *empty_cur; variable
H A Dbreakout.cpp204 empty_cur = SDL_CreateCursor(&mask, &mask, 8, 1, 0, 0); in BreakOut()
338 SDL_FreeCursor(empty_cur); in ~BreakOut()
369 SDL_SetCursor(empty_cur); in Run()
446 SDL_SetCursor(empty_cur); in Run()
1000 SDL_SetCursor(empty_cur); in BuyContinue()
1063 SDL_SetCursor(empty_cur); in ConfirmQuit()
3206 SDL_SetCursor(empty_cur); in Pause()
3243 SDL_SetCursor(empty_cur); in Pause()