Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sqlite3/
H A Dshell.c5922 int nPath = 0; /* strlen(zPath) */ in zipfileUpdate() local
6010 nPath = (int)strlen(zPath); in zipfileUpdate()
6019 if( nPath<=0 || zPath[nPath-1]!='/' ){ in zipfileUpdate()
6024 nPath = 0; in zipfileUpdate()
6026 nPath = (int)strlen(zPath); in zipfileUpdate()
6036 if( zipfileComparePath(p->cds.zFile, zPath, nPath)==0 ){ in zipfileUpdate()
6072 pNew->cds.nFile = (u16)nPath; in zipfileUpdate()
H A Dsqlite3.c39758 int nPath = sqlite3Strlen30(zPath);
39767 if( (iOff+nPath+1)>nOut ){