HomeSort by: relevance | last modified time | path
    Searched refs:nPath (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
shell.c 13750 int nPath = 0; /* strlen(zPath) */
13840 nPath = (int)strlen(zPath);
13841 if( nPath>ZIPFILE_MX_NAME ){
13854 if( nPath<=0 || zPath[nPath-1]!='/' ){
13859 nPath = 0;
13861 nPath = (int)strlen(zPath);
13871 if( zipfileComparePath(p->cds.zFile, zPath, nPath)==0 ){
13907 pNew->cds.nFile = (u16)nPath;
    [all...]
sqlite3.c     [all...]

Completed in 155 milliseconds