Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/
H A Dshell.c8289 int nPath = 0; /* strlen(zPath) */ in zipfileUpdate() local
8377 nPath = (int)strlen(zPath); in zipfileUpdate()
8386 if( nPath<=0 || zPath[nPath-1]!='/' ){ in zipfileUpdate()
8391 nPath = 0; in zipfileUpdate()
8393 nPath = (int)strlen(zPath); in zipfileUpdate()
8403 if( zipfileComparePath(p->cds.zFile, zPath, nPath)==0 ){ in zipfileUpdate()
8439 pNew->cds.nFile = (u16)nPath; in zipfileUpdate()
H A Dsqlite3.c40680 int nPath = sqlite3Strlen30(zPath);
40690 if( (iOff+nPath+1)>nOut ){