Lines Matching defs:nCmd
225648 int nCmd = (int)strlen(zCmd);
225649 if( sqlite3_strnicmp("prefix", zCmd, nCmd)==0 ){
225702 if( sqlite3_strnicmp("tokenize", zCmd, nCmd)==0 ){
225746 if( sqlite3_strnicmp("content", zCmd, nCmd)==0 ){
225761 if( sqlite3_strnicmp("content_rowid", zCmd, nCmd)==0 ){
225771 if( sqlite3_strnicmp("columnsize", zCmd, nCmd)==0 ){
225781 if( sqlite3_strnicmp("detail", zCmd, nCmd)==0 ){
225795 *pzErr = sqlite3_mprintf("unrecognized option: \"%.*s\"", nCmd, zCmd);