Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest1.c3130 static char zNeededCollation[200]; variable
3131 static char *pzNeededCollation = zNeededCollation;
3148 if( *z ) zNeededCollation[i++] = *z; in test_collate_needed_cb()
3150 zNeededCollation[i] = 0; in test_collate_needed_cb()
3170 zNeededCollation[0] = 0; in test_collate_needed()