Home
last modified time | relevance | path

Searched refs:appdata (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Lib/asyncio/
Dsslproto.py123 ssldata, appdata = self.feed_ssldata(b'', only_handshake=True)
124 assert len(appdata) == 0
143 ssldata, appdata = self.feed_ssldata(b'')
144 assert appdata == [] or appdata == [b'']
154 ssldata, appdata = self.feed_ssldata(b'')
155 assert appdata == [] or appdata == [b'']
175 appdata = [data]
177 appdata = []
178 return ([], appdata)
185 appdata = []
[all …]
/external/google-breakpad/src/client/linux/minidump_writer/
Dminidump_writer.h99 const AppMemoryList& appdata);
103 const AppMemoryList& appdata);
110 const AppMemoryList& appdata);
115 const AppMemoryList& appdata);
119 const AppMemoryList& appdata,
/external/curl/lib/vauth/
Dkrb5_sspi.c276 unsigned char *appdata = NULL; in Curl_auth_create_gssapi_security_message() local
447 appdata = malloc(appdatalen); in Curl_auth_create_gssapi_security_message()
448 if(!appdata) { in Curl_auth_create_gssapi_security_message()
457 memcpy(appdata, wrap_buf[0].pvBuffer, wrap_buf[0].cbBuffer); in Curl_auth_create_gssapi_security_message()
459 memcpy(appdata + offset, wrap_buf[1].pvBuffer, wrap_buf[1].cbBuffer); in Curl_auth_create_gssapi_security_message()
461 memcpy(appdata + offset, wrap_buf[2].pvBuffer, wrap_buf[2].cbBuffer); in Curl_auth_create_gssapi_security_message()
464 result = Curl_base64_encode(data, (char *) appdata, appdatalen, outptr, in Curl_auth_create_gssapi_security_message()
468 free(appdata); in Curl_auth_create_gssapi_security_message()
/external/python/cpython2/Tools/scripts/
Dwin_add2path.py23 appdata = os.environ["APPDATA"]
25 userpath = site.USER_SITE.replace(appdata, "%APPDATA%")
/external/python/cpython3/Tools/scripts/
Dwin_add2path.py23 appdata = os.environ["APPDATA"]
25 usersite = site.USER_SITE.replace(appdata, "%APPDATA%")
/external/webrtc/talk/app/webrtc/
Dwebrtcsdp.cc1472 std::string appdata = track->id; in BuildRtpContentAttributes() local
1477 << kSdpDelimiterSpace << appdata; in BuildRtpContentAttributes()
/external/scapy/test/
Dregression.uts203 …assert("scapy" in tmpfile and tmpfile.lower().startswith('c:\\users\\appveyor\\appdata\\local\\tem…