OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nIns
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/public-domain/sqlite/dist/
shell.c
950
unsigned int
nIns
; /* Bytes used for current INSERT stmt */
3450
if( p->u.
nIns
==0 || p->u.
nIns
>=mxIns ){
3451
if( p->u.
nIns
){
3453
p->u.
nIns
= 0;
3481
p->u.
nIns
+= sqlite3_str_length(p->pOut) + 2 - szStart;
3482
if( p->u.
nIns
>=mxIns ){
3484
p->u.
nIns
= 0;
3656
p->u.
nIns
= 0;
3770
if( p->u.
nIns
){
[
all
...]
sqlite3.c
[
all
...]
Completed in 73 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026