Searched refs:PROPERTY_STRING (Results 1 – 1 of 1) sorted by relevance
33 } PROPERTY_STRING; typedef35 DEFINE_LHASH_OF_EX(PROPERTY_STRING);36 typedef LHASH_OF(PROPERTY_STRING) PROP_TABLE;50 static unsigned long property_hash(const PROPERTY_STRING *a) in property_hash()55 static int property_cmp(const PROPERTY_STRING *a, const PROPERTY_STRING *b) in property_cmp()60 static void property_free(PROPERTY_STRING *ps) in property_free()124 static PROPERTY_STRING *new_property_string(const char *s, in new_property_string()128 PROPERTY_STRING *ps = OPENSSL_malloc(sizeof(*ps) + l); in new_property_string()145 PROPERTY_STRING p, *ps, *ps_new; in ossl_property_string()207 static void find_str_fn(PROPERTY_STRING *prop, void *vfindstr) in find_str_fn()
Completed in 4 milliseconds