Searched refs:pzScript (Results 1 – 1 of 1) sorted by relevance
543 char **pzScript, /* Write task script here */ in startScript() argument552 *pzScript = 0; in startScript()586 *pzScript = sqlite3_malloc(n+1); in startScript()587 strcpy(*pzScript, (const char*)sqlite3_column_text(pStmt, 0)); in startScript()