Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dfileio.c901 int seenPath = 0; /* True if an unusable PATH= constraint is seen */ in fsdirBestIndex() local
913 seenPath = 0; in fsdirBestIndex()
915 seenPath = 1; in fsdirBestIndex()
930 if( seenPath || seenDir ){ in fsdirBestIndex()