Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dshell.c716 i64 nTrans = strlen(zTrans)+1; in local_getline() local
717 if( nTrans>nLine ){ in local_getline()
718 zLine = realloc(zLine, nTrans); in local_getline()
721 memcpy(zLine, zTrans, nTrans); in local_getline()
H A Dsqlite3.c85297 int nTrans = 0; /* Number of databases with an active write-transaction global() local
[all...]

Completed in 179 milliseconds