Searched refs:RET_SPECIAL (Results 1 - 9 of 9) sorted by last modified time

/netbsd-current/lib/libc/db/btree/
H A Dbt_seq.c79 * RET_ERROR, RET_SUCCESS or RET_SPECIAL if there's no next key.
153 * RET_ERROR, RET_SUCCESS or RET_SPECIAL if there's no next key.
190 return (RET_SPECIAL);
214 return (RET_SPECIAL);
243 * RET_ERROR, RET_SUCCESS or RET_SPECIAL if there's no next key.
329 return RET_SPECIAL;
358 return RET_SPECIAL;
390 return RET_SPECIAL;
429 return RET_SPECIAL;
461 * or RET_SPECIAL i
[all...]
H A Dbt_put.c66 * RET_ERROR, RET_SUCCESS and RET_SPECIAL if the key is already in the
182 return (RET_SPECIAL);
H A Dbt_delete.c62 * Return RET_SPECIAL if the key is not found.
98 return (RET_SPECIAL);
285 * RET_ERROR, RET_SUCCESS and RET_SPECIAL if the key not found.
301 return (deleted ? RET_SUCCESS : RET_SPECIAL);
H A Dbt_get.c63 * RET_ERROR, RET_SUCCESS and RET_SPECIAL if the key not found.
90 return (RET_SPECIAL);
/netbsd-current/include/
H A Ddb.h44 #define RET_SPECIAL 1 macro
/netbsd-current/lib/libc/db/recno/
H A Drec_get.c63 * RET_ERROR, RET_SUCCESS and RET_SPECIAL if the key not found.
93 return (RET_SPECIAL);
158 return (RET_SPECIAL);
212 return (RET_SPECIAL);
250 return (RET_SPECIAL);
289 return (RET_SPECIAL);
H A Drec_put.c61 * RET_ERROR, RET_SUCCESS and RET_SPECIAL if the key is
131 return (RET_SPECIAL);
H A Drec_delete.c64 * RET_ERROR, RET_SUCCESS and RET_SPECIAL if the key not found.
86 return (RET_SPECIAL);
94 return (RET_SPECIAL);
117 * RET_ERROR, RET_SUCCESS and RET_SPECIAL if the key not found.
H A Drec_seq.c61 * RET_ERROR, RET_SUCCESS or RET_SPECIAL if there's no next key.
96 return (RET_SPECIAL);
116 return (RET_SPECIAL);

Completed in 292 milliseconds