Lines Matching refs:ppThread
34686 SQLiteThread **ppThread, /* OUT: Write the thread object here */ in sqlite3ThreadCreate() argument
34693 assert( ppThread!=0 ); in sqlite3ThreadCreate()
34698 *ppThread = 0; in sqlite3ThreadCreate()
34717 *ppThread = p; in sqlite3ThreadCreate()
34781 SQLiteThread **ppThread, /* OUT: Write the thread object here */ in sqlite3ThreadCreate() argument
34787 assert( ppThread!=0 ); in sqlite3ThreadCreate()
34789 *ppThread = 0; in sqlite3ThreadCreate()
34811 *ppThread = p; in sqlite3ThreadCreate()
34861 SQLiteThread **ppThread, /* OUT: Write the thread object here */ in sqlite3ThreadCreate() argument
34867 assert( ppThread!=0 ); in sqlite3ThreadCreate()
34869 *ppThread = 0; in sqlite3ThreadCreate()
34879 *ppThread = p; in sqlite3ThreadCreate()