Home
last modified time | relevance | path

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

/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c72335 switch( pCx->eCurType ){
73366 assert( p->eCurType==CURTYPE_BTREE );
73387 assert( p->eCurType==CURTYPE_BTREE );
73401 assert( p->eCurType==CURTYPE_BTREE );
73423 if( p->eCurType==CURTYPE_BTREE ){
74751 assert( pC->eCurType==CURTYPE_BTREE );
77273 pCx->eCurType = eCurType;
77277 if( eCurType==CURTYPE_BTREE ){
79557 assert( pC->eCurType!=CURTYPE_VTAB );
80753 assert( pC->eCurType==CURTYPE_BTREE );
[all …]

Completed in 501 milliseconds