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

/freebsd-11-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c168 char *zAuth; /* The authorization callback routine */ member in struct:SqliteDb
561 if( pDb->zAuth ){
562 Tcl_Free(pDb->zAuth);
1137 Tcl_DStringAppend(&str, pDb->zAuth, -1);
1993 if( pDb->zAuth ){
1994 Tcl_AppendResult(interp, pDb->zAuth, (char*)0);
1997 char *zAuth;
1999 if( pDb->zAuth ){
2000 Tcl_Free(pDb->zAuth);
2002 zAuth
[all...]

Completed in 163 milliseconds