Home
last modified time | relevance | path

Searched refs:pack_uint32 (Results 1 – 25 of 38) sorted by relevance

12

/dports/www/gwsocket/gwsocket-0.3/src/
H A Dgwsocket.c149 ptr += pack_uint32 (ptr, client->listener); in onopen()
150 ptr += pack_uint32 (ptr, 0x10); in onopen()
151 ptr += pack_uint32 (ptr, INET6_ADDRSTRLEN); in onopen()
167 ptr += pack_uint32 (ptr, client->listener); in onclose()
168 ptr += pack_uint32 (ptr, 0x08); in onclose()
169 ptr += pack_uint32 (ptr, 0); in onclose()
186 ptr += pack_uint32 (ptr, client->listener); in onmessage()
187 ptr += pack_uint32 (ptr, (*msg)->opcode); in onmessage()
188 ptr += pack_uint32 (ptr, (*msg)->payloadsz); in onmessage()
H A Dwebsocket.h323 size_t pack_uint32 (void *buf, uint32_t val);
/dports/sysutils/goaccess/goaccess-1.4.6/src/
H A Dgwsocket.c121 ptr += pack_uint32 (ptr, 0); in broadcast_holder()
122 ptr += pack_uint32 (ptr, 0x01); in broadcast_holder()
123 ptr += pack_uint32 (ptr, len); in broadcast_holder()
143 ptr += pack_uint32 (ptr, listener); in send_holder_to_client()
144 ptr += pack_uint32 (ptr, 0x01); in send_holder_to_client()
145 ptr += pack_uint32 (ptr, len); in send_holder_to_client()
233 ptr += pack_uint32 (ptr, client->listener); in onopen()
234 ptr += pack_uint32 (ptr, WS_OPCODE_TEXT); in onopen()
235 ptr += pack_uint32 (ptr, INET6_ADDRSTRLEN); in onopen()
H A Dwebsocket.h299 size_t pack_uint32 (void *buf, uint32_t val);
/dports/security/gss/gss-1.0.3/lib/krb5/
H A Dchecksum.c30 pack_uint32 (OM_uint32 i, char *buf) in pack_uint32() function
66 pack_uint32 (input_chan_bindings->initiator_addrtype, p); in hash_cb()
68 pack_uint32 (input_chan_bindings->initiator_address.length, p); in hash_cb()
76 pack_uint32 (input_chan_bindings->acceptor_addrtype, p); in hash_cb()
78 pack_uint32 (input_chan_bindings->acceptor_address.length, p); in hash_cb()
86 pack_uint32 (input_chan_bindings->application_data.length, p); in hash_cb()
/dports/devel/eris/eris-1.3.23/Eris/
H A DMetaserver.cpp41 char* pack_uint32(uint32_t data, char* buffer, unsigned int &size);
203 pack_uint32(CKEEP_ALIVE, _data, dsz); in connect()
342 _dataPtr = pack_uint32(CLIENTSHAKE, _data, dsz); in processCmd()
343 pack_uint32(stamp, _dataPtr, dsz); in processCmd()
424 char* _dataPtr = pack_uint32(LIST_REQ, _data, dsz); in listReq()
425 pack_uint32(base, _dataPtr, dsz); in listReq()
457 char* pack_uint32(uint32_t data, char* buffer, unsigned int &size) in pack_uint32() function
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/src/
H A Dflb_parser_regex.c34 #define pack_uint32(buf, d) _msgpack_store32(buf, (uint32_t) d) macro
198 pack_uint32(tmp, arr_size); in flb_parser_regex_do()
H A Dflb_mp.c34 #define pack_uint32(buf, d) _msgpack_store32(buf, (uint32_t) d) macro
149 pack_uint32(tmp, size); in flb_mp_set_map_header_size()
168 pack_uint32(tmp, size); in flb_mp_set_array_header_size()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/plugins/in_systemd/
H A Dsystemd.c31 #define pack_uint32(buf, d) _msgpack_store32(buf, (uint32_t) d) macro
247 pack_uint32(tmp, entries); in in_systemd_collect()
/dports/devel/p5-Data-MessagePack-Stream/Data-MessagePack-Stream-0.07/msgpack-0.5.7/src/msgpack/
H A Dpack.hpp41 packer<Stream>& pack_uint32(uint32_t d);
184 inline packer<Stream>& packer<Stream>::pack_uint32(uint32_t d) in pack_uint32() function in msgpack::packer
/dports/devel/rpclib/rpclib-2.2.1/include/rpc/msgpack/v1/
H A Dpack.hpp97 packer<Stream>& pack_uint32(uint32_t d); in MSGPACK_API_VERSION_NAMESPACE()
713 inline packer<Stream>& packer<Stream>::pack_uint32(uint32_t d) in MSGPACK_API_VERSION_NAMESPACE()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/deps/rpclib/include/rpc/msgpack/
H A Dpack.hpp49 packer<Stream>& pack_uint32(uint32_t d); in MSGPACK_API_VERSION_NAMESPACE()
209 inline packer<Stream>& packer<Stream>::pack_uint32(uint32_t d) in MSGPACK_API_VERSION_NAMESPACE()
/dports/devel/cquery/cquery-20180718/third_party/msgpack-c/include/msgpack/v1/
H A Dpack.hpp97 packer<Stream>& pack_uint32(uint32_t d); in MSGPACK_API_VERSION_NAMESPACE()
713 inline packer<Stream>& packer<Stream>::pack_uint32(uint32_t d) in MSGPACK_API_VERSION_NAMESPACE()
/dports/www/firefox/firefox-99.0/third_party/msgpack/include/msgpack/v1/
H A Dpack.hpp97 packer<Stream>& pack_uint32(uint32_t d); in MSGPACK_API_VERSION_NAMESPACE()
713 inline packer<Stream>& packer<Stream>::pack_uint32(uint32_t d) in MSGPACK_API_VERSION_NAMESPACE()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/msgpack/include/msgpack/v1/
H A Dpack.hpp97 packer<Stream>& pack_uint32(uint32_t d); in MSGPACK_API_VERSION_NAMESPACE()
713 inline packer<Stream>& packer<Stream>::pack_uint32(uint32_t d) in MSGPACK_API_VERSION_NAMESPACE()
/dports/www/firefox-esr/firefox-91.8.0/third_party/msgpack/include/msgpack/v1/
H A Dpack.hpp97 packer<Stream>& pack_uint32(uint32_t d); in MSGPACK_API_VERSION_NAMESPACE()
713 inline packer<Stream>& packer<Stream>::pack_uint32(uint32_t d) in MSGPACK_API_VERSION_NAMESPACE()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/msgpack/include/msgpack/v1/
H A Dpack.hpp97 packer<Stream>& pack_uint32(uint32_t d); in MSGPACK_API_VERSION_NAMESPACE()
713 inline packer<Stream>& packer<Stream>::pack_uint32(uint32_t d) in MSGPACK_API_VERSION_NAMESPACE()
/dports/devel/msgpack/msgpack-c-cpp-3.3.0/include/msgpack/v1/
H A Dpack.hpp98 packer<Stream>& pack_uint32(uint32_t d); in MSGPACK_API_VERSION_NAMESPACE()
736 inline packer<Stream>& packer<Stream>::pack_uint32(uint32_t d) in MSGPACK_API_VERSION_NAMESPACE()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/src/stream_processor/
H A Dflb_sp.c51 #define pack_uint32(buf, d) _msgpack_store32(buf, (uint32_t) d) macro
1768 pack_uint32(tmp, map_entries); in sp_process_data()
/dports/devel/py-gevent/gevent-21.8.0/src/greentest/3.6pypy/
H A Dtest_socket.py5549 pack_uint32 = struct.Struct('I').pack
5555 ([socket.SOL_ALG, socket.ALG_SET_OP, pack_uint32(socket.ALG_OP_ENCRYPT)],
5556 [socket.SOL_ALG, socket.ALG_SET_IV, pack_uint32(len(iv)) + iv],
5557 [socket.SOL_ALG, socket.ALG_SET_AEAD_ASSOCLEN, pack_uint32(assoclen)],
/dports/devel/py-gevent/gevent-21.8.0/src/greentest/3.6/
H A Dtest_socket.py5526 pack_uint32 = struct.Struct('I').pack
5532 ([socket.SOL_ALG, socket.ALG_SET_OP, pack_uint32(socket.ALG_OP_ENCRYPT)],
5533 [socket.SOL_ALG, socket.ALG_SET_IV, pack_uint32(len(iv)) + iv],
5534 [socket.SOL_ALG, socket.ALG_SET_AEAD_ASSOCLEN, pack_uint32(assoclen)],
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_socket.py5997 pack_uint32 = struct.Struct('I').pack
6003 ([socket.SOL_ALG, socket.ALG_SET_OP, pack_uint32(socket.ALG_OP_ENCRYPT)],
6004 [socket.SOL_ALG, socket.ALG_SET_IV, pack_uint32(len(iv)) + iv],
6005 [socket.SOL_ALG, socket.ALG_SET_AEAD_ASSOCLEN, pack_uint32(assoclen)],
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_socket.py5997 pack_uint32 = struct.Struct('I').pack
6003 ([socket.SOL_ALG, socket.ALG_SET_OP, pack_uint32(socket.ALG_OP_ENCRYPT)],
6004 [socket.SOL_ALG, socket.ALG_SET_IV, pack_uint32(len(iv)) + iv],
6005 [socket.SOL_ALG, socket.ALG_SET_AEAD_ASSOCLEN, pack_uint32(assoclen)],
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_socket.py5891 pack_uint32 = struct.Struct('I').pack
5897 ([socket.SOL_ALG, socket.ALG_SET_OP, pack_uint32(socket.ALG_OP_ENCRYPT)],
5898 [socket.SOL_ALG, socket.ALG_SET_IV, pack_uint32(len(iv)) + iv],
5899 [socket.SOL_ALG, socket.ALG_SET_AEAD_ASSOCLEN, pack_uint32(assoclen)],
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest_socket.py5997 pack_uint32 = struct.Struct('I').pack
6003 ([socket.SOL_ALG, socket.ALG_SET_OP, pack_uint32(socket.ALG_OP_ENCRYPT)],
6004 [socket.SOL_ALG, socket.ALG_SET_IV, pack_uint32(len(iv)) + iv],
6005 [socket.SOL_ALG, socket.ALG_SET_AEAD_ASSOCLEN, pack_uint32(assoclen)],

12