Home | History | Annotate | Download | only in orig

Lines Matching full:zbase

2462   const char *zBase;
2537 pCur->zBase = 0;
2733 pCur->zBase = (const char*)sqlite3_value_text(argv[1]);
2735 if( pCur->zBase ){
2736 pCur->nBase = (int)strlen(pCur->zBase)+1;
2737 pCur->zPath = sqlite3_mprintf("%s/%s", pCur->zBase, zDir);