Home
last modified time | relevance | path

Searched refs:zKWText (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/tool/
H A Dmkkeywordhash.c411 char zKWText[2000]; in main() local
547 memcpy(&zKWText[k], p->zName, p->len); in main()
564 zKWText[nChar] = 0; in main()
569 if( zKWText[i]==0 ){ in main()
572 printf("'%c',", zKWText[i]); in main()