Lines Matching full:idn_free
70 void idn_free (void *ptr);
73 /* if idn_free() was not found in this version of libidn use free() instead */
74 #define idn_free(x) (free)(x)
2769 idn_free(conn->host.encalloc); /* encoded host name buffer, must be freed
2770 with idn_free() since this was allocated
2773 idn_free(conn->proxy.encalloc); /* encoded proxy name buffer, must be
2774 freed with idn_free() since this was
2778 idn_free() since this was allocated by
2781 with idn_free() since this was allocated by
3669 idn_free(uc_name);