Searched refs:pub (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/translators/jpeg/
H A Dbe_jdatasrc.cpp54 struct jpeg_source_mgr pub; /* public fields */ member in struct:__anon2745
135 src->pub.next_input_byte = src->buffer;
136 src->pub.bytes_in_buffer = nbytes;
165 while (num_bytes > (long) src->pub.bytes_in_buffer) {
166 num_bytes -= (long) src->pub.bytes_in_buffer;
172 src->pub.next_input_byte += (size_t) num_bytes;
173 src->pub.bytes_in_buffer -= (size_t) num_bytes;
232 src->pub.init_source = be_init_source;
233 src->pub.fill_input_buffer = be_fill_input_buffer;
234 src->pub
[all...]
H A Dbe_jdatadst.cpp54 struct jpeg_destination_mgr pub; /* public fields */ member in struct:__anon2744
79 dest->pub.next_output_byte = dest->buffer;
80 dest->pub.free_in_buffer = OUTPUT_BUF_SIZE;
115 dest->pub.next_output_byte = dest->buffer;
116 dest->pub.free_in_buffer = OUTPUT_BUF_SIZE;
135 size_t datacount = OUTPUT_BUF_SIZE - dest->pub.free_in_buffer;
168 dest->pub.init_destination = be_init_destination;
169 dest->pub.empty_output_buffer = be_empty_output_buffer;
170 dest->pub.term_destination = be_term_destination;
/haiku/src/system/libnetwork/netresolv/dst/
H A Ddst_api.c372 int pub = 0, priv = 0; local
385 if ((pub = dst_s_write_public_key(key)) < 0)
386 return (pub);
390 return (priv+pub);

Completed in 43 milliseconds