Home
last modified time | relevance | path

Searched refs:state_buf (Results 1 – 25 of 39) sorted by relevance

12

/dports/net/samba412/samba-4.12.15/lib/util/
H A Dtevent_req_profile.c45 const char *state_buf = NULL; in tevent_req_profile_string_internal() local
64 state_buf = "TEVENT_REQ_INIT"; in tevent_req_profile_string_internal()
67 state_buf = "TEVENT_REQ_IN_PROGRESS"; in tevent_req_profile_string_internal()
70 state_buf = "TEVENT_REQ_DONE"; in tevent_req_profile_string_internal()
73 state_buf = "TEVENT_REQ_USER_ERROR"; in tevent_req_profile_string_internal()
76 state_buf = "TEVENT_REQ_TIMED_OUT"; in tevent_req_profile_string_internal()
79 state_buf = "TEVENT_REQ_NO_MEMORY"; in tevent_req_profile_string_internal()
82 state_buf = "TEVENT_REQ_RECEIVED"; in tevent_req_profile_string_internal()
85 state_buf = "unknown"; in tevent_req_profile_string_internal()
101 state_buf, in tevent_req_profile_string_internal()
/dports/mail/dovecot/dovecot-2.3.17/src/imap-hibernate/
H A Dimap-hibernate-client.c153 buffer_t *state_buf; in imap_hibernate_client_parse_input() local
155 state_buf = buffer_create_dynamic(pool, 1024); in imap_hibernate_client_parse_input()
157 state_buf) < 0) { in imap_hibernate_client_parse_input()
162 state_r->state = state_buf->data; in imap_hibernate_client_parse_input()
163 state_r->state_size = state_buf->used; in imap_hibernate_client_parse_input()
/dports/net/quiche/quiche-0.9.0/src/h3/
H A Dstream.rs120 state_buf: Vec<u8>, field
168 state_buf: vec![0; 16], in new()
361 let buf = &mut self.state_buf[self.state_off..self.state_len]; in try_fill_buffer()
412 let buf = &mut self.state_buf[self.state_off..self.state_len]; in try_fill_buffer_for_tests()
428 self.state_len = octets::varint_parse_len(self.state_buf[0]); in try_consume_varint()
429 self.state_buf.resize(self.state_len, 0); in try_consume_varint()
438 let varint = octets::Octets::with_slice(&self.state_buf).get_varint()?; in try_consume_varint()
452 &self.state_buf, in try_consume_frame()
562 self.state_buf.resize(self.state_len, 0); in state_transition()
/dports/databases/galera/galera-release_25.3.35/gcs/src/unit_tests/
H A Dgcs_test_utils.cpp101 uint8_t state_buf[state_len]; in perform_state_exchange() local
102 gcs_state_msg_write (state_buf, state); in perform_state_exchange()
104 gcs_recv_msg_t state_msg(state_buf, in perform_state_exchange()
105 sizeof (state_buf), in perform_state_exchange()
106 sizeof (state_buf), in perform_state_exchange()
H A Dgcs_core_test.cpp773 char state_buf[state_len]; in START_TEST() local
774 gcs_state_msg_write (state_buf, state_msg); in START_TEST()
846 ck_assert(gcs_dummy_inject_msg(Backend, state_buf, state_len, in START_TEST()
899 gcs_state_msg_write(state_buf, state_msg); in START_TEST()
904 ck_assert(gcs_dummy_inject_msg(Backend, state_buf, state_len, in START_TEST()
/dports/lang/perl5.34/perl-5.34.0/
H A Dperl_siphash.h37 void S_perl_siphash_seed_state(const unsigned char * const seed_buf, unsigned char * state_buf) { in S_perl_siphash_seed_state() argument
38 U64 *v= (U64*) state_buf; in S_perl_siphash_seed_state()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dperl_siphash.h37 void S_perl_siphash_seed_state(const unsigned char * const seed_buf, unsigned char * state_buf) { in S_perl_siphash_seed_state() argument
38 U64 *v= (U64*) state_buf; in S_perl_siphash_seed_state()
/dports/databases/galera26/galera-release_26.4.10/gcs/src/unit_tests/
H A Dgcs_test_utils.cpp245 uint8_t state_buf[state_len]; in perform_state_exchange() local
246 gcs_state_msg_write (state_buf, state); in perform_state_exchange()
248 gcs_recv_msg_t state_msg(state_buf, in perform_state_exchange()
249 sizeof (state_buf), in perform_state_exchange()
250 sizeof (state_buf), in perform_state_exchange()
/dports/games/ufoai/ufoai-2.5-source/src/server/
H A Dsv_ccmds.cpp252 char state_buf[16]; in SV_Status_f() local
271 sprintf(state_buf, "%7i", cl->state); in SV_Status_f()
272 state = state_buf; in SV_Status_f()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/ft/serialize/
H A Dcompress.cc204 toku::scoped_calloc state_buf(sizeof(qlz_state_decompress)); in toku_decompress() local
205 qlz_state_decompress *qsd = reinterpret_cast<qlz_state_decompress *>(state_buf.get()); in toku_decompress()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/ft/serialize/
H A Dcompress.cc204 toku::scoped_calloc state_buf(sizeof(qlz_state_decompress)); in toku_decompress() local
205 qlz_state_decompress *qsd = reinterpret_cast<qlz_state_decompress *>(state_buf.get()); in toku_decompress()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/tokudb/PerconaFT/ft/serialize/
H A Dcompress.cc204 toku::scoped_calloc state_buf(sizeof(qlz_state_decompress)); in toku_decompress() local
205 qlz_state_decompress *qsd = reinterpret_cast<qlz_state_decompress *>(state_buf.get()); in toku_decompress()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/tokudb/PerconaFT/ft/serialize/
H A Dcompress.cc204 toku::scoped_calloc state_buf(sizeof(qlz_state_decompress)); in toku_decompress() local
205 qlz_state_decompress *qsd = reinterpret_cast<qlz_state_decompress *>(state_buf.get()); in toku_decompress()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/tokudb/PerconaFT/ft/serialize/
H A Dcompress.cc204 toku::scoped_calloc state_buf(sizeof(qlz_state_decompress)); in toku_decompress() local
205 qlz_state_decompress *qsd = reinterpret_cast<qlz_state_decompress *>(state_buf.get()); in toku_decompress()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/ft/serialize/
H A Dcompress.cc204 toku::scoped_calloc state_buf(sizeof(qlz_state_decompress)); in toku_decompress() local
205 qlz_state_decompress *qsd = reinterpret_cast<qlz_state_decompress *>(state_buf.get()); in toku_decompress()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/tokudb/PerconaFT/ft/serialize/
H A Dcompress.cc206 toku::scoped_calloc state_buf(sizeof(qlz_state_decompress)); in toku_decompress() local
207 qlz_state_decompress *qsd = reinterpret_cast<qlz_state_decompress *>(state_buf.get()); in toku_decompress()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/tokudb/PerconaFT/ft/serialize/
H A Dcompress.cc206 toku::scoped_calloc state_buf(sizeof(qlz_state_decompress)); in toku_decompress() local
207 qlz_state_decompress *qsd = reinterpret_cast<qlz_state_decompress *>(state_buf.get()); in toku_decompress()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/tokudb/PerconaFT/ft/serialize/
H A Dcompress.cc206 toku::scoped_calloc state_buf(sizeof(qlz_state_decompress)); in toku_decompress() local
207 qlz_state_decompress *qsd = reinterpret_cast<qlz_state_decompress *>(state_buf.get()); in toku_decompress()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/tokudb/PerconaFT/ft/serialize/
H A Dcompress.cc206 toku::scoped_calloc state_buf(sizeof(qlz_state_decompress)); in toku_decompress() local
207 qlz_state_decompress *qsd = reinterpret_cast<qlz_state_decompress *>(state_buf.get()); in toku_decompress()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/tokudb/PerconaFT/ft/serialize/
H A Dcompress.cc206 toku::scoped_calloc state_buf(sizeof(qlz_state_decompress)); in toku_decompress() local
207 qlz_state_decompress *qsd = reinterpret_cast<qlz_state_decompress *>(state_buf.get()); in toku_decompress()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/tokudb/PerconaFT/ft/serialize/
H A Dcompress.cc206 toku::scoped_calloc state_buf(sizeof(qlz_state_decompress)); in toku_decompress() local
207 qlz_state_decompress *qsd = reinterpret_cast<qlz_state_decompress *>(state_buf.get()); in toku_decompress()
/dports/games/libretro-vbanext/vba-next-c24bf52/libretro/
H A Dlibretro.cpp463 uint8_t * state_buf = (uint8_t*)malloc(2000000); in gba_init() local
464 serialize_size = CPUWriteState(state_buf, 2000000); in gba_init()
465 free(state_buf); in gba_init()
/dports/lang/perl5.30/perl-5.30.3/
H A Dhv_func.h194 void S_perl_siphash_seed_state(const unsigned char * const seed_buf, unsigned char * state_buf) { in S_perl_siphash_seed_state() argument
195 U64 *v= (U64*) state_buf; in S_perl_siphash_seed_state()
/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/libretro/
H A Dlibretro.cpp466 uint8_t * state_buf = (uint8_t*)malloc(2000000); in gba_init() local
467 serialize_size = CPUWriteState(state_buf, 2000000); in gba_init()
468 free(state_buf); in gba_init()
/dports/lang/perl5.32/perl-5.32.1/
H A Dhv_func.h194 void S_perl_siphash_seed_state(const unsigned char * const seed_buf, unsigned char * state_buf) { in S_perl_siphash_seed_state() argument
195 U64 *v= (U64*) state_buf; in S_perl_siphash_seed_state()

12