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

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/include/idn/
H A Dnameprep.h80 * The handle is stored in '*handlep', which is used other functions
91 idn_nameprep_create(const char *version, idn_nameprep_t *handlep);
160 idn_nameprep_createproc(const char *parameter, void **handlep);
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/
H A Dnameprep.c103 idn_nameprep_create(const char *version, idn_nameprep_t *handlep) { argument
106 assert(handlep != NULL);
121 *handlep = handle;
326 idn_nameprep_createproc(const char *parameter, void **handlep) { argument
327 return idn_nameprep_create(parameter, (idn_nameprep_t *)handlep);

Completed in 11 milliseconds