Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libsqlite/src/
H A DsqliteInt.h880 #define SRT_Subroutine 11 /* Call a subroutine to handle results */ macro
H A Dinsert.c187 rc = sqliteSelect(pParse, pSelect, SRT_Subroutine, iInsertBlock, 0,0,0); in sqliteInsert()
H A Dselect.c555 case SRT_Subroutine: { in selectInnerLoop()
626 case SRT_Subroutine: { in generateSortTail()