Lines Matching refs:retval

76 	\retval B_OK Everything went fine.
77 \retval B_NO_INIT The object predicate or the volume wasn't set.
78 \retval B_BAD_VALUE The object predicate was invalid.
79 \retval B_NOT_ALLOWED Fetch() already called.
111 \retval B_OK Everything went fine.
112 \retval B_NO_MEMORY Not enough memory.
113 \retval B_NOT_ALLOWED PushAttribute() was called after Fetch().
126 \retval B_OK Everything went fine.
127 \retval B_NO_MEMORY Not enough memory.
128 \retval B_NOT_ALLOWED PushOp() was called after Fetch().
141 \retval B_OK Everything went fine.
142 \retval B_NO_MEMORY Not enough memory.
143 \retval B_NOT_ALLOWED PushUInt32() was called after Fetch().
156 \retval B_OK Everything went fine.
157 \retval B_NO_MEMORY Not enough memory.
158 \retval B_NOT_ALLOWED PushInt32() was called after Fetch().
171 \retval B_OK Everything went fine.
172 \retval B_NO_MEMORY Not enough memory.
173 \retval B_NOT_ALLOWED PushUInt64() was called after Fetch().
186 \retval B_OK Everything went fine.
187 \retval B_NO_MEMORY Not enough memory.
188 \retval B_NOT_ALLOWED PushInt64() was called after Fetch().
201 \retval B_OK Everything went fine.
202 \retval B_NO_MEMORY Not enough memory.
203 \retval B_NOT_ALLOWED PushFloat() was called after Fetch().
216 \retval B_OK Everything went fine.
217 \retval B_NO_MEMORY Not enough memory.
218 \retval B_NOT_ALLOWED PushDouble() was called after Fetch().
233 \retval B_OK Everything went fine.
234 \retval B_NO_MEMORY Not enough memory.
235 \retval B_NOT_ALLOWED PushString() was called after Fetch().
250 \retval B_OK Everything went fine.
251 \retval B_NO_MEMORY Not enough memory.
252 \retval B_NOT_ALLOWED PushDate() was called after Fetch().
283 \retval B_OK Everything went fine.
284 \retval B_NOT_ALLOWED SetVolume() was called after Fetch().
304 \retval B_OK Everything went fine.
305 \retval B_NO_MEMORY Not enough memory.
306 \retval B_NOT_ALLOWED SetPredicate() was called after Fetch().
325 \retval B_OK Everything went fine.
326 \retval B_NO_MEMORY Not enough memory.
327 \retval B_NOT_ALLOWED SetTarget() was called after Fetch().
413 \retval B_OK Everything went fine.
414 \retval B_NO_INIT The predicate of the BQuery object wasn't set.
415 \retval B_BAD_VALUE \a buffer was \c NULL or too short.
430 \retval B_OK Everything went fine.
431 \retval B_NO_INIT The predicate of the BQuery object wasn't set.
432 \retval B_BAD_VALUE \a predicate was \c NULL.
463 \retval B_OK Everything went fine.
464 \retval B_ENTRY_NOT_FOUND At end of list.
465 \retval B_BAD_VALUE The predicate included unindexed attributes.
466 \retval B_NOT_ALLOWED Fetch() was not previously called on the object.
480 \retval B_OK Everything went fine.
481 \retval B_ENTRY_NOT_FOUND At end of list.
482 \retval B_BAD_VALUE The predicate included unindexed attributes.
483 \retval B_NOT_ALLOWED Fetch() was not previously called on the object.
506 \retval B_BAD_VALUE The predicate included unindexed attributes.
507 \retval B_FILE_ERROR Fetch() was not previously called on the object.
520 \retval B_OK Everything went fine.
521 \retval B_FILE_ERROR Fetch() was not previously called on the object.