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:PPTRANSFER_BODY
(Results
1 - 5
of
5
) sorted by relevance
/third_party/curl/lib/
H
A
D
pingpong.h
38
PPTRANSFER_BODY
, /* yes do transfer a body */
enumerator
H
A
D
ftp.c
1324
if(ftp->transfer !=
PPTRANSFER_BODY
) {
in ftp_state_prepare_transfer()
1368
if((ftp->transfer !=
PPTRANSFER_BODY
) && ftpc->file) {
in ftp_state_rest()
1707
if(ftp->transfer !=
PPTRANSFER_BODY
)
in ftp_state_quote()
3342
if(!result && (ftp->transfer ==
PPTRANSFER_BODY
) && ftpc->ctl_valid &&
in ftp_done()
3404
(ftp->transfer ==
PPTRANSFER_BODY
)) {
in ftp_done()
3436
ftp->transfer =
PPTRANSFER_BODY
;
in ftp_done()
3684
if(ftp->transfer ==
PPTRANSFER_BODY
) {
in ftp_do_more()
4239
if(data->state.upload && !ftpc->file && (ftp->transfer ==
PPTRANSFER_BODY
)) {
in ftp_parse_url_path()
4287
if(ftp->transfer !=
PPTRANSFER_BODY
)
in ftp_dophase_done()
4428
ftp->transfer =
PPTRANSFER_BODY
;
in ftp_setup_connection()
[all...]
H
A
D
smtp.c
1462
smtp->transfer =
PPTRANSFER_BODY
;
in smtp_done()
1594
if(smtp->transfer !=
PPTRANSFER_BODY
)
in smtp_dophase_done()
H
A
D
imap.c
1545
imap->transfer =
PPTRANSFER_BODY
;
in imap_done()
1693
if(imap->transfer !=
PPTRANSFER_BODY
)
in imap_dophase_done()
H
A
D
pop3.c
935
if(pop3->transfer ==
PPTRANSFER_BODY
) {
in pop3_state_command_resp()
1176
pop3->transfer =
PPTRANSFER_BODY
;
in pop3_done()
Completed in 13 milliseconds