Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c12387 #define SRT_Fifo 5 /* Store result as data with an automatic rowid */ macro
107274 case SRT_Fifo:
108427 int eDest = SRT_Fifo; /* How to write to Queue */
108465 eDest = pOrderBy ? SRT_Queue : SRT_Fifo;
111213 assert( p->pOrderBy==0 || pDest->eDest!=SRT_Fifo );
111220 pDest->eDest==SRT_DistQueue || pDest->eDest==SRT_Fifo);

Completed in 306 milliseconds