Symbol: free_string
crypto/krb5/src/include/krb5/kdcpreauth_plugin.h
163
void (*free_string)(krb5_context context, krb5_kdcpreauth_rock rock,
crypto/krb5/src/include/krb5/localauth_plugin.h
134
krb5_localauth_free_string_fn free_string;
crypto/krb5/src/kdc/kdc_preauth.c
590
free_string,
crypto/krb5/src/lib/krb5/os/localauth.c
227
h->vt.free_string(context, h->data, str);
crypto/krb5/src/lib/krb5/os/localauth.c
368
vt->free_string = freestr;
crypto/krb5/src/lib/krb5/os/localauth.c
382
vt->free_string = freestr;
crypto/krb5/src/lib/krb5/os/localauth_names.c
100
vt->free_string = freestr;
crypto/krb5/src/lib/krb5/os/localauth_rule.c
320
vt->free_string = freestr;
crypto/krb5/src/plugins/localauth/test/main.c
153
vt->free_string = freestr;
crypto/krb5/src/plugins/localauth/test/main.c
167
vt->free_string = freestr;
crypto/krb5/src/plugins/preauth/otp/main.c
240
cb->free_string(context, rock, config);
crypto/krb5/src/plugins/preauth/otp/main.c
355
cb->free_string(context, rock, config);
crypto/krb5/src/plugins/preauth/pkinit/pkinit_srv.c
1256
req_opts->cb->free_string(context, req_opts->rock, pattern);
crypto/krb5/src/plugins/preauth/test/kdctest.c
106
cb->free_string(context, rock, attr);
crypto/krb5/src/plugins/preauth/test/kdctest.c
181
cb->free_string(context, rock, attr_err);
crypto/krb5/src/plugins/preauth/test/kdctest.c
182
cb->free_string(context, rock, attr_2rt);
crypto/krb5/src/plugins/preauth/test/kdctest.c
183
cb->free_string(context, rock, attr_fail2rt);
crypto/krb5/src/plugins/preauth/test/kdctest.c
184
cb->free_string(context, rock, attr_failopt);
crypto/krb5/src/util/profile/prof_get.c
597
profile->vt->free_string(profile->cbdata, name);
crypto/krb5/src/util/profile/prof_get.c
599
profile->vt->free_string(profile->cbdata, value);
crypto/krb5/src/util/profile/prof_init.c
32
(!vtable->iterator || !vtable->iterator_free || !vtable->free_string))
crypto/openssl/crypto/ui/ui_lib.c
137
free_string(s);
crypto/openssl/crypto/ui/ui_lib.c
140
free_string(s);
crypto/openssl/crypto/ui/ui_lib.c
183
free_string(s);
crypto/openssl/crypto/ui/ui_lib.c
186
free_string(s);
crypto/openssl/crypto/ui/ui_lib.c
78
sk_UI_STRING_pop_free(ui->strings, free_string);
crypto/openssl/crypto/x509/v3_conf.c
422
if (ctx->db_meth->free_string)
crypto/openssl/crypto/x509/v3_conf.c
423
ctx->db_meth->free_string(ctx->db, str);
crypto/openssl/include/openssl/x509v3.h
89
void (*free_string)(void *db, char *string);
krb5/lib/gssapi/error_map.h
42
void (*free_value)(char *) = free_string;
krb5/lib/gssapi/error_map.h
93
void (*free_value)(char *) = free_string;