Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dshell.c23085 int lenPK = 0; /* Length of the PRIMARY KEY string for isWO tables */ in do_meta_command() local
23137 if( isWO && lenPK==0 && sqlite3_column_int(pStmt,5)==0 && zCollist ){ in do_meta_command()
23138 lenPK = (int)strlen(zCollist); in do_meta_command()
23153 if( lenPK==0 ) lenPK = 100000; in do_meta_command()
23156 azArg[2], zCollist, lenPK, zCollist); in do_meta_command()

Completed in 34 milliseconds