Searched refs:invokeValueDestructor (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 94116 static int invokeValueDestructor( function 94147 invokeValueDestructor(z, xDel, pCtx); 94164 invokeValueDestructor(z, xDel, 0); 94170 (void)invokeValueDestructor(z, xDel, pCtx); 94230 invokeValueDestructor(pPtr, xDestructor, 0); 94270 invokeValueDestructor(z, xDel, 0); 94286 invokeValueDestructor(z, xDel, 0); 94297 (void)invokeValueDestructor(z, xDel, pCtx);
|