Home
last modified time | relevance | path

Searched refs:pUsing (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c71992 IdList *pUsing;
72006 }else if( (pUsing = pItem[1].pUsing)!=0 ){
73936 pNewItem->pUsing = sqlite3IdListDup(db, pOldItem->pUsing);
82451 if( !p && (pOn || pUsing) ){
82468 pItem->pUsing = pUsing;
82474 sqlite3IdListDelete(db, pUsing);
83508 assert( pFrom->a[0].pUsing==0 );
92690 if( pRight->pOn || pRight->pUsing ){
92710 if( pRight->pOn && pRight->pUsing ){
92732 if( pRight->pUsing ){
[all …]
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c97649 if( pUsing ){
97651 for(k=0; k<pUsing->nId; k++){
101025 pNewItem->pUsing = sqlite3IdListDup(db, pOldItem->pUsing);
114521 if( !p && (pOn || pUsing) ){
114545 pItem->pUsing = pUsing;
114551 sqlite3IdListDelete(db, pUsing);
115800 assert( pFrom->a[0].pUsing==0 );
129318 if( pRight->pOn || pRight->pUsing ){
129339 if( pRight->pOn && pRight->pUsing ){
129361 if( pRight->pUsing ){
[all …]