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

/external/chromium_org/third_party/sqlite/src/src/
H A Dtclsqlite.c118 char *zProfile; /* The profile callback routine */ member in struct:SqliteDb
474 if( pDb->zProfile ){
475 Tcl_Free(pDb->zProfile);
553 ** SQL has executed. The TCL script in pDb->zProfile is evaluated.
562 Tcl_DStringAppend(&str, pDb->zProfile, -1);
2455 if( pDb->zProfile ){
2456 Tcl_AppendResult(interp, pDb->zProfile, 0);
2459 char *zProfile; local
2461 if( pDb->zProfile ){
2462 Tcl_Free(pDb->zProfile);
[all...]

Completed in 37 milliseconds