Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dfunc.c319 int p0type; in substrFunc() local
329 p0type = sqlite3_value_type(argv[0]); in substrFunc()
331 if( p0type==SQLITE_BLOB ){ in substrFunc()
383 if( p0type!=SQLITE_BLOB ){ in substrFunc()