Home
last modified time | relevance | path

Searched refs:hexpl (Results 1 – 3 of 3) sorted by relevance

/dports/security/putty/putty-0.76/
H A Dx11fwd.c1117 void *x11_dehexify(ptrlen hexpl, int *outlen) in x11_dehexify() argument
1122 len = hexpl.len / 2; in x11_dehexify()
1128 bytestr[0] = ((const char *)hexpl.ptr)[2*i]; in x11_dehexify()
1129 bytestr[1] = ((const char *)hexpl.ptr)[2*i+1]; in x11_dehexify()
/dports/security/putty-nogtk/putty-0.76/
H A Dx11fwd.c1117 void *x11_dehexify(ptrlen hexpl, int *outlen) in x11_dehexify() argument
1122 len = hexpl.len / 2; in x11_dehexify()
1128 bytestr[0] = ((const char *)hexpl.ptr)[2*i]; in x11_dehexify()
1129 bytestr[1] = ((const char *)hexpl.ptr)[2*i+1]; in x11_dehexify()
/dports/ftp/filezilla/filezilla-3.55.1/src/putty/
H A Dx11fwd.c1117 void *x11_dehexify(ptrlen hexpl, int *outlen) in x11_dehexify() argument
1122 len = hexpl.len / 2; in x11_dehexify()
1128 bytestr[0] = ((const char *)hexpl.ptr)[2*i]; in x11_dehexify()
1129 bytestr[1] = ((const char *)hexpl.ptr)[2*i+1]; in x11_dehexify()