Home
last modified time | relevance | path

Searched refs:sqlite3FaultSim (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c20896 # define sqlite3FaultSim(X) SQLITE_OK macro
20898 SQLITE_PRIVATE int sqlite3FaultSim(int);
34137 if( sqlite3FaultSim(200) ){ in sqlite3ThreadCreate()
34953 SQLITE_PRIVATE int sqlite3FaultSim(int iTest){ in sqlite3FaultSim() function
65592 res = sqlite3FaultSim(650);
71448 if( sqlite3FaultSim(410) ){
75675 if( sqlite3FaultSim(413) ){
136071 && sqlite3FaultSim(411)==SQLITE_OK ){
142440 if( sqlite3FaultSim(300) ){
179791 return sqlite3FaultSim(500);
[all …]