Searched refs:find_in_hashmap (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dbucket.c57 static bucket_t *find_in_hashmap(const char *);
112 if ((new = find_in_hashmap(version)) == NULL) {
125 if ((child = find_in_hashmap(after)) == NULL) {
156 if ((new = find_in_hashmap(version)) == NULL) {
168 if ((child = find_in_hashmap(after)) == NULL) {
196 if ((v = find_in_hashmap(version)) == NULL) {
235 if ((b = find_in_hashmap(version)) == NULL) {
668 if (find_in_hashmap(version_name) != NULL) {
688 * find_in_hashmap -- find a bucket by name. Strictly for use by addByName().
691 find_in_hashmap(cons function
[all...]

Completed in 56 milliseconds