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

/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_packbits.c62 * NB: tidata is the type representing *(tidata_t);
66 typedef unsigned char tidata; typedef
121 *op++ = (tidata) -127;
139 *op++ = (tidata) -127;
155 *op++ = (tidata) -127;
176 if (n == 1 && op[-2] == (tidata) -1 &&
/macosx-10.9.5/Heimdal-323.92.1/kcm/
H A Dprotocol.c1932 struct ntlm_buf ndata, sessionkey, tidata; local
1945 memset(&tidata, 0, sizeof(tidata));
2104 ret = heim_ntlm_encode_targetinfo(&ti, TRUE, &tidata);
2148 &tidata,
2229 heim_ntlm_free_buf(&tidata);

Completed in 141 milliseconds