Searched refs:typeHaystack (Results 1 – 1 of 1) sorted by relevance
216 int typeHaystack, typeNeedle; in instrFunc() local224 typeHaystack = sqlite3_value_type(argv[0]); in instrFunc()226 if( typeHaystack==SQLITE_NULL || typeNeedle==SQLITE_NULL ) return; in instrFunc()230 if( typeHaystack==SQLITE_BLOB && typeNeedle==SQLITE_BLOB ){ in instrFunc()234 }else if( typeHaystack!=SQLITE_BLOB && typeNeedle!=SQLITE_BLOB ){ in instrFunc()