Home
last modified time | relevance | path

Searched refs:branch_callback (Results 1 – 5 of 5) sorted by relevance

/external/tpm2-tss/test/integration/
Dfapi-key-create-policy-or-sign.int.c33 branch_callback( in branch_callback() function
136 r = Fapi_SetBranchCB(context, branch_callback, NULL); in test_fapi_key_create_policy_or_sign()
Dfapi-key-create-policy-authorize-sign.int.c30 branch_callback( in branch_callback() function
114 r = Fapi_SetBranchCB(context, branch_callback, NULL); in test_fapi_key_create_policy_authorize_sign()
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c165122 typedef void (*branch_callback)(void*,unsigned int,
165124 sqlite3GlobalConfig.xVdbeBranch = va_arg(ap,branch_callback);
/external/sqlite/dist/orig/
Dsqlite3.c164414 typedef void (*branch_callback)(void*,unsigned int,
164416 sqlite3GlobalConfig.xVdbeBranch = va_arg(ap,branch_callback);
/external/sqlite/dist/
Dsqlite3.c164430 typedef void (*branch_callback)(void*,unsigned int,
164432 sqlite3GlobalConfig.xVdbeBranch = va_arg(ap,branch_callback);