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

/freebsd-11-stable/contrib/sqlite3/
H A Dshell.c7423 int nPath = 0; /* strlen(zPath) */ local
7511 nPath = (int)strlen(zPath);
7520 if( nPath<=0 || zPath[nPath-1]!='/' ){
7525 nPath = 0;
7527 nPath = (int)strlen(zPath);
7537 if( zipfileComparePath(p->cds.zFile, zPath, nPath)==0 ){
7573 pNew->cds.nFile = (u16)nPath;
H A Dsqlite3.c40244 int nPath = sqlite3Strlen30(zPath); local
[all...]

Completed in 687 milliseconds