Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c123008 int nQuote, /* Length of zQuote in bytes */ argument
123018 zCopy = sqlite3MallocZero(nQuote+1);
123023 memcpy(zCopy, zQuote, nQuote);