Home
last modified time | relevance | path

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

/reactos/dll/win32/cryptui/
H A Dmain.c1077 static int cert_mgr_sort_by_text(HWND lv, int col, int index1, int index2) in cert_mgr_sort_by_text() function
1097 return cert_mgr_sort_by_text((HWND)lp, 0, lp1, lp2); in cert_mgr_sort_by_subject()
1102 return cert_mgr_sort_by_text((HWND)lp, 1, lp1, lp2); in cert_mgr_sort_by_issuer()
1116 return cert_mgr_sort_by_text((HWND)lp, 3, lp1, lp2); in cert_mgr_sort_by_friendly_name()
7277 return cert_mgr_sort_by_text(data->hwnd, data->column, lp1, lp2); in select_cert_sort_by_text()