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);
26 int ossl_namemap_doall_names(const OSSL_NAMEMAP *namemap, int number,
30 int ossl_namemap_add_names(OSSL_NAMEMAP *namemap, int number,
35 A B<OSSL_NAMEMAP> is a one-to-many number E<lt>-E<gt> names map, which
55 If the given I<number> is zero, a new number will be allocated to
57 If the given I<number> is nonzero, the I<name> is added to the set of
58 names already associated with that number.
60 ossl_namemap_name2num() finds the number corresponding to the given
68 I<number> in the given I<namemap> and calls the function I<fn> for
75 the same number. If some of them already exist in the I<namemap>,
76 they must all have the same associated number, which will be adopted
88 ossl_namemap_add_name() returns the number associated with the added
92 pointers to the names corresponding to the given number, or NULL if
95 ossl_namemap_name2num() and ossl_namemap_name2num_n() return the number
102 ossl_namemap_add_names() returns the number associated with the added