Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dspellfix.c1008 unsigned int stackSpace[SQLITE_SPELLFIX_STACKALLOC_SZ/sizeof(unsigned int)]; in editDist3Core() local
1014 if( nByte<=sizeof(stackSpace) ){ in editDist3Core()
1015 m = stackSpace; in editDist3Core()