Home
last modified time | relevance | path

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

/third_party/openssl/crypto/ui/
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()
/third_party/gstreamer/gstplugins_bad/sys/wasapi2/
Dgstwasapi2util.c251 gboolean free_string = TRUE; in _gst_wasapi2_result() local
260 free_string = FALSE; in _gst_wasapi2_result()
266 if (free_string) in _gst_wasapi2_result()
/third_party/openssl/crypto/x509v3/
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()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/sdp/
Dgstsdpmessage.c71 free_string (gchar ** str) in free_string() function
162 INIT_ARRAY (field, gchar *, free_string)
170 DEFINE_ARRAY_REPLACE (method, field, const gchar *, free_string, dup_string, gchar *)
172 DEFINE_ARRAY_REMOVE (method, field, gchar *, free_string)
/third_party/openssl/include/openssl/
Dx509v3.h74 void (*free_string) (void *db, char *string); member