OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:uis
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/crypto/ui/
ui_lib.c
50
static void free_string(UI_STRING *
uis
)
52
if (
uis
->flags & OUT_STRING_FREEABLE) {
53
OPENSSL_free((char *)
uis
->out_string);
54
switch (
uis
->type) {
56
OPENSSL_free((char *)
uis
->_.boolean_data.action_desc);
57
OPENSSL_free((char *)
uis
->_.boolean_data.ok_chars);
58
OPENSSL_free((char *)
uis
->_.boolean_data.cancel_chars);
68
OPENSSL_free(
uis
);
464
UI_STRING
uis
;
local
466
memset(&
uis
, 0, sizeof(uis))
[
all
...]
/src/crypto/external/bsd/openssl/dist/crypto/ui/
ui_lib.c
52
static void free_string(UI_STRING *
uis
)
54
if (
uis
->flags & OUT_STRING_FREEABLE) {
55
OPENSSL_free((char *)
uis
->out_string);
56
switch (
uis
->type) {
58
OPENSSL_free((char *)
uis
->_.boolean_data.action_desc);
59
OPENSSL_free((char *)
uis
->_.boolean_data.ok_chars);
60
OPENSSL_free((char *)
uis
->_.boolean_data.cancel_chars);
70
OPENSSL_free(
uis
);
459
UI_STRING
uis
;
local
461
memset(&
uis
, 0, sizeof(uis))
[
all
...]
/src/crypto/external/bsd/openssl.old/dist/crypto/ui/
ui_lib.c
52
static void free_string(UI_STRING *
uis
)
54
if (
uis
->flags & OUT_STRING_FREEABLE) {
55
OPENSSL_free((char *)
uis
->out_string);
56
switch (
uis
->type) {
58
OPENSSL_free((char *)
uis
->_.boolean_data.action_desc);
59
OPENSSL_free((char *)
uis
->_.boolean_data.ok_chars);
60
OPENSSL_free((char *)
uis
->_.boolean_data.cancel_chars);
70
OPENSSL_free(
uis
);
460
UI_STRING
uis
;
local
462
memset(&
uis
, 0, sizeof(uis))
[
all
...]
Completed in 27 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026