Home
last modified time | relevance | path

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

/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c105009 if( pTab->tnum==0 ){
108702 pPk->tnum = pTab->tnum;
109313 pTab->tnum = iTo;
109804 tnum = pIndex->tnum;
116498 assert( pPk->tnum==pTab->tnum );
116633 if( tnum==pTab->tnum ){
116637 if( tnum==pIndex->tnum ){
118669 if( pSrc->tnum==pDest->tnum && pSrc->pSchema==pDest->pSchema ){
118731 if( pSrcIdx->tnum==pDestIdx->tnum && pSrc->pSchema==pDest->pSchema
123744 if( p->tnum==pIndex->tnum && p!=pIndex ) return 1;
[all …]

Completed in 448 milliseconds