Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dtotype.c70 static int totypeIsspace(unsigned char c){ in totypeIsspace() function
134 while( zNum<zEnd && totypeIsspace(*zNum) ) zNum++; in totypeAtoi64()
220 while( z<zEnd && totypeIsspace(*z) ) z++; in totypeAtoF()
281 while( z<zEnd && totypeIsspace(*z) ) z++; in totypeAtoF()
403 if( nStr && !totypeIsspace(zStr[0]) ){ in tointegerFunc()
473 if( nStr && !totypeIsspace(zStr[0]) && !totypeIsspace(zStr[nStr-1]) ){ in torealFunc()