Home
last modified time | relevance | path

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

/sqlite-3.40.0/tool/
H A Dlemon.c451 const char *Strsafe(const char *);
2260 x = Strsafe(psp->tokenstart); /* Save the token permanently */ in parseonetoken()
3882 rp->codePrefix = Strsafe(append_str(0,0,0,0)); in translate_code()
3974 if( cp && cp[0] ) rp->code = Strsafe(cp); in translate_code()
4032 rp->codeSuffix = Strsafe(cp); in translate_code()
5244 const char *Strsafe(const char *y) in Strsafe() function
5386 sp->name = Strsafe(x); in Symbol_new()