Lines Matching refs:ppThread
33806 SQLiteThread **ppThread, /* OUT: Write the thread object here */ in sqlite3ThreadCreate() argument
33813 assert( ppThread!=0 ); in sqlite3ThreadCreate()
33818 *ppThread = 0; in sqlite3ThreadCreate()
33837 *ppThread = p; in sqlite3ThreadCreate()
33901 SQLiteThread **ppThread, /* OUT: Write the thread object here */ in sqlite3ThreadCreate() argument
33907 assert( ppThread!=0 ); in sqlite3ThreadCreate()
33909 *ppThread = 0; in sqlite3ThreadCreate()
33931 *ppThread = p; in sqlite3ThreadCreate()
33981 SQLiteThread **ppThread, /* OUT: Write the thread object here */ in sqlite3ThreadCreate() argument
33987 assert( ppThread!=0 ); in sqlite3ThreadCreate()
33989 *ppThread = 0; in sqlite3ThreadCreate()
33999 *ppThread = p; in sqlite3ThreadCreate()