Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dtest1.c788 const char **azValue = 0; in test_step() local
799 rc = sqlite_step(vm, argc>=3?&N:0, argc>=4?&azValue:0, argc==5?&azColName:0); in test_step()
806 if( azValue ){ in test_step()
808 Tcl_SetVar(interp, argv[3], azValue[i] ? azValue[i] : "", in test_step()
H A Dsqlite.h.in678 ** (*azValue)[i]. *pN and *pazColName are set as described in SQLITE_DONE.