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:_tcsdup
(Results
1 - 6
of
6
) sorted by relevance
/third_party/curl/lib/
H
A
D
curl_memory.h
75
# undef
_tcsdup
macro
77
# undef
_tcsdup
macro
169
# undef
_tcsdup
macro
170
# define
_tcsdup
(ptr) Curl_cwcsdup(ptr)
macro
172
# undef
_tcsdup
macro
173
# define
_tcsdup
(ptr) Curl_cstrdup(ptr)
macro
H
A
D
memdebug.h
130
# undef
_tcsdup
macro
131
# define
_tcsdup
(ptr) curl_dbg_wcsdup(ptr, __LINE__, __FILE__)
macro
133
# undef
_tcsdup
macro
134
# define
_tcsdup
(ptr) curl_dbg_strdup(ptr, __LINE__, __FILE__)
macro
H
A
D
curl_sspi.c
177
dup_user.tchar_ptr =
_tcsdup
(user.tchar_ptr);
in Curl_create_sspi_identity()
204
dup_passwd.tchar_ptr =
_tcsdup
(passwd.tchar_ptr);
in Curl_create_sspi_identity()
/third_party/curl/lib/vauth/
H
A
D
vauth.c
102
dupe_tchar_spn =
_tcsdup
(tchar_spn);
in Curl_auth_build_spn()
H
A
D
digest_sspi.c
276
dup_domain.tchar_ptr =
_tcsdup
(domain.tchar_ptr);
in Curl_override_sspi_http_realm()
/third_party/curl/lib/vtls/
H
A
D
schannel.c
434
*store_path =
_tcsdup
(store_path_start);
in get_cert_location()
Completed in 7 milliseconds