Searched refs:invokeValueDestructor (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 93958 static int invokeValueDestructor( function 93989 invokeValueDestructor(z, xDel, pCtx); 94006 invokeValueDestructor(z, xDel, 0); 94012 (void)invokeValueDestructor(z, xDel, pCtx); 94072 invokeValueDestructor(pPtr, xDestructor, 0); 94112 invokeValueDestructor(z, xDel, 0); 94128 invokeValueDestructor(z, xDel, 0); 94139 (void)invokeValueDestructor(z, xDel, pCtx);
|