Home | History | Annotate | Download | only in native

Lines Matching refs:funcs

66     struct hfunc *funcs;	/* SQLite user defined function handles */
828 while ((f = h->funcs)) {
829 h->funcs = f->next;
1110 h->funcs = 0;
1883 f->next = h->funcs;
1884 h->funcs = f;
3158 v->hh.funcs = 0;
3364 v->hh.funcs = 0;
3625 v->hh.funcs = 0;