Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c321 int *errorCodePtr in incrblobInput() argument
338 *errorCodePtr = rc; in incrblobInput()
353 int *errorCodePtr in incrblobOutput() argument
362 *errorCodePtr = EINVAL; in incrblobOutput()
371 *errorCodePtr = EIO; in incrblobOutput()
393 int *errorCodePtr in incrblobWideSeek() argument
417 int *errorCodePtr in incrblobSeek() argument
419 return incrblobWideSeek(instanceData,offset,seekMode,errorCodePtr); in incrblobSeek()