Lines Matching refs:query
252 MPP_RET rc_brief_get_all(RcApiQueryAll *query) in rc_brief_get_all() argument
262 if (!query) { in rc_brief_get_all()
267 brief = query->brief; in rc_brief_get_all()
268 count = &query->count; in rc_brief_get_all()
269 max_count = query->max_count; in rc_brief_get_all()
279 MPP_RET rc_brief_get_by_type(RcApiQueryType *query) in rc_brief_get_by_type() argument
290 if (!query) { in rc_brief_get_by_type()
295 brief = query->brief; in rc_brief_get_by_type()
296 count = &query->count; in rc_brief_get_by_type()
297 max_count = query->max_count; in rc_brief_get_by_type()
298 type = query->type; in rc_brief_get_by_type()