Home
last modified time | relevance | path

Searched refs:array_of_bytes (Results 1 – 16 of 16) sorted by relevance

/dports/net-im/telepathy-glib/telepathy-glib-0.24.1/tests/dbus/
H A Dparams-cm.c104 GArray *array_of_bytes; in test_set_params() local
107 array_of_bytes = g_array_new (FALSE, FALSE, sizeof (guint8)); in test_set_params()
108 g_array_append_vals (array_of_bytes, bytes, sizeof (bytes)); in test_set_params()
134 array_of_bytes)); in test_set_params()
167 g_assert_cmpuint (params->a_array_of_bytes->len, ==, array_of_bytes->len); in test_set_params()
168 for (i = 0; i < array_of_bytes->len; i++) in test_set_params()
169 g_assert (params->a_array_of_bytes->data[i] == array_of_bytes->data[i]); in test_set_params()
177 g_array_unref (array_of_bytes); in test_set_params()
/dports/net/libsignal-protocol-c/libsignal-protocol-c-2.3.3/src/protobuf-c/
H A Dprotobuf-c.h1034 #define PROTOBUF_C_BUFFER_SIMPLE_INIT(array_of_bytes) \ argument
1037 sizeof(array_of_bytes), \
1039 (array_of_bytes), \
/dports/graphics/argyllcms/Argyll_V1.9.2/ccast/chan/
H A Dprotobuf-c.h1016 #define PROTOBUF_C_BUFFER_SIMPLE_INIT(array_of_bytes) \ argument
1019 sizeof(array_of_bytes), \
1021 (array_of_bytes), \
/dports/polish/libgadu/libgadu-1.12.2/include/
H A Dprotobuf-c.h1034 #define PROTOBUF_C_BUFFER_SIMPLE_INIT(array_of_bytes) \ argument
1037 sizeof(array_of_bytes), \
1039 (array_of_bytes), \
/dports/net-im/libpurple/pidgin-2.14.8/libpurple/protocols/gg/lib/
H A Dprotobuf-c.h1015 #define PROTOBUF_C_BUFFER_SIMPLE_INIT(array_of_bytes) \ argument
1018 sizeof(array_of_bytes), \
1020 (array_of_bytes), \
/dports/misc/mnn/MNN-1.2.0/source/backend/coreml/mlmodel/include/protobuf-c/
H A Dprotobuf-c.h1043 #define PROTOBUF_C_BUFFER_SIMPLE_INIT(array_of_bytes) \ argument
1046 sizeof(array_of_bytes), \
1048 (array_of_bytes), \
/dports/multimedia/ccextractor/ccextractor-0.85/src/protobuf-c/
H A Dprotobuf-c.h1034 #define PROTOBUF_C_BUFFER_SIMPLE_INIT(array_of_bytes) \ argument
1037 sizeof(array_of_bytes), \
1039 (array_of_bytes), \
/dports/net-im/pidgin/pidgin-2.14.8/libpurple/protocols/gg/lib/
H A Dprotobuf-c.h1015 #define PROTOBUF_C_BUFFER_SIMPLE_INIT(array_of_bytes) \ argument
1018 sizeof(array_of_bytes), \
1020 (array_of_bytes), \
/dports/security/sudo/sudo-1.9.8p2/include/protobuf-c/
H A Dprotobuf-c.h1043 #define PROTOBUF_C_BUFFER_SIMPLE_INIT(array_of_bytes) \ argument
1046 sizeof(array_of_bytes), \
1048 (array_of_bytes), \
/dports/net-im/finch/pidgin-2.14.8/libpurple/protocols/gg/lib/
H A Dprotobuf-c.h1015 #define PROTOBUF_C_BUFFER_SIMPLE_INIT(array_of_bytes) \ argument
1018 sizeof(array_of_bytes), \
1020 (array_of_bytes), \
/dports/net-im/dino/dino-0.2.2/plugins/signal-protocol/libsignal-protocol-c/src/protobuf-c/
H A Dprotobuf-c.h1034 #define PROTOBUF_C_BUFFER_SIMPLE_INIT(array_of_bytes) \ argument
1037 sizeof(array_of_bytes), \
1039 (array_of_bytes), \
/dports/net/ocserv/ocserv-1.1.3/src/protobuf/protobuf-c/
H A Dprotobuf-c.h1016 #define PROTOBUF_C_BUFFER_SIMPLE_INIT(array_of_bytes) \ argument
1019 sizeof(array_of_bytes), \
1021 (array_of_bytes), \
/dports/devel/protobuf-c/protobuf-c-1.4.0/protobuf-c/
H A Dprotobuf-c.h1047 #define PROTOBUF_C_BUFFER_SIMPLE_INIT(array_of_bytes) \ argument
1050 sizeof(array_of_bytes), \
1052 (array_of_bytes), \
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/cmetrics/include/prometheus_remote_write/
H A Dprotobuf-c.h1047 #define PROTOBUF_C_BUFFER_SIMPLE_INIT(array_of_bytes) \ argument
1050 sizeof(array_of_bytes), \
1052 (array_of_bytes), \
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/tools/testserver/
H A Dasn1.py43 def ToBytes(array_of_bytes): argument
45 return ''.join([chr(x) for x in array_of_bytes])
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/tools/testserver/
H A Dasn1.py43 def ToBytes(array_of_bytes): argument
45 return ''.join([chr(x) for x in array_of_bytes])