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.c334 int *errorCodePtr in incrblobInput() argument
351 *errorCodePtr = rc; in incrblobInput()
366 int *errorCodePtr in incrblobOutput() argument
375 *errorCodePtr = EINVAL; in incrblobOutput()
384 *errorCodePtr = EIO; in incrblobOutput()
406 int *errorCodePtr in incrblobWideSeek() argument
430 int *errorCodePtr in incrblobSeek() argument
432 return incrblobWideSeek(instanceData,offset,seekMode,errorCodePtr); in incrblobSeek()