Home
last modified time | relevance | path

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

/sqlite-3.40.0/mptest/
H A Dmptest.c543 char **pzScript, /* Write task script here */ in startScript() argument
552 *pzScript = 0; in startScript()
586 *pzScript = sqlite3_malloc(n+1); in startScript()
587 strcpy(*pzScript, (const char*)sqlite3_column_text(pStmt, 0)); in startScript()