Home | History | Annotate | Download | only in dist

Lines Matching refs:xDelete

1304   int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir);
10410 ** xSetAuxdata(pFts5, pAux, xDelete)
10423 ** invoked, then it is replaced by the new pointer. If an xDelete callback
10427 ** The xDelete callback, if one is specified, is also invoked on the
10432 ** xDelete parameter was not NULL, it is invoked on the auxiliary data
10442 ** (set to NULL) before this function returns. In this case the xDelete,
10543 int (*xSetAuxdata)(Fts5Context*, void *pAux, void(*xDelete)(void*));
10584 ** xDelete:
10753 void (*xDelete)(Fts5Tokenizer*);