Lines Matching refs:nCmd
239500 int nCmd = (int)strlen(zCmd);
239502 if( sqlite3_strnicmp("prefix", zCmd, nCmd)==0 ){
239555 if( sqlite3_strnicmp("tokenize", zCmd, nCmd)==0 ){
239596 if( sqlite3_strnicmp("content", zCmd, nCmd)==0 ){
239611 if( sqlite3_strnicmp("contentless_delete", zCmd, nCmd)==0 ){
239621 if( sqlite3_strnicmp("contentless_unindexed", zCmd, nCmd)==0 ){
239631 if( sqlite3_strnicmp("content_rowid", zCmd, nCmd)==0 ){
239641 if( sqlite3_strnicmp("columnsize", zCmd, nCmd)==0 ){
239651 if( sqlite3_strnicmp("locale", zCmd, nCmd)==0 ){
239661 if( sqlite3_strnicmp("detail", zCmd, nCmd)==0 ){
239675 if( sqlite3_strnicmp("tokendata", zCmd, nCmd)==0 ){
239685 *pzErr = sqlite3_mprintf("unrecognized option: \"%.*s\"", nCmd, zCmd);