Lines Matching refs:RET_ERROR
66 * RET_ERROR, RET_SUCCESS and RET_SPECIAL if the key is already in the
93 return (RET_ERROR);
112 return (RET_ERROR);
126 storekey: if (__ovfl_put(t, key, &pg) == RET_ERROR)
127 return (RET_ERROR);
137 if (__ovfl_put(t, data, &pg) == RET_ERROR)
138 return (RET_ERROR);
156 return (RET_ERROR);
167 return (RET_ERROR);
191 delete: if (__bt_dleaf(t, key, h, (u_int)idx) == RET_ERROR) {
193 return (RET_ERROR);