Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dexpr.c833 int wrong_num_args = 0; /* True if wrong number of arguments */ in sqliteExprCheck() local
847 wrong_num_args = 1; in sqliteExprCheck()
859 }else if( wrong_num_args ){ in sqliteExprCheck()