Searched refs:objs_found (Results 1 – 5 of 5) sorted by relevance
585 fcontext->objs_found = realloc(fcontext->objs_found, in add_to_search_result()587 if (fcontext->objs_found == NULL) { in add_to_search_result()593 (fcontext->objs_found)[(fcontext->num_results)++] = obj; in add_to_search_result()704 if (fcontext->objs_found != NULL) { in kernel_find_objects_final()705 free(fcontext->objs_found); in kernel_find_objects_final()726 obj = fcontext->objs_found[i]; in kernel_find_objects()
224 kernel_object_t **objs_found; member
578 fcontext->objs_found = realloc(fcontext->objs_found, in add_to_search_result()580 if (fcontext->objs_found == NULL) { in add_to_search_result()586 (fcontext->objs_found)[(fcontext->num_results)++] = obj; in add_to_search_result()777 if (fcontext->objs_found != NULL) { in soft_find_objects_final()778 free(fcontext->objs_found); in soft_find_objects_final()799 obj = fcontext->objs_found[i]; in soft_find_objects()
378 free(fcontext->objs_found); in soft_delete_session()
333 soft_object_t **objs_found; member