Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ui/
H A Dui_lib.c52 static void free_string(UI_STRING *uis) in free_string() function
80 sk_UI_STRING_pop_free(ui->strings, free_string); in UI_free()
138 free_string(s); in general_allocate_string()
141 free_string(s); in general_allocate_string()
185 free_string(s); in general_allocate_boolean()
188 free_string(s); in general_allocate_boolean()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ui/
H A Dui_lib.c52 static void free_string(UI_STRING *uis) in free_string() function
80 sk_UI_STRING_pop_free(ui->strings, free_string); in UI_free()
138 free_string(s); in general_allocate_string()
141 free_string(s); in general_allocate_string()
184 free_string(s); in general_allocate_boolean()
187 free_string(s); in general_allocate_boolean()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
H A Dv3_conf.c397 if (ctx->db_meth->free_string) in X509V3_string_free()
398 ctx->db_meth->free_string(ctx->db, str); in X509V3_string_free()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dv3_conf.c407 if (ctx->db_meth->free_string) in X509V3_string_free()
408 ctx->db_meth->free_string(ctx->db, str); in X509V3_string_free()
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dx509v3.h74 void (*free_string) (void *db, char *string); member
/netbsd-src/external/mpl/bind/dist/lib/isccfg/
H A Dparser.c121 free_string(cfg_parser_t *pctx, cfg_obj_t *obj);
168 cfg_rep_t cfg_rep_string = { "string", free_string };
1550 free_string(cfg_parser_t *pctx, cfg_obj_t *obj) { in cfg_obj_isstring()
1542 free_string(cfg_parser_t *pctx, cfg_obj_t *obj) { free_string() function
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isccfg/
H A Dparser.c122 free_string(cfg_parser_t *pctx, cfg_obj_t *obj);
163 LIBISCCFG_EXTERNAL_DATA cfg_rep_t cfg_rep_string = { "string", free_string };
1741 free_string(cfg_parser_t *pctx, cfg_obj_t *obj) { in free_string() function
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dx509v3.h.in86 void (*free_string) (void *db, char *string); member