Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dnextchar.c63 typedef struct nextCharContext nextCharContext; typedef
64 struct nextCharContext { struct
80 static void nextCharAppend(nextCharContext *p, unsigned c){ in nextCharAppend() argument
164 static void findNextChars(nextCharContext *p){ in findNextChars()
206 nextCharContext c; in nextCharFunc()