Searched refs:zTo (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/usr.sbin/makemandb/ |
H A D | custom_apropos_tokenizer.c | 321 const char *zTo, /* ... change the ending to this (not reversed) */ in stem() argument 334 while (*zTo) { in stem() 335 *(--z) = *(zTo++); in stem()
|
/netbsd-src/external/public-domain/sqlite/dist/ |
H A D | shell.c | 7456 const char *zTo = (const char*)sqlite3_value_text(pData); in writeFile() local 7457 if( zTo==0 || symlink(zTo, zFile)<0 ) return 1; in writeFile()
|
H A D | sqlite3.c | 18489 char *zTo; /* Name of table that the key points to (aka: Parent) */ member 117001 if( 0==sqlite3_stricmp(pFKey->zTo, zTable) 117192 if( sqlite3_stricmp(pFKey->zTo, zOld)==0 ){ 117193 renameTokenFind(&sParse, &sCtx, (void*)pFKey->zTo); 124266 pFKey->zTo = z; 124315 pFKey->zTo, (void *)pFKey 130939 pFKey->pFrom->zName, pFKey->zTo); 131579 && sqlite3_stricmp(pTab->zName, pFKey->zTo)!=0 131590 pTo = sqlite3FindTable(db, pFKey->zTo, zDb); 131592 pTo = sqlite3LocateTable(pParse, 0, pFKey->zTo, zDb); [all …]
|