/external/curl/lib/vauth/ |
krb5_sspi.c | 258 unsigned char *appdata = NULL; local 429 appdata = malloc(appdatalen); 430 if(!appdata) { 439 memcpy(appdata, wrap_buf[0].pvBuffer, wrap_buf[0].cbBuffer); 441 memcpy(appdata + offset, wrap_buf[1].pvBuffer, wrap_buf[1].cbBuffer); 443 memcpy(appdata + offset, wrap_buf[2].pvBuffer, wrap_buf[2].cbBuffer); 446 result = Curl_base64_encode(data, (char *) appdata, appdatalen, outptr, 450 free(appdata);
|
/hardware/intel/common/wrs_omxil_core/base/inc/ |
portbase.h | 188 OMX_PTR appdata; member in class:PortBase
|
componentbase.h | 430 OMX_PTR appdata; member in class:ComponentBase
|
/external/webrtc/talk/app/webrtc/ |
webrtcsdp.cc | 232 // TODO(ronghuawu): What should we do if the appdata doesn't appear? 607 // The appdata consists of the "id" attribute of a MediaStreamTrack, which 1472 std::string appdata = track->id; local [all...] |