Home
last modified time | relevance | path

Searched defs:contenttype (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/unbound/dnstap/
H A Ddnstap_fstrm.c49 void* fstrm_create_control_frame_start(char* contenttype, size_t* len) in fstrm_create_control_frame_start()
95 void* fstrm_create_control_frame_ready(char* contenttype, size_t* len) in fstrm_create_control_frame_ready()
123 void* fstrm_create_control_frame_accept(char* contenttype, size_t* len) in fstrm_create_control_frame_accept()
/freebsd/crypto/openssl/test/
H A Dasynciotest.c150 unsigned int contenttype, versionhi, versionlo, data; in async_write() local