Searched refs:default_rc (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c18594 ** The key comparison functions actually return default_rc when they find
18595 ** an equals comparison. default_rc can be -1, 0, or +1. If there are
18597 ** at the first pKeyInfo->nFields,) then default_rc can be set to -1 to
18603 ** When default_rc!=0, the search might end up on the record immediately
18617 i8 default_rc; /* Comparison result if keys are equal */ member in struct:UnpackedRecord
[all...]

Completed in 608 milliseconds