Home
last modified time | relevance | path

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

/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c13647 #define TK_SPAN 173 macro
29039 case TK_SPAN: {
75862 while( (op = pExpr->op)==TK_UPLUS || op==TK_SPAN ) pExpr = pExpr->pLeft;
100817 case TK_SPAN:
102651 assert( pDflt==0 || pDflt->op==TK_SPAN );
108146 x.op = TK_SPAN;
118711 assert( pDestCol->pDflt==0 || pDestCol->pDflt->op==TK_SPAN );
118712 assert( pSrcCol->pDflt==0 || pSrcCol->pDflt->op==TK_SPAN );
122301 assert( pCol->pDflt==0 || pCol->pDflt->op==TK_SPAN );
148302 #if TK_SPAN>255

Completed in 388 milliseconds