JunkBox_Lib++ (for Windows)
1.10.1
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
i
j
l
m
n
o
p
q
r
s
t
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
i
j
l
m
n
o
p
q
r
s
t
v
w
x
y
z
Variables
Typedefs
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Related Symbols
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
w
x
Variables
_
d
e
f
h
k
l
t
u
w
Typedefs
Enumerations
Enumerator
Macros
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
https_tool.h
Go to the documentation of this file.
1
#ifndef __JBXL_HTTPS_TOOL_H_
2
#define __JBXL_HTTPS_TOOL_H_
3
10
#include "
ssl_tool.h
"
11
#include "
http_tool.h
"
12
13
14
#ifdef DISABLE_SSL
15
#undef ENABLE_SSL
16
#endif
17
18
#ifdef ENABLE_SSL
19
20
int
recv_https_header(
int
sofd, SSL* ssl,
tList
** pl,
int
* len,
int
tm, FILE* fp,
int
* state);
21
int
send_https_header(
int
sofd, SSL* ssl,
tList
* pl,
int
mode);
22
23
int
recv_https_content(
int
sofd, SSL* ssl,
Buffer
* buf,
int
len,
int
tm, FILE* fp,
int
* state);
24
int
recv_https_chunked(
int
sofd, SSL* ssl,
Buffer
* buf,
int
tm, FILE* fp,
int
* state);
25
int
recv_https_closed (
int
sofd, SSL* ssl,
Buffer
* buf,
int
tm, FILE* fp);
26
27
int
recv_https_chunked_remain(
int
sofd, SSL* ssl,
Buffer
* buf,
int
chnksz,
int
tm);
28
29
int
recv_https_Buffer(
int
sofd, SSL* ssl,
tList
** pl,
Buffer
* buf,
int
timeout,
int
* hdonly,
int
* state,
int
nochunk);
30
int
send_https_Buffer(
int
sofd, SSL* ssl,
tList
* pl,
Buffer
* buf);
31
32
int
recv_https_file(
int
sofd, SSL* ssl,
tList
** pl,
const
char
* fname,
const
char
* wdir,
int
timeout,
int
* hdonly,
int
* state);
33
int
send_https_file(
int
sofd, SSL* ssl,
tList
* pl,
const
char
* fname);
34
35
int
save_https_xml(
int
cofd, SSL* ssl,
tList
** pl,
tXML
** xml,
char
** recvfn,
const
char
* wdir,
int
timeout,
int
* state);
36
37
#endif
// ENABLE_SSL
38
39
#endif
// __JBXL_HTTPS_TOOL_H_
40
http_tool.h
HTTP ツールライブラリ ヘッダ
ssl_tool.h
Buffer
Definition
buffer.h:35
tList
ExtendLib
xLib
https_tool.h
Generated on Sat Oct 12 2024 19:42:08 for JunkBox_Lib++ (for Windows) by
1.11.0