Lines Matching refs:sqlite3_mutex_held
427 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) ); in sqlite3_result_blob()
436 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) ); in sqlite3_result_blob64()
445 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) ); in sqlite3_result_double()
449 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) ); in sqlite3_result_error()
455 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) ); in sqlite3_result_error16()
461 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) ); in sqlite3_result_int()
465 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) ); in sqlite3_result_int64()
469 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) ); in sqlite3_result_null()
479 assert( sqlite3_mutex_held(pOut->db->mutex) ); in sqlite3_result_pointer()
486 assert( sqlite3_mutex_held(pOut->db->mutex) ); in sqlite3_result_subtype()
496 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) ); in sqlite3_result_text()
506 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) ); in sqlite3_result_text64()
522 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) ); in sqlite3_result_text16()
531 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) ); in sqlite3_result_text16be()
540 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) ); in sqlite3_result_text16le()
546 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) ); in sqlite3_result_value()
558 assert( sqlite3_mutex_held(pOut->db->mutex) ); in sqlite3_result_zeroblob64()
583 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) ); in sqlite3_result_error_toobig()
591 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) ); in sqlite3_result_error_nomem()
603 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) ); in sqlite3ResultIntReal()
996 assert( sqlite3_mutex_held(p->pOut->db->mutex) ); in sqlite3_aggregate_context()
1018 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) ); in sqlite3_get_auxdata()
1052 assert( sqlite3_mutex_held(pCtx->pOut->db->mutex) ); in sqlite3_set_auxdata()
1208 assert( sqlite3_mutex_held(p->db->mutex) ); in columnMallocFailure()