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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c1804 char *zResult; local
1806 zResult = local_getline(zPrior, in);
1813 zResult = local_getline(zPrior, stdin);
1816 if( zResult==0 ) sqlite3_sleep(50);
1817 }while( zResult==0 && seenInterrupt>0 );
1820 zResult = shell_readline(zPrompt);
1821 while( zResult==0 ){
1825 zResult = shell_readline("");
1827 if( zResult && *zResult ) shell_add_histor
5394 char zResult[100]; local
5435 sqlite3_snprintf(sizeof(zResult), zResult, "ieee754(%lld,%d)", local
[all...]
H A Dsqlite3.c129566 char zResult[8]; local
[all...]

Completed in 552 milliseconds