Searched defs:maphash (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/
H A Dmapselector.c64 idn__strhash_t maphash; member in struct:idn_mapselector
114 ctx->maphash = NULL;
117 r = idn__strhash_create(&(ctx->maphash));
127 free(ctx->maphash);
144 idn__strhash_destroy(ctx->maphash,
194 if (idn__strhash_get(ctx->maphash, hash_key, (void **)&mapper)
200 r = idn__strhash_put(ctx->maphash, hash_key, 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_ke
[all...]

Completed in 14 milliseconds