Lines Matching refs:ppThread
34115 SQLiteThread **ppThread, /* OUT: Write the thread object here */ in sqlite3ThreadCreate() argument
34122 assert( ppThread!=0 ); in sqlite3ThreadCreate()
34127 *ppThread = 0; in sqlite3ThreadCreate()
34146 *ppThread = p; in sqlite3ThreadCreate()
34210 SQLiteThread **ppThread, /* OUT: Write the thread object here */ in sqlite3ThreadCreate() argument
34216 assert( ppThread!=0 ); in sqlite3ThreadCreate()
34218 *ppThread = 0; in sqlite3ThreadCreate()
34240 *ppThread = p; in sqlite3ThreadCreate()
34290 SQLiteThread **ppThread, /* OUT: Write the thread object here */ in sqlite3ThreadCreate() argument
34296 assert( ppThread!=0 ); in sqlite3ThreadCreate()
34298 *ppThread = 0; in sqlite3ThreadCreate()
34308 *ppThread = p; in sqlite3ThreadCreate()