Searched refs:pSet (Results 1 – 4 of 4) sorted by relevance
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest5.c | 478 ThreadSet *pSet; /* Threadset to sleep within */ member 484 testThreadSleep(p->pSet, p->nMs); in xMt1Delay() 513 delay.pSet = pThreadSet; in mt1Main() 595 ThreadSet *pSet; in do_test_mt1() local 603 pSet = testThreadInit(nThread); in do_test_mt1() 605 testThreadLaunch(pSet, iThread, mt1Main, (void *)p); in do_test_mt1() 608 testThreadWait(pSet, p->nMs); in do_test_mt1() 610 *pRc = testThreadGetResult(pSet, iThread, 0); in do_test_mt1() 616 *pRc = testThreadGetResult(pSet, iThread, &zMsg); in do_test_mt1() 620 testThreadShutdown(pSet); in do_test_mt1()
|
| /sqlite-3.40.0/src/ |
| H A D | upsert.c | 59 ExprList *pSet, /* UPDATE columns, or NULL for a DO NOTHING */ in sqlite3UpsertNew() argument 68 sqlite3ExprListDelete(db, pSet); in sqlite3UpsertNew() 75 pNew->pUpsertSet = pSet; in sqlite3UpsertNew() 77 pNew->isDoUpdate = pSet!=0; in sqlite3UpsertNew()
|
| H A D | where.c | 204 WhereOrSet *pSet, /* The WhereOrSet to be updated */ in whereOrInsert() argument 211 for(i=pSet->n, p=pSet->a; i>0; i--, p++){ in whereOrInsert() 219 if( pSet->n<N_OR_COST ){ in whereOrInsert() 220 p = &pSet->a[pSet->n++]; in whereOrInsert() 223 p = pSet->a; in whereOrInsert() 224 for(i=1; i<pSet->n; i++){ in whereOrInsert() 225 if( p->rRun>pSet->a[i].rRun ) p = pSet->a + i; in whereOrInsert()
|
| /sqlite-3.40.0/ext/misc/ |
| H A D | regexp.c | 164 static void re_add_state(ReStateSet *pSet, int newState){ in re_add_state() argument 166 for(i=0; i<pSet->nState; i++) if( pSet->aState[i]==newState ) return; in re_add_state() 167 pSet->aState[pSet->nState++] = (ReStateNumber)newState; in re_add_state()
|