Lines Matching refs:number
9 - internal number E<lt>-E<gt> name map
21 int ossl_namemap_add_name(OSSL_NAMEMAP *namemap, int number, const char *name);
22 int ossl_namemap_add_name_n(OSSL_NAMEMAP *namemap, int number,
28 int ossl_namemap_doall_names(const OSSL_NAMEMAP *namemap, int number,
32 int ossl_namemap_add_names(OSSL_NAMEMAP *namemap, int number,
37 A B<OSSL_NAMEMAP> is a one-to-many number E<lt>-E<gt> names map, which
57 If the given I<number> is zero, a new number will be allocated to
59 If the given I<number> is nonzero, the I<name> is added to the set of
60 names already associated with that number.
62 ossl_namemap_name2num() finds the number corresponding to the given
71 I<number> in the given I<namemap> and calls the function I<fn> for
78 the same number. If some of them already exist in the I<namemap>,
79 they must all have the same associated number, which will be adopted
91 ossl_namemap_add_name() and ossl_namemap_add_name_n() return the number
95 pointers to the names corresponding to the given number, or NULL if
98 ossl_namemap_name2num() and ossl_namemap_name2num_n() return the number
105 ossl_namemap_add_names() returns the number associated with the added