Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/wasm/
H A Ddist.make93 unzip -lv $$arczip || echo "Missing unzip app? Not fatal."
/sqlite-3.40.0/tool/
H A Dlemon.c2015 int lv = 0; in handleswitch() local
2059 lv = strtol(cp,&end,0); in handleswitch()
2084 *(int*)(op[j].arg) = lv; in handleswitch()
2087 (*(void(*)(int))(op[j].arg))((int)lv); in handleswitch()