Searched refs:idn__strhash_get (Results 1 - 7 of 7) sorted by relevance
/bind-9.11.3/contrib/idn/idnkit-1.0-src/include/idn/ |
H A D | strhash.h | 107 idn__strhash_get(idn__strhash_t hash, const char *key, void **valuep);
|
/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/ |
H A D | mapselector.c | 194 if (idn__strhash_get(ctx->maphash, hash_key, (void **)&mapper) 257 r = idn__strhash_get(ctx->maphash, hash_key, (void **)&mapper); 300 if (idn__strhash_get(ctx->maphash, hash_key, (void **)&mapper) 303 idn__strhash_get(ctx->maphash, hash_key, (void **)&mapper);
|
H A D | strhash.c | 177 idn__strhash_get(idn__strhash_t hash, const char *key, void **valuep) { function
|
H A D | checker.c | 295 if (idn__strhash_get(scheme_hash, scheme_prefix, (void **)&scheme)
|
H A D | mapper.c | 267 if (idn__strhash_get(scheme_hash, scheme_prefix, (void **)&scheme)
|
H A D | normalizer.c | 202 if (idn__strhash_get(scheme_hash, scheme_name, &v) != idn_success) {
|
H A D | converter.c | 311 } else if ((r = idn__strhash_get(encoding_name_hash, realname, &v))
|
Completed in 1465 milliseconds