Lines Matching defs:pnByte
14606 ** clause, NULL is returned and (*pnByte) is set to 0. Otherwise, a pointer to
14607 ** the identified fragment is returned and output parameter (*pnByte) set
14610 static const char *intckParseCreateIndex(const char *z, int iCol, int *pnByte){
14686 *pnByte = nRet;
23150 ** If parameter pnByte is not NULL, (*pnByte) is set to the number of bytes
23155 ** the final value of (*pnByte), if applicable.
23157 ** NULL is returned if any error is encountered. The final value of *pnByte
23160 static char *readFile(const char *zName, int *pnByte){
23189 if( pnByte ) *pnByte = nIn;