Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Dthreadtest1.c196 char *azErr; in worker_bee() local
/sqlite-3.40.0/src/
H A Dwindow.c1476 static const char *azErr[] = { in windowCheckValue() local
1486 assert( eCond>=0 && eCond<ArraySize(azErr) ); in windowCheckValue()
1514 sqlite3VdbeAppendP4(v, (void*)azErr[eCond], P4_STATIC); in windowCheckValue()