Lines Matching refs:zCmd
916 const char *zCmd; in ptrChngFunction() local
918 zCmd = (const char*)sqlite3_value_text(argv[1]); in ptrChngFunction()
919 if( zCmd==0 ) return; in ptrChngFunction()
920 if( strcmp(zCmd,"text")==0 ){ in ptrChngFunction()
923 }else if( strcmp(zCmd, "text16")==0 ){ in ptrChngFunction()
926 }else if( strcmp(zCmd, "blob")==0 ){ in ptrChngFunction()
931 zCmd = (const char*)sqlite3_value_text(argv[2]); in ptrChngFunction()
932 if( zCmd==0 ) return; in ptrChngFunction()
933 if( strcmp(zCmd,"bytes")==0 ){ in ptrChngFunction()
936 }else if( strcmp(zCmd, "bytes16")==0 ){ in ptrChngFunction()
939 }else if( strcmp(zCmd, "noop")==0 ){ in ptrChngFunction()
944 zCmd = (const char*)sqlite3_value_text(argv[3]); in ptrChngFunction()
945 if( zCmd==0 ) return; in ptrChngFunction()
946 if( strcmp(zCmd,"text")==0 ){ in ptrChngFunction()
949 }else if( strcmp(zCmd, "text16")==0 ){ in ptrChngFunction()
952 }else if( strcmp(zCmd, "blob")==0 ){ in ptrChngFunction()