Home
last modified time | relevance | path

Searched refs:set_callback_context (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/_sqlite/
H A Dconnection.c121 static void set_callback_context(callback_context **ctx_pp,
337 set_callback_context(&self->trace_ctx, NULL); in free_callback_contexts()
338 set_callback_context(&self->progress_ctx, NULL); in free_callback_contexts()
339 set_callback_context(&self->authorizer_ctx, NULL); in free_callback_contexts()
964 set_callback_context(callback_context **ctx_pp, callback_context *ctx) in set_callback_context() function
1401 set_callback_context(&self->authorizer_ctx, NULL); in pysqlite_connection_set_authorizer_impl()
1409 set_callback_context(&self->authorizer_ctx, ctx); in pysqlite_connection_set_authorizer_impl()
1414 set_callback_context(&self->authorizer_ctx, NULL); in pysqlite_connection_set_authorizer_impl()
1444 set_callback_context(&self->progress_ctx, NULL); in pysqlite_connection_set_progress_handler_impl()
1452 set_callback_context( in pysqlite_connection_set_progress_handler_impl()
[all...]

Completed in 2 milliseconds