Lines Matching refs:names
31 const char *names, const char separator);
35 A B<OSSL_NAMEMAP> is a one-to-many number E<lt>-E<gt> names map, which
36 can be used to give any arbitrary set of names (any string) a unique
58 names already associated with that number.
67 ossl_namemap_doall_names() walks through all names associated with
73 ossl_namemap_add_names() divides up a set of names given in I<names>,
92 pointers to the names corresponding to the given number, or NULL if
99 ossl_namemap_doall_names() returns 1 if the callback was called for all names. A
100 return value of 0 means that the callback was not called for any names.
103 names, or zero on error.
108 dealing with the same namemap may cause the list of names to change