Searched refs:appdata (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython3/Lib/asyncio/ |
D | sslproto.py | 122 ssldata, appdata = self.feed_ssldata(b'', only_handshake=True) 123 assert len(appdata) == 0 142 ssldata, appdata = self.feed_ssldata(b'') 143 assert appdata == [] or appdata == [b''] 153 ssldata, appdata = self.feed_ssldata(b'') 154 assert appdata == [] or appdata == [b''] 174 appdata = [data] 176 appdata = [] 177 return ([], appdata) 184 appdata = [] [all …]
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | minidump_writer.h | 106 const AppMemoryList& appdata, 113 const AppMemoryList& appdata, 123 const AppMemoryList& appdata, 131 const AppMemoryList& appdata, 138 const AppMemoryList& appdata,
|
/external/curl/lib/vauth/ |
D | krb5_sspi.c | 286 unsigned char *appdata = NULL; in Curl_auth_create_gssapi_security_message() local 466 appdata = malloc(appdatalen); in Curl_auth_create_gssapi_security_message() 467 if(!appdata) { in Curl_auth_create_gssapi_security_message() 476 memcpy(appdata, wrap_buf[0].pvBuffer, wrap_buf[0].cbBuffer); in Curl_auth_create_gssapi_security_message() 478 memcpy(appdata + offset, wrap_buf[1].pvBuffer, wrap_buf[1].cbBuffer); in Curl_auth_create_gssapi_security_message() 480 memcpy(appdata + offset, wrap_buf[2].pvBuffer, wrap_buf[2].cbBuffer); in Curl_auth_create_gssapi_security_message() 483 result = Curl_base64_encode(data, (char *) appdata, appdatalen, outptr, in Curl_auth_create_gssapi_security_message() 487 free(appdata); in Curl_auth_create_gssapi_security_message()
|
/external/python/cpython2/Tools/scripts/ |
D | win_add2path.py | 23 appdata = os.environ["APPDATA"] 25 userpath = site.USER_SITE.replace(appdata, "%APPDATA%")
|
/external/python/cpython3/Tools/scripts/ |
D | win_add2path.py | 23 appdata = os.environ["APPDATA"] 25 usersite = site.USER_SITE.replace(appdata, "%APPDATA%")
|
/external/llvm-project/llvm/lib/Support/Windows/ |
D | Path.inc | 1426 // Either local or roaming appdata may be suitable in some cases, depending
|
/external/scapy/test/ |
D | regression.uts | 203 …assert("scapy" in tmpfile and tmpfile.lower().startswith('c:\\users\\appveyor\\appdata\\local\\tem…
|