HomeSort by: relevance | last modified time | path
    Searched defs:xDestroy (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/makemandb/
fts3_tokenizer.h 86 int (*xDestroy)(sqlite3_tokenizer *pTokenizer);
  /src/external/public-domain/sqlite/dist/
sqlite3.h 2477 ** without calling their xDestroy() methods.
5809 void(*xDestroy)(void*)
5821 void(*xDestroy)(void*)
6697 ** with the addition that the xDestroy callback is invoked on pArg when
6703 ** ^The xDestroy callback is <u>not</u> called if the
6705 ** sqlite3_create_collation_v2() with a non-NULL xDestroy argument should
6727 void(*xDestroy)(void*)
7694 int (*xDestroy)(sqlite3_vtab *pVTab);
7972 void(*xDestroy)(void*) /* Module destructor function */
9487 ** [[the xDestroy() page cache method]
    [all...]
sqlite3.c 2798 ** without calling their xDestroy() methods.
6130 void(*xDestroy)(void*)
6142 void(*xDestroy)(void*)
7018 ** with the addition that the xDestroy callback is invoked on pArg when
7024 ** ^The xDestroy callback is <u>not</u> called if the
7026 ** sqlite3_create_collation_v2() with a non-NULL xDestroy argument should
7048 void(*xDestroy)(void*)
8015 int (*xDestroy)(sqlite3_vtab *pVTab);
8293 void(*xDestroy)(void*) /* Module destructor function */
9808 ** [[the xDestroy() page cache method]
    [all...]

Completed in 114 milliseconds