Home | History | Annotate | Download | only in dae

Lines Matching refs:DAE_OK

84 	 * @return Returns DAE_OK if success, a negative value defined in daeError.h otherwise.
181 * @return Returns DAE_OK if success, a negative value defined in daeError.h otherwise.
195 return DAE_OK;
277 if (find(value,ret) != DAE_OK)
294 * @return Returns DAE_OK if success, a negative value defined in daeError.h otherwise.
302 if(find(value,index) == DAE_OK)
317 * @param index If the function returns DAE_OK, this is set to the index where the value appears in the array.
318 * @return Returns DAE_OK if no error or DAE_ERR_QUERY_NO_MATCH if the value was not found.
328 return DAE_OK;
341 if (find(value, i) == DAE_OK)