Searched refs:snd_cb (Results 1 – 5 of 5) sorted by relevance
59 private GCHandle snd_cb; field in wolfSSL.CSharp.wolfssl.ctx_handle75 this.snd_cb = input; in set_send()79 return this.snd_cb; in get_send()123 if (!Object.Equals(this.snd_cb, default(GCHandle))) in free()125 this.snd_cb.Free(); in free()