Searched refs:UI_STRING (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/shared.asus/openssl/
H A Dui.h290 the reader take a UI_STRING.
293 /* The UI_STRING type is the data structure that contains all the needed info
296 DECLARE_STACK_OF(UI_STRING)
297 typedef struct ui_string_st UI_STRING; typedef in typeref:struct:ui_string_st
315 int UI_method_set_writer(UI_METHOD *method, int (*writer)(UI *ui, UI_STRING *uis));
317 int UI_method_set_reader(UI_METHOD *method, int (*reader)(UI *ui, UI_STRING *uis));
320 int (*UI_method_get_writer(UI_METHOD *method))(UI*,UI_STRING*);
322 int (*UI_method_get_reader(UI_METHOD *method))(UI*,UI_STRING*);
326 data from a UI_STRING. */
328 /* Return type of the UI_STRING */
[all...]
H A Dsafestack.h1007 #define sk_UI_STRING_new(st) SKM_sk_new(UI_STRING, (st))
1008 #define sk_UI_STRING_new_null() SKM_sk_new_null(UI_STRING)
1009 #define sk_UI_STRING_free(st) SKM_sk_free(UI_STRING, (st))
1010 #define sk_UI_STRING_num(st) SKM_sk_num(UI_STRING, (st))
1011 #define sk_UI_STRING_value(st, i) SKM_sk_value(UI_STRING, (st), (i))
1012 #define sk_UI_STRING_set(st, i, val) SKM_sk_set(UI_STRING, (st), (i), (val))
1013 #define sk_UI_STRING_zero(st) SKM_sk_zero(UI_STRING, (st))
1014 #define sk_UI_STRING_push(st, val) SKM_sk_push(UI_STRING, (st), (val))
1015 #define sk_UI_STRING_unshift(st, val) SKM_sk_unshift(UI_STRING, (st), (val))
1016 #define sk_UI_STRING_find(st, val) SKM_sk_find(UI_STRING, (s
[all...]
/asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/openssl/
H A Dui.h284 the reader take a UI_STRING.
287 /* The UI_STRING type is the data structure that contains all the needed info
290 DECLARE_STACK_OF(UI_STRING)
291 typedef struct ui_string_st UI_STRING; typedef in typeref:struct:ui_string_st
309 int UI_method_set_writer(UI_METHOD *method, int (*writer)(UI *ui, UI_STRING *uis));
311 int UI_method_set_reader(UI_METHOD *method, int (*reader)(UI *ui, UI_STRING *uis));
314 int (*UI_method_get_writer(UI_METHOD *method))(UI*,UI_STRING*);
316 int (*UI_method_get_reader(UI_METHOD *method))(UI*,UI_STRING*);
320 data from a UI_STRING. */
322 /* Return type of the UI_STRING */
[all...]
H A Dsafestack.h1161 #define sk_UI_STRING_new(st) SKM_sk_new(UI_STRING, (st))
1162 #define sk_UI_STRING_new_null() SKM_sk_new_null(UI_STRING)
1163 #define sk_UI_STRING_free(st) SKM_sk_free(UI_STRING, (st))
1164 #define sk_UI_STRING_num(st) SKM_sk_num(UI_STRING, (st))
1165 #define sk_UI_STRING_value(st, i) SKM_sk_value(UI_STRING, (st), (i))
1166 #define sk_UI_STRING_set(st, i, val) SKM_sk_set(UI_STRING, (st), (i), (val))
1167 #define sk_UI_STRING_zero(st) SKM_sk_zero(UI_STRING, (st))
1168 #define sk_UI_STRING_push(st, val) SKM_sk_push(UI_STRING, (st), (val))
1169 #define sk_UI_STRING_unshift(st, val) SKM_sk_unshift(UI_STRING, (st), (val))
1170 #define sk_UI_STRING_find(st, val) SKM_sk_find(UI_STRING, (s
[all...]

Completed in 98 milliseconds