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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c37943 size_t nPath; local
206941 int nPath; local
207834 u32 nPath; /* Length of path */ member in struct:JsonParent
[all...]
H A Dshell.c10873 int nPath = 0; /* strlen(zPath) */ local
10963 nPath = (int)strlen(zPath);
10972 if( nPath<=0 || zPath[nPath-1]!='/' ){
10977 nPath = 0;
10979 nPath = (int)strlen(zPath);
10989 if( zipfileComparePath(p->cds.zFile, zPath, nPath)==0 ){
11025 pNew->cds.nFile = (u16)nPath;

Completed in 783 milliseconds