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