Home
last modified time | relevance | path

Searched refs:objs_found (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelObjectUtil.c585 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()
H A DkernelObject.h224 kernel_object_t **objs_found; member
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftObjectUtil.c639 fcontext->objs_found = realloc(fcontext->objs_found, in add_to_search_result()
641 if (fcontext->objs_found == NULL) { in add_to_search_result()
647 (fcontext->objs_found)[(fcontext->num_results)++] = obj; in add_to_search_result()
838 if (fcontext->objs_found != NULL) { in soft_find_objects_final()
839 free(fcontext->objs_found); in soft_find_objects_final()
860 obj = fcontext->objs_found[i]; in soft_find_objects()
H A DsoftSessionUtil.c388 free(fcontext->objs_found); in soft_delete_session()
H A DsoftObject.h337 soft_object_t **objs_found; member