Searched defs:appdata (Results 1 - 2 of 2) sorted by relevance

/external/curl/lib/vauth/
H A Dkrb5_sspi.c258 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);
/external/webrtc/talk/app/webrtc/
H A Dwebrtcsdp.cc232 // TODO(ronghuawu): What should we do if the appdata doesn't appear?
607 // The appdata consists of the "id" attribute of a MediaStreamTrack, which
1469 // a=ssrc:<ssrc-id> msid:identifier [appdata]
1470 // The appdata consists of the "id" attribute of a MediaStreamTrack, which
1472 std::string appdata = track->id; local
1477 << kSdpDelimiterSpace << appdata;
2754 // "msid:" identifier [ " " appdata ]
2759 "Expected format \"msid:<identifier>[ <appdata>]\".",

Completed in 291 milliseconds