OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:contenttype
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/bsd/unbound/dist/dnstap/
dnstap_fstrm.h
117
* @param
contenttype
: a zero delimited string with the content type.
128
void* fstrm_create_control_frame_start(char*
contenttype
, size_t* len);
132
* @param
contenttype
: a zero delimited string with the content type.
143
void* fstrm_create_control_frame_ready(char*
contenttype
, size_t* len);
159
* @param
contenttype
: a zero delimited string with the content type.
169
void* fstrm_create_control_frame_accept(char*
contenttype
, size_t* len);
dnstap_fstrm.c
49
void* fstrm_create_control_frame_start(char*
contenttype
, size_t* len)
61
n = 4+4+4+4+4+strlen(
contenttype
);
66
control[1] = htonl(4+4+4+strlen(
contenttype
));
69
control[4] = htonl(strlen(
contenttype
));
70
memmove(&control[5],
contenttype
, strlen(
contenttype
));
95
void* fstrm_create_control_frame_ready(char*
contenttype
, size_t* len)
108
n = 4+4+4+4+4+strlen(
contenttype
);
114
control[1] = htonl(4+4+4+strlen(
contenttype
));
117
control[4] = htonl(strlen(
contenttype
));
[
all
...]
/src/crypto/external/apache2/openssl/dist/test/
asynciotest.c
150
unsigned int
contenttype
, versionhi, versionlo, data;
local
153
if (!PACKET_get_1(&pkt, &
contenttype
)
163
if (
contenttype
== SSL3_RT_HANDSHAKE
218
smallrec[CONTENTTYPEPOS] =
contenttype
;
231
if (
contenttype
== SSL3_RT_CHANGE_CIPHER_SPEC
/src/crypto/external/bsd/openssl/dist/test/
asynciotest.c
150
unsigned int
contenttype
, versionhi, versionlo, data;
local
153
if (!PACKET_get_1(&pkt, &
contenttype
)
163
if (
contenttype
== SSL3_RT_HANDSHAKE
218
smallrec[CONTENTTYPEPOS] =
contenttype
;
231
if (
contenttype
== SSL3_RT_CHANGE_CIPHER_SPEC
/src/crypto/external/bsd/openssl.old/dist/test/
asynciotest.c
150
unsigned int
contenttype
, versionhi, versionlo, data;
local
153
if (!PACKET_get_1(&pkt, &
contenttype
)
163
if (
contenttype
== SSL3_RT_HANDSHAKE
218
smallrec[CONTENTTYPEPOS] =
contenttype
;
231
if (
contenttype
== SSL3_RT_CHANGE_CIPHER_SPEC
/src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
curl.d
135
char *
contenttype
; /** Content-Type */
1394
contenttype
,
Completed in 31 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026