Home
last modified time | relevance | path

Searched refs:gsize (Results 1 – 25 of 5931) sorted by relevance

12345678910>>...238

/dports/x11/lightdm/lightdm-1.30.0/tests/src/
H A Dx-common.h14 gsize pad (gsize length);
16 void read_padding (gsize length, gsize *offset);
18 guint8 read_card8 (const guint8 *buffer, gsize buffer_length, gsize *offset);
20 guint16 read_card16 (const guint8 *buffer, gsize buffer_length, guint8 byte_order, gsize *offset);
24 guint8 *read_string8 (const guint8 *buffer, gsize buffer_length, gsize string_length, gsize *offset…
26 gchar *read_string (const guint8 *buffer, gsize buffer_length, gsize string_length, gsize *offset);
28 gchar *read_padded_string (const guint8 *buffer, gsize buffer_length, gsize string_length, gsize *o…
30 void write_card8 (guint8 *buffer, gsize buffer_length, guint8 value, gsize *offset);
32 void write_padding (guint8 *buffer, gsize buffer_length, gsize length, gsize *offset);
38 void write_string8 (guint8 *buffer, gsize buffer_length, const guint8 *value, gsize value_length, g…
[all …]
H A Dx-common.c5 gsize
6 pad (gsize length) in pad()
14 read_padding (gsize length, gsize *offset) in read_padding()
20 read_card8 (const guint8 *buffer, gsize buffer_length, gsize *offset) in read_card8()
53 read_string8 (const guint8 *buffer, gsize buffer_length, gsize string_length, gsize *offset) in read_string8()
64 read_string (const guint8 *buffer, gsize buffer_length, gsize string_length, gsize *offset) in read_string()
70 read_padded_string (const guint8 *buffer, gsize buffer_length, gsize string_length, gsize *offset) in read_padded_string()
78 write_card8 (guint8 *buffer, gsize buffer_length, guint8 value, gsize *offset) in write_card8()
87 write_padding (guint8 *buffer, gsize buffer_length, gsize length, gsize *offset) in write_padding()
128 write_string8 (guint8 *buffer, gsize buffer_length, const guint8 *value, gsize value_length, gsize in write_string8()
[all …]
/dports/mail/rspamd-devel/rspamd-93430bb/src/libutil/
H A Dstr_util.h52 gsize rspamd_str_copy_lc (const gchar *src, gchar *dst, gsize size);
101 gsize rspamd_strlcpy_fast (gchar *dst, const gchar *src, gsize siz);
103 gsize rspamd_strlcpy_safe (gchar *dst, const gchar *src, gsize siz);
131 gsize
238 gsize outlen);
264 gsize inlen,
266 gsize *outlen,
278 gsize *outlen);
459 gsize rspamd_memcspn (const gchar *s, const gchar *e, gsize len);
468 gsize rspamd_memspn (const gchar *s, const gchar *e, gsize len);
[all …]
/dports/mail/rspamd/rspamd-3.1/src/libutil/
H A Dstr_util.h52 gsize rspamd_str_copy_lc (const gchar *src, gchar *dst, gsize size);
101 gsize rspamd_strlcpy_fast (gchar *dst, const gchar *src, gsize siz);
103 gsize rspamd_strlcpy_safe (gchar *dst, const gchar *src, gsize siz);
131 gsize
238 gsize outlen);
264 gsize inlen,
266 gsize *outlen,
278 gsize *outlen);
459 gsize rspamd_memcspn (const gchar *s, const gchar *e, gsize len);
468 gsize rspamd_memspn (const gchar *s, const gchar *e, gsize len);
[all …]
/dports/security/gcr/gcr-3.40.0/egg/
H A Degg-padding.h26 typedef void* (*EggAllocator) (void* p, gsize);
31 gsize n_block,
33 gsize n_input,
38 gsize n_block,
40 gsize n_raw,
45 gsize n_block,
47 gsize n_raw,
52 gsize n_block,
54 gsize n_raw,
75 gsize n_raw,
[all …]
H A Degg-padding.c69 gsize n_padded, gpointer *raw, gsize *n_raw) in unpad_pkcs1()
109 gsize n_raw, gpointer *padded, gsize *n_padded) in egg_padding_zero_pad()
112 gsize n_pad; in egg_padding_zero_pad()
142 gsize n_raw, gpointer *padded, gsize *n_padded) in egg_padding_pkcs1_pad_01()
145 gsize n_pad; in egg_padding_pkcs1_pad_01()
183 gsize n_pad; in egg_padding_pkcs1_pad_02()
218 gsize n_padded, gpointer *raw, gsize *n_raw) in egg_padding_pkcs1_unpad_01()
232 gsize n_raw, gpointer *padded, gsize *n_padded) in egg_padding_pkcs7_pad()
235 gsize n_pad; in egg_padding_pkcs7_pad()
261 gsize n_padded, gpointer *raw, gsize *n_raw) in egg_padding_pkcs7_unpad()
[all …]
/dports/security/gnome-keyring/gnome-keyring-40.0/egg/
H A Degg-padding.h27 typedef void* (*EggAllocator) (void* p, gsize);
32 gsize n_block,
34 gsize n_input,
39 gsize n_block,
41 gsize n_raw,
46 gsize n_block,
48 gsize n_raw,
53 gsize n_block,
55 gsize n_raw,
76 gsize n_raw,
[all …]
H A Degg-padding.c70 gsize n_padded, gpointer *raw, gsize *n_raw) in unpad_pkcs1()
110 gsize n_raw, gpointer *padded, gsize *n_padded) in egg_padding_zero_pad()
113 gsize n_pad; in egg_padding_zero_pad()
143 gsize n_raw, gpointer *padded, gsize *n_padded) in egg_padding_pkcs1_pad_01()
146 gsize n_pad; in egg_padding_pkcs1_pad_01()
184 gsize n_pad; in egg_padding_pkcs1_pad_02()
219 gsize n_padded, gpointer *raw, gsize *n_raw) in egg_padding_pkcs1_unpad_01()
233 gsize n_raw, gpointer *padded, gsize *n_padded) in egg_padding_pkcs7_pad()
236 gsize n_pad; in egg_padding_pkcs7_pad()
262 gsize n_padded, gpointer *raw, gsize *n_raw) in egg_padding_pkcs7_unpad()
[all …]
/dports/net-im/cawbird/cawbird-1.4.2/src/libtl/
H A Dlibtweetlength.h26 gsize length_in_bytes;
28 gsize start_character_index;
29 gsize length_in_characters;
30 gsize length_in_weighted_characters;
48 gsize tl_count_characters (const char *input);
49 gsize tl_count_characters_n (const char *input,
51 gsize tl_count_weighted_characters (const char *input,
53 gsize tl_count_weighted_characters_n (const char *input,
57 gsize *out_n_entities,
61 gsize *out_n_entities,
[all …]
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/
H A Dwindow-size-counter.c27 #define COUNTER_MASK (((gsize)1<<(8*sizeof(gsize)-1)) - 1)
28 static const gsize COUNTER_MAX = COUNTER_MASK;
33 _is_suspended(gsize v) in _is_suspended()
38 gsize
50 gsize
59 gsize
62 gsize v = (gsize)atomic_gssize_add(&c->counter, value); in window_size_counter_add()
63 gsize old_value = v & COUNTER_MASK; in window_size_counter_add()
71 gsize
74 gsize v = (gsize)atomic_gssize_add(&c->counter, -1 * value); in window_size_counter_sub()
[all …]
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/camel/
H A Dcamel-mime-filter.h65 gsize outsize;
69 gsize backsize;
78 gsize len,
81 gsize *outlen,
85 gsize len,
88 gsize *outlen,
101 gsize len,
104 gsize *outlen,
108 gsize len,
111 gsize *outlen,
[all …]
/dports/graphics/cogl/cogl-1.22.8/deps/glib/
H A Dgmem.h82 gpointer g_malloc_n (gsize n_blocks,
87 gsize n_blocks,
94 gsize n_blocks,
104 gsize __n = (gsize) (n_structs); \
105 gsize __s = sizeof (struct_type); \
118 gsize __n = (gsize) (n_structs); \
119 gsize __s = sizeof (struct_type); \
244 gsize n_bytes);
248 gsize n_block_bytes);
251 gsize n_bytes);
[all …]
H A Dgmem.c66 gsize n_bytes) in standard_realloc()
93 gsize n_bytes) in standard_realloc()
105 gsize n_bytes) in standard_calloc()
225 gsize n_bytes) in g_realloc()
496 gsize n_blocks, in g_try_realloc_n()
707 gsize local_zinit; in g_mem_profile()
708 gsize local_frees; in g_mem_profile()
749 gsize *p; in profiler_try_malloc()
787 gsize *p; in profiler_calloc()
815 gsize *p = mem; in profiler_free()
[all …]
/dports/x11-toolkits/gtk40/gtk-4.4.1/gsk/vulkan/
H A Dgskvulkanimageprivate.h26gsize width,
27gsize height);
30gsize width,
31gsize height,
36 gsize width;
37 gsize height;
38 gsize stride;
39 gsize x;
40 gsize y;
48gsize width,
[all …]
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/timsort/
H A Dgtktimsortprivate.h37 gsize len;
45 gsize element_size;
56 gsize size;
62 gsize max_merge_size;
69 gsize min_gallop;
74 gsize min_run;
80 gsize tmp_length;
92 gsize pending_runs; // Number of pending runs on stack
98 gsize size,
107 gsize *runs);
[all …]
/dports/multimedia/gstreamer1/gstreamer-1.16.2/libs/gst/base/
H A Dgstadapter.h64 gconstpointer gst_adapter_map (GstAdapter *adapter, gsize size);
71 gsize offset, gsize size);
74 gsize offset, gsize size);
76 void gst_adapter_flush (GstAdapter *adapter, gsize flush);
79 gpointer gst_adapter_take (GstAdapter *adapter, gsize nbytes);
82 GstBuffer* gst_adapter_take_buffer (GstAdapter *adapter, gsize nbytes);
85 GList* gst_adapter_take_list (GstAdapter *adapter, gsize nbytes);
106 gsize gst_adapter_available (GstAdapter *adapter);
109 gsize gst_adapter_available_fast (GstAdapter *adapter);
140 guint32 pattern, gsize offset, gsize size);
[all …]
/dports/devel/glib20/glib-2.70.4/glib/
H A Dgvariant-serialiser.c246 static gsize
271 static gsize
486 gsize i; in gvs_fixed_sized_array_serialise()
716 gsize i; in gvs_variable_sized_array_needed_size()
743 gsize i; in gvs_variable_sized_array_serialise()
778 gsize i; in gvs_variable_sized_array_is_normal()
975 gsize i; in gvs_tuple_needed_size()
1015 gsize i; in gvs_tuple_serialise()
1055 gsize i; in gvs_tuple_is_normal()
1357 gsize
[all …]
H A Dgmem.h94 gpointer g_malloc_n (gsize n_blocks,
97 gpointer g_malloc0_n (gsize n_blocks,
101 gsize n_blocks,
111 gsize n_blocks,
232 gsize __n = (gsize) (n_structs); \
233 gsize __s = sizeof (struct_type); \
246 gsize __n = (gsize) (n_structs); \
247 gsize __s = sizeof (struct_type); \
372 gsize n_bytes);
376 gsize n_block_bytes);
[all …]
/dports/net/libgweather/libgweather-40.0/libgweather/
H A Dgweather-db.h11 gsize size;
161 gsize size;
391 gsize size;
507 gsize size;
601 gsize i; in db_arrayofstring_to_strv()
618 gsize i; in db_arrayofstring_format()
953 gsize i; in db_arrayofuint16_format()
1440 gsize i; in db_world_loc_by_country_format()
1635 gsize i; in db_world_loc_by_metar_format()
1830 gsize i; in db_world_timezones_format()
[all …]
/dports/x11-toolkits/gtk40/gtk-4.4.1/gdk/
H A Dgdkmemorytexture.c37 gsize stride;
47 gsize in G_DEFINE_TYPE()
163 gsize
171 gsize dest_stride, in convert_memcpy()
173 gsize src_stride, in convert_memcpy()
174 gsize width, in convert_memcpy()
175 gsize height) in convert_memcpy()
177 gsize y; in convert_memcpy()
192 gsize x, y; \
223 gsize x, y; \
[all …]
/dports/misc/mc/mc-4.8.27/lib/search/
H A Dinternal.h41 gchar *mc_search__recode_str (const char *str, gsize str_len, const char *charset_from,
42 const char *charset_to, gsize * bytes_written);
43 gchar *mc_search__get_one_symbol (const char *charset, const char *str, gsize str_len,
45 GString *mc_search__tolower_case_str (const char *charset, const char *str, gsize str_len);
46 GString *mc_search__toupper_case_str (const char *charset, const char *str, gsize str_len);
53 gsize start_search, gsize end_search, gsize * found_len);
61 gsize start_search, gsize end_search, gsize * found_len);
69 gsize start_search, gsize end_search, gsize * found_len);
77 gsize start_search, gsize end_search, gsize * found_len);
/dports/misc/mc-nox11/mc-4.8.27/lib/search/
H A Dinternal.h41 gchar *mc_search__recode_str (const char *str, gsize str_len, const char *charset_from,
42 const char *charset_to, gsize * bytes_written);
43 gchar *mc_search__get_one_symbol (const char *charset, const char *str, gsize str_len,
45 GString *mc_search__tolower_case_str (const char *charset, const char *str, gsize str_len);
46 GString *mc_search__toupper_case_str (const char *charset, const char *str, gsize str_len);
53 gsize start_search, gsize end_search, gsize * found_len);
61 gsize start_search, gsize end_search, gsize * found_len);
69 gsize start_search, gsize end_search, gsize * found_len);
77 gsize start_search, gsize end_search, gsize * found_len);
/dports/net-im/pidgin-sipe/pidgin-sipe-1.24.0/src/core/
H A Dsipe-crypt.h33 const guchar *plaintext, gsize plaintext_length,
36 void sipe_crypt_rc4(const guchar *key, gsize key_length,
37 const guchar *plaintext, gsize plaintext_length,
49 const guchar *digest, gsize digest_length,
50 gsize *signature_length);
52 const guchar *digest, gsize digest_length,
53 const guchar *signature, gsize signature_length);
58 const guchar *in, gsize length,
65 const guchar *in, gsize length,
71 const guchar *iv, gsize iv_length,
[all …]
/dports/x11-toolkits/vte3/vte-0.64.2/src/
H A Dvtestream-base.h36 void (*reset) (VteStream *stream, gsize offset);
37 gboolean (*read) (VteStream *stream, gsize offset, char *data, gsize len);
39 void (*truncate) (VteStream *stream, gsize offset);
40 void (*advance_tail) (VteStream *stream, gsize offset);
41 gsize (*tail) (VteStream *stream);
42 gsize (*head) (VteStream *stream);
62 _vte_stream_reset (VteStream *stream, gsize offset) in _vte_stream_reset()
68 _vte_stream_read (VteStream *stream, gsize offset, char *data, gsize len) in _vte_stream_read()
80 _vte_stream_truncate (VteStream *stream, gsize offset) in _vte_stream_truncate()
91 gsize
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/arch/gtk3/novte/
H A Dvtestream-base.h37 void (*reset) (VteStream *stream, gsize offset);
38 gboolean (*read) (VteStream *stream, gsize offset, char *data, gsize len);
40 void (*truncate) (VteStream *stream, gsize offset);
41 void (*advance_tail) (VteStream *stream, gsize offset);
42 gsize (*tail) (VteStream *stream);
43 gsize (*head) (VteStream *stream);
60 void _vte_stream_reset (VteStream *stream, gsize offset) in _vte_stream_reset()
65 gboolean _vte_stream_read (VteStream *stream, gsize offset, char *data, gsize len) in _vte_stream_read()
75 void _vte_stream_truncate (VteStream *stream, gsize offset) in _vte_stream_truncate()
85 gsize _vte_stream_tail (VteStream *stream) in _vte_stream_tail()
[all …]

12345678910>>...238