Tor
0.4.9.2-alpha-dev
Toggle main menu visibility
Main Page
Related Pages
Modules
Data Structures
Data Structures
Data Structure Index
Data Fields
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
Functions
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
Files
File List
Globals
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
z
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Typedefs
b
c
d
f
g
h
l
m
n
o
p
r
s
v
Enumerations
a
b
c
d
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Enumerator
a
b
c
d
e
g
h
i
m
n
o
p
q
r
s
t
v
w
Macros
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
lib
encoding
qstring.h
Go to the documentation of this file.
1
/* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
2
* Copyright (c) 2007-2021, The Tor Project, Inc. */
3
/* See LICENSE for licensing information */
4
5
/**
6
* \file qstring.h
7
* \brief Header for qstring.c
8
*/
9
10
#ifndef TOR_ENCODING_QSTRING_H
11
#define TOR_ENCODING_QSTRING_H
12
13
#include <stddef.h>
14
15
const
char
*
decode_qstring
(
const
char
*start,
size_t
in_len_max,
16
char
**out,
size_t
*out_len);
17
18
#endif
/* !defined(TOR_ENCODING_QSTRING_H) */
decode_qstring
const char * decode_qstring(const char *start, size_t in_len_max, char **out, size_t *out_len)
Definition:
qstring.c:64
Generated by
1.9.4