Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c81854 if( (pNC->ncFlags & NC_PartIdx)!=0 ){
82070 pNC->ncFlags |= NC_AllowAgg;
82176 nc.ncFlags = NC_AllowAgg;
82531 sNC.ncFlags = NC_AllowAgg;
82554 sNC.ncFlags &= ~NC_AllowAgg;
82580 sNC.ncFlags |= NC_AllowAgg;
82725 if( pNC->ncFlags & NC_HasAgg ){
82728 pNC->ncFlags |= savedHasAgg;
82792 sNC.ncFlags = type;
111565 sNC.ncFlags |= NC_InAggFunc;
[all …]

Completed in 360 milliseconds