Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Dmalloc_common.tcl207 set sv $::sqlite_io_error_hit
213 return $sv
/sqlite-3.40.0/tool/
H A Dlemon.c2017 char *sv = 0, *end; in handleswitch() local
2070 sv = cp; in handleswitch()
2090 *(char**)(op[j].arg) = sv; in handleswitch()
2093 (*(void(*)(char *))(op[j].arg))(sv); in handleswitch()