Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts3/
H A Dfts3_snippet.c1363 void (*xDestroyOut)(void*) = 0; in fts3GetMatchinfo() local
1410 xDestroyOut = fts3MIBufferAlloc(pCsr->pMIBuffer, &aOut); in fts3GetMatchinfo()
1411 if( xDestroyOut==0 ){ in fts3GetMatchinfo()
1427 if( xDestroyOut ) xDestroyOut(aOut); in fts3GetMatchinfo()
1430 sqlite3_result_blob(pCtx, aOut, n, xDestroyOut); in fts3GetMatchinfo()