Home
last modified time | relevance | path

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

/sqlite-3.40.0/tool/
H A Dlemon.c3570 int act; in compute_action() local
3572 case SHIFT: act = ap->x.stp->statenum; break; in compute_action()
3580 act = lemp->minReduce + ap->x.rp->iRule; in compute_action()
3582 act = lemp->minShiftReduce + ap->x.rp->iRule; in compute_action()
3586 case REDUCE: act = lemp->minReduce + ap->x.rp->iRule; break; in compute_action()
3587 case ERROR: act = lemp->errAction; break; in compute_action()
3588 case ACCEPT: act = lemp->accAction; break; in compute_action()
3589 default: act = -1; break; in compute_action()
3591 return act; in compute_action()
/sqlite-3.40.0/
H A Dconfigure.ac126 # We act as though --disable-amalgamation has been used.
/sqlite-3.40.0/test/
H A Dfts3ac.test478 commission act within 14 days. Have you heard anything about what they are
H A Dfts2c.test478 commission act within 14 days. Have you heard anything about what they are
H A Dfts1c.test478 commission act within 14 days. Have you heard anything about what they are
H A De_expr.test947 # library is compiled in. When ICU is enabled SQLite does not act
H A Dfts1porter.test248 act act
250 acted act
251 acting act
260 acts act
/sqlite-3.40.0/ext/fts5/test/
H A Dfts5porter.test131 across across act act
132 actaeon actaeon acted act
133 acting act action action
137 actors actor acts act
/sqlite-3.40.0/src/
H A Dsqlite.h.in4067 ** SQLite may act on this hint differently.
6265 ** [sqlite3_data_directory] variable is intended to act as a replacement for