Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts3/
H A Dfts3_expr.c116 static int fts3isspace(char c){ in fts3isspace() function
424 while( nInput>0 && fts3isspace(*zInput) ){ in getNextNode()
458 if( fts3isspace(cNext) in getNextNode()