Searched refs:nPath (Results 1 – 2 of 2) sorted by relevance
10951 int nPath = 0; /* strlen(zPath) */ in zipfileUpdate() local11041 nPath = (int)strlen(zPath); in zipfileUpdate()11050 if( nPath<=0 || zPath[nPath-1]!='/' ){ in zipfileUpdate()11055 nPath = 0; in zipfileUpdate()11057 nPath = (int)strlen(zPath); in zipfileUpdate()11067 if( zipfileComparePath(p->cds.zFile, zPath, nPath)==0 ){ in zipfileUpdate()11103 pNew->cds.nFile = (u16)nPath; in zipfileUpdate()
38283 size_t nPath;38287 nPath = strlen(zPath);38289 if( nOut<nPath+1 ) nPath = nOut - 1;38290 memcpy(zOut, zPath, nPath);38291 zOut[nPath] = 0;208698 int nPath;208701 nPath = sqlite3Strlen30(zPath);208716 jsonAppendRaw(&jx, zPath, nPath);208718 }else if( jsonAllAlphanum(zPath, nPath) ){208720 jsonAppendRaw(&jx, zPath, nPath);[all …]