Searched refs:ppThread (Results 1 – 1 of 1) sorted by relevance
35532 SQLiteThread **ppThread, /* OUT: Write the thread object here */ in sqlite3ThreadCreate() argument35539 assert( ppThread!=0 ); in sqlite3ThreadCreate()35544 *ppThread = 0; in sqlite3ThreadCreate()35563 *ppThread = p; in sqlite3ThreadCreate()35627 SQLiteThread **ppThread, /* OUT: Write the thread object here */ in sqlite3ThreadCreate() argument35633 assert( ppThread!=0 ); in sqlite3ThreadCreate()35635 *ppThread = 0; in sqlite3ThreadCreate()35657 *ppThread = p; in sqlite3ThreadCreate()35708 SQLiteThread **ppThread, /* OUT: Write the thread object here */ in sqlite3ThreadCreate() argument35714 assert( ppThread!=0 ); in sqlite3ThreadCreate()[all …]