Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:AppData
(Results
1 - 2
of
2
) sorted by relevance
/third_party/node/src/quic/
H
A
D
sessionticket.cc
26
SessionTicket::
AppData
::Source* GetAppDataSource(SSL* ssl) {
in GetAppDataSource()
30
return static_cast<SessionTicket::
AppData
::Source*>(ref->user_data);
in GetAppDataSource()
113
SessionTicket::
AppData
::Collect(ssl);
in GenerateCallback()
134
SessionTicket::
AppData
::Extract(ssl));
in DecryptedCallback()
138
SessionTicket::
AppData
::
AppData
(SSL* ssl) : ssl_(ssl) {}
in AppData()
function in node::quic::SessionTicket::AppData
140
bool SessionTicket::
AppData
::Set(const uv_buf_t& data) {
in Set()
147
std::optional<const uv_buf_t> SessionTicket::
AppData
::Get() const {
in Get()
157
void SessionTicket::
AppData
::Collect(SSL* ssl) {
in Collect()
160
SessionTicket::
AppData
app_dat
in Collect()
[all...]
/third_party/zlib/contrib/delphi/
H
A
D
ZLib.pas
19
TAlloc = function (
AppData
: Pointer; Items, Size: Integer): Pointer; cdecl;
20
TFree = procedure (
AppData
, Block: Pointer); cdecl;
37
AppData
: Pointer; // private data object passed to zalloc and zfree
254
function zlibAllocMem(
AppData
: Pointer; Items, Size: Integer): Pointer; cdecl;
in zlibAllocMem()
260
procedure zlibFreeMem(
AppData
, Block: Pointer); cdecl;
Completed in 2 milliseconds