Searched refs:tempdata (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/heimcred/
H A Dntlm.m78 krb5_data cb, type1data, tempdata;
305 tempdata.data = ndata.data;
306 tempdata.length = ndata.length;
307 ret = krb5_store_data(response, tempdata);
318 tempdata.data = sessionkey.data;
319 tempdata.length = sessionkey.length;
321 ret = krb5_store_data(response, tempdata);
/macosx-10.10/Heimdal-398.1.2/kcm/
H A Dprotocol.c1930 krb5_data type2data, cb, type1data, tempdata; local
2183 tempdata.data = ndata.data;
2184 tempdata.length = ndata.length;
2185 ret = krb5_store_data(response, tempdata);
2193 tempdata.data = sessionkey.data;
2194 tempdata.length = sessionkey.length;
2196 ret = krb5_store_data(response, tempdata);
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkImgPhoto.c1909 Tcl_Obj *tempdata, *tempformat;
2107 tempdata = masterPtr->dataString;
2112 tempdata = (Tcl_Obj *) Tcl_GetString(tempdata);
2114 if ((*imageFormat->stringReadProc)(interp, tempdata,
1903 Tcl_Obj *tempdata, *tempformat; local
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkImgPhoto.c1914 Tcl_Obj *tempdata, *tempformat;
2111 tempdata = masterPtr->dataString;
2116 tempdata = (Tcl_Obj *) Tcl_GetString(tempdata);
2118 if ((*imageFormat->stringReadProc)(interp, tempdata,
1908 Tcl_Obj *tempdata, *tempformat; local

Completed in 141 milliseconds