Searched refs:DbEvalContext (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c1528 typedef struct DbEvalContext DbEvalContext; typedef in typeref:struct:DbEvalContext
1529 struct DbEvalContext { struct
1544 ** the DbEvalContext structure passed as the first argument.
1546 static void dbReleaseColumnNames(DbEvalContext *p){
1559 ** Initialize a DbEvalContext structure.
1571 DbEvalContext *p, /* Pointer to structure to initialize */
1577 memset(p, 0, sizeof(DbEvalContext));
1590 ** Obtain information about the row that the DbEvalContext passed as the
1594 DbEvalContext *
[all...]

Completed in 137 milliseconds