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:mail_from
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mbedtls/programs/ssl/
H
A
D
ssl_mail_client.c
113
"
mail_from
=%%s default: \"\"\n" \
131
const char *
mail_from
; /* E-Mail address to use as sender */
member
391
opt.
mail_from
= DFL_MAIL_FROM;
in main()
428
} else if (strcmp(p, "
mail_from
") == 0) {
in main()
429
opt.
mail_from
= q;
in main()
730
len = sprintf((char *) buf, "MAIL FROM:<%s>\r\n", opt.
mail_from
);
in main()
770
"Enjoy!", opt.
mail_from
);
in main()
/third_party/curl/src/
H
A
D
tool_cfgable.h
104
char *
mail_from
;
member
H
A
D
tool_cfgable.c
90
Curl_safefree(config->
mail_from
);
in free_config_fields()
H
A
D
tool_operate.c
2052
if(config->
mail_from
)
in single_transfer()
2053
my_setopt_str(curl, CURLOPT_MAIL_FROM, config->
mail_from
);
in single_transfer()
H
A
D
tool_getparam.c
1786
err = getstr(&config->
mail_from
, nextarg, DENY_BLANK);
in getparameter()
Completed in 10 milliseconds