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

/osnet-11/usr/src/lib/libsqlite/src/
H A Dtclsqlite.c60 char *zAuth; /* The authorization callback routine */ member in struct:SqliteDb
302 if( pDb->zAuth ){
303 Tcl_Free(pDb->zAuth);
454 Tcl_DStringAppend(&str, pDb->zAuth, -1);
543 if( pDb->zAuth ){
544 Tcl_AppendResult(interp, pDb->zAuth, 0);
547 char *zAuth; local
549 if( pDb->zAuth ){
550 Tcl_Free(pDb->zAuth);
552 zAuth
[all...]

Completed in 23 milliseconds