Searched refs:opener (Results 1 – 5 of 5) sorted by relevance
20 int (*opener)(UI *ui) = UI_method_get_opener(ui_base_method); in ui_open() local22 if (opener != NULL) in ui_open()23 return opener(ui); in ui_open()
24 int UI_method_set_opener(UI_METHOD *method, int (*opener) (UI *ui));60 =item an opener123 Open the session using the opener function if that one's defined.
275 OSSL_STORE_LOADER_set_open() sets the opener function for the278 OSSL_STORE_LOADER_set_open_ex() sets the opener with library context
627 int UI_method_set_opener(UI_METHOD *method, int (*opener) (UI *ui)) in UI_method_set_opener()630 method->ui_open_session = opener; in UI_method_set_opener()
250 an opener This function starts a session, maybe by opening274 The way this is used, the opener is first called, then the writer for all314 int UI_method_set_opener(UI_METHOD *method, int (*opener) (UI *ui));
Completed in 8 milliseconds