Searched refs:ReCompiled (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | shell.c | 8885 typedef struct ReCompiled ReCompiled; typedef 8886 struct ReCompiled { struct 8961 static int re_match(ReCompiled *pRe, const unsigned char *zIn, int nIn){ in re_match() 9111 static int re_resize(ReCompiled *p, unsigned int N){ in re_resize() 9128 static int re_insert(ReCompiled *p, int iBefore, int op, int arg){ in re_insert() 9143 static int re_append(ReCompiled *p, int op, int arg){ in re_append() 9150 static void re_copy(ReCompiled *p, int iStart, unsigned int N){ in re_copy() 9178 static unsigned re_esc_char(ReCompiled *p){ in re_esc_char() 9216 static const char *re_subcompile_string(ReCompiled*); 9219 static unsigned char rePeek(ReCompiled *p){ in rePeek() [all …]
|