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

/macosx-10.9.5/Heimdal-323.92.1/kcm/
H A Dprotocol.c1933 krb5_data type2data, cb, type1data, tempdata; local
2186 tempdata.data = ndata.data;
2187 tempdata.length = ndata.length;
2188 ret = krb5_store_data(response, tempdata);
2196 tempdata.data = sessionkey.data;
2197 tempdata.length = sessionkey.length;
2199 ret = krb5_store_data(response, tempdata);
/macosx-10.9.5/tcl-102/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.9.5/tcl-102/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 201 milliseconds