Home
last modified time | relevance | path

Searched refs:membuf (Results 1 – 25 of 544) sorted by relevance

12345678910>>...22

/dports/audio/goattracker/goattracker-2.76/src/asm/
H A Dmembuf.h33 struct membuf { struct
39 void membuf_init(struct membuf *sb); argument
40 void membuf_clear(struct membuf *sb);
41 void membuf_free(struct membuf *sb);
42 void membuf_new(struct membuf **sbp);
43 void membuf_delete(struct membuf **sbp);
44 int membuf_memlen(struct membuf *sb);
48 int membuf_trim(struct membuf *sb, int pos);
55 void membuf_atmost(struct membuf *sb, int size);
56 int membuf_get_size(struct membuf *sb);
[all …]
H A Dmembuf.c34 void membuf_init(struct membuf *sb) in membuf_init()
40 void membuf_clear(struct membuf *sb) in membuf_clear()
44 void membuf_free(struct membuf *sb) in membuf_free()
55 void membuf_new(struct membuf **sbp) in membuf_new()
57 struct membuf *sb; in membuf_new()
59 sb = malloc(sizeof(struct membuf)); in membuf_new()
73 void membuf_delete(struct membuf **sbp) in membuf_delete()
75 struct membuf *sb; in membuf_delete()
84 int membuf_memlen(struct membuf *sb) in membuf_memlen()
209 int membuf_get_size(struct membuf *sb) in membuf_get_size()
[all …]
/dports/net-p2p/c-lightning/lightning-0.10.2/ccan/ccan/membuf/
H A Dmembuf.h14 struct membuf { struct
24 void *(*expandfn)(struct membuf *, void *elems, size_t max_elems); argument
38 TCON_WRAP(struct membuf, membertype canary)
54 void membuf_init_(struct membuf *mb,
56 void *(*expandfn)(struct membuf *, void *, size_t));
71 static inline size_t membuf_num_elems_(const struct membuf *mb) in membuf_num_elems_()
102 static inline void *membuf_consume_(struct membuf *mb, in membuf_consume_()
118 static inline size_t membuf_num_space_(const struct membuf *mb) in membuf_num_space_()
144 static inline void membuf_added_(struct membuf *mb, size_t num) in membuf_added_()
172 size_t membuf_prepare_space_(struct membuf *mb,
[all …]
/dports/databases/postgresql96-server/postgresql-9.6.24/contrib/sslinfo/
H A Dsslinfo.c141 BIO *membuf; in ASN1_STRING_to_text() local
148 membuf = BIO_new(BIO_s_mem()); in ASN1_STRING_to_text()
149 if (membuf == NULL) in ASN1_STRING_to_text()
154 ASN1_STRING_print_ex(membuf, str, in ASN1_STRING_to_text()
159 BIO_write(membuf, &nullterm, 1); in ASN1_STRING_to_text()
165 if (BIO_free(membuf) != 1) in ASN1_STRING_to_text()
305 if (membuf == NULL) in X509_NAME_to_text()
341 if (BIO_free(membuf) != 1) in X509_NAME_to_text()
465 BIO *membuf; in ssl_extension_info() local
473 if (membuf == NULL) in ssl_extension_info()
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/contrib/sslinfo/
H A Dsslinfo.c141 BIO *membuf; in ASN1_STRING_to_text() local
148 membuf = BIO_new(BIO_s_mem()); in ASN1_STRING_to_text()
149 if (membuf == NULL) in ASN1_STRING_to_text()
154 ASN1_STRING_print_ex(membuf, str, in ASN1_STRING_to_text()
159 BIO_write(membuf, &nullterm, 1); in ASN1_STRING_to_text()
165 if (BIO_free(membuf) != 1) in ASN1_STRING_to_text()
305 if (membuf == NULL) in X509_NAME_to_text()
341 if (BIO_free(membuf) != 1) in X509_NAME_to_text()
465 BIO *membuf; in ssl_extension_info() local
473 if (membuf == NULL) in ssl_extension_info()
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/contrib/sslinfo/
H A Dsslinfo.c141 BIO *membuf; in ASN1_STRING_to_text() local
148 membuf = BIO_new(BIO_s_mem()); in ASN1_STRING_to_text()
149 if (membuf == NULL) in ASN1_STRING_to_text()
154 ASN1_STRING_print_ex(membuf, str, in ASN1_STRING_to_text()
159 BIO_write(membuf, &nullterm, 1); in ASN1_STRING_to_text()
165 if (BIO_free(membuf) != 1) in ASN1_STRING_to_text()
305 if (membuf == NULL) in X509_NAME_to_text()
341 if (BIO_free(membuf) != 1) in X509_NAME_to_text()
465 BIO *membuf; in ssl_extension_info() local
473 if (membuf == NULL) in ssl_extension_info()
[all …]
/dports/databases/postgresql10-server/postgresql-10.19/contrib/sslinfo/
H A Dsslinfo.c141 BIO *membuf; in ASN1_STRING_to_text() local
148 membuf = BIO_new(BIO_s_mem()); in ASN1_STRING_to_text()
149 if (membuf == NULL) in ASN1_STRING_to_text()
154 ASN1_STRING_print_ex(membuf, str, in ASN1_STRING_to_text()
159 BIO_write(membuf, &nullterm, 1); in ASN1_STRING_to_text()
165 if (BIO_free(membuf) != 1) in ASN1_STRING_to_text()
305 if (membuf == NULL) in X509_NAME_to_text()
341 if (BIO_free(membuf) != 1) in X509_NAME_to_text()
465 BIO *membuf; in ssl_extension_info() local
473 if (membuf == NULL) in ssl_extension_info()
[all …]
/dports/databases/postgresql10-plperl/postgresql-10.19/contrib/sslinfo/
H A Dsslinfo.c141 BIO *membuf; in ASN1_STRING_to_text() local
148 membuf = BIO_new(BIO_s_mem()); in ASN1_STRING_to_text()
149 if (membuf == NULL) in ASN1_STRING_to_text()
154 ASN1_STRING_print_ex(membuf, str, in ASN1_STRING_to_text()
159 BIO_write(membuf, &nullterm, 1); in ASN1_STRING_to_text()
165 if (BIO_free(membuf) != 1) in ASN1_STRING_to_text()
305 if (membuf == NULL) in X509_NAME_to_text()
341 if (BIO_free(membuf) != 1) in X509_NAME_to_text()
465 BIO *membuf; in ssl_extension_info() local
473 if (membuf == NULL) in ssl_extension_info()
[all …]
/dports/databases/postgresql10-client/postgresql-10.19/contrib/sslinfo/
H A Dsslinfo.c141 BIO *membuf; in ASN1_STRING_to_text() local
148 membuf = BIO_new(BIO_s_mem()); in ASN1_STRING_to_text()
149 if (membuf == NULL) in ASN1_STRING_to_text()
154 ASN1_STRING_print_ex(membuf, str, in ASN1_STRING_to_text()
159 BIO_write(membuf, &nullterm, 1); in ASN1_STRING_to_text()
165 if (BIO_free(membuf) != 1) in ASN1_STRING_to_text()
305 if (membuf == NULL) in X509_NAME_to_text()
341 if (BIO_free(membuf) != 1) in X509_NAME_to_text()
465 BIO *membuf; in ssl_extension_info() local
473 if (membuf == NULL) in ssl_extension_info()
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/contrib/sslinfo/
H A Dsslinfo.c141 BIO *membuf; in ASN1_STRING_to_text() local
148 membuf = BIO_new(BIO_s_mem()); in ASN1_STRING_to_text()
149 if (membuf == NULL) in ASN1_STRING_to_text()
154 ASN1_STRING_print_ex(membuf, str, in ASN1_STRING_to_text()
159 BIO_write(membuf, &nullterm, 1); in ASN1_STRING_to_text()
165 if (BIO_free(membuf) != 1) in ASN1_STRING_to_text()
305 if (membuf == NULL) in X509_NAME_to_text()
341 if (BIO_free(membuf) != 1) in X509_NAME_to_text()
465 BIO *membuf; in ssl_extension_info() local
473 if (membuf == NULL) in ssl_extension_info()
[all …]
/dports/databases/postgresql10-pltcl/postgresql-10.19/contrib/sslinfo/
H A Dsslinfo.c141 BIO *membuf; in ASN1_STRING_to_text() local
148 membuf = BIO_new(BIO_s_mem()); in ASN1_STRING_to_text()
149 if (membuf == NULL) in ASN1_STRING_to_text()
154 ASN1_STRING_print_ex(membuf, str, in ASN1_STRING_to_text()
159 BIO_write(membuf, &nullterm, 1); in ASN1_STRING_to_text()
165 if (BIO_free(membuf) != 1) in ASN1_STRING_to_text()
305 if (membuf == NULL) in X509_NAME_to_text()
341 if (BIO_free(membuf) != 1) in X509_NAME_to_text()
465 BIO *membuf; in ssl_extension_info() local
473 if (membuf == NULL) in ssl_extension_info()
[all …]
/dports/databases/postgresql10-plpython/postgresql-10.19/contrib/sslinfo/
H A Dsslinfo.c141 BIO *membuf; in ASN1_STRING_to_text() local
148 membuf = BIO_new(BIO_s_mem()); in ASN1_STRING_to_text()
149 if (membuf == NULL) in ASN1_STRING_to_text()
154 ASN1_STRING_print_ex(membuf, str, in ASN1_STRING_to_text()
159 BIO_write(membuf, &nullterm, 1); in ASN1_STRING_to_text()
165 if (BIO_free(membuf) != 1) in ASN1_STRING_to_text()
305 if (membuf == NULL) in X509_NAME_to_text()
341 if (BIO_free(membuf) != 1) in X509_NAME_to_text()
465 BIO *membuf; in ssl_extension_info() local
473 if (membuf == NULL) in ssl_extension_info()
[all …]
/dports/databases/postgresql10-contrib/postgresql-10.19/contrib/sslinfo/
H A Dsslinfo.c141 BIO *membuf; in ASN1_STRING_to_text() local
148 membuf = BIO_new(BIO_s_mem()); in ASN1_STRING_to_text()
149 if (membuf == NULL) in ASN1_STRING_to_text()
154 ASN1_STRING_print_ex(membuf, str, in ASN1_STRING_to_text()
159 BIO_write(membuf, &nullterm, 1); in ASN1_STRING_to_text()
165 if (BIO_free(membuf) != 1) in ASN1_STRING_to_text()
305 if (membuf == NULL) in X509_NAME_to_text()
341 if (BIO_free(membuf) != 1) in X509_NAME_to_text()
465 BIO *membuf; in ssl_extension_info() local
473 if (membuf == NULL) in ssl_extension_info()
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/contrib/sslinfo/
H A Dsslinfo.c141 BIO *membuf; in ASN1_STRING_to_text() local
148 membuf = BIO_new(BIO_s_mem()); in ASN1_STRING_to_text()
149 if (membuf == NULL) in ASN1_STRING_to_text()
154 ASN1_STRING_print_ex(membuf, str, in ASN1_STRING_to_text()
159 BIO_write(membuf, &nullterm, 1); in ASN1_STRING_to_text()
165 if (BIO_free(membuf) != 1) in ASN1_STRING_to_text()
305 if (membuf == NULL) in X509_NAME_to_text()
341 if (BIO_free(membuf) != 1) in X509_NAME_to_text()
465 BIO *membuf; in ssl_extension_info() local
473 if (membuf == NULL) in ssl_extension_info()
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/contrib/sslinfo/
H A Dsslinfo.c141 BIO *membuf; in ASN1_STRING_to_text() local
148 membuf = BIO_new(BIO_s_mem()); in ASN1_STRING_to_text()
149 if (membuf == NULL) in ASN1_STRING_to_text()
154 ASN1_STRING_print_ex(membuf, str, in ASN1_STRING_to_text()
159 BIO_write(membuf, &nullterm, 1); in ASN1_STRING_to_text()
165 if (BIO_free(membuf) != 1) in ASN1_STRING_to_text()
305 if (membuf == NULL) in X509_NAME_to_text()
341 if (BIO_free(membuf) != 1) in X509_NAME_to_text()
465 BIO *membuf; in ssl_extension_info() local
473 if (membuf == NULL) in ssl_extension_info()
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/contrib/sslinfo/
H A Dsslinfo.c141 BIO *membuf; in ASN1_STRING_to_text() local
148 membuf = BIO_new(BIO_s_mem()); in ASN1_STRING_to_text()
149 if (membuf == NULL) in ASN1_STRING_to_text()
154 ASN1_STRING_print_ex(membuf, str, in ASN1_STRING_to_text()
159 BIO_write(membuf, &nullterm, 1); in ASN1_STRING_to_text()
165 if (BIO_free(membuf) != 1) in ASN1_STRING_to_text()
305 if (membuf == NULL) in X509_NAME_to_text()
341 if (BIO_free(membuf) != 1) in X509_NAME_to_text()
465 BIO *membuf; in ssl_extension_info() local
473 if (membuf == NULL) in ssl_extension_info()
[all …]
/dports/databases/postgresql11-plpython/postgresql-11.14/contrib/sslinfo/
H A Dsslinfo.c141 BIO *membuf;
148 membuf = BIO_new(BIO_s_mem());
149 if (membuf == NULL)
154 ASN1_STRING_print_ex(membuf, str,
159 BIO_write(membuf, &nullterm, 1);
165 if (BIO_free(membuf) != 1)
305 if (membuf == NULL)
341 if (BIO_free(membuf) != 1)
465 BIO *membuf;
473 if (membuf == NULL)
[all …]
/dports/databases/postgresql11-server/postgresql-11.14/contrib/sslinfo/
H A Dsslinfo.c141 BIO *membuf; in ASN1_STRING_to_text() local
148 membuf = BIO_new(BIO_s_mem()); in ASN1_STRING_to_text()
149 if (membuf == NULL) in ASN1_STRING_to_text()
154 ASN1_STRING_print_ex(membuf, str, in ASN1_STRING_to_text()
159 BIO_write(membuf, &nullterm, 1); in ASN1_STRING_to_text()
165 if (BIO_free(membuf) != 1) in ASN1_STRING_to_text()
305 if (membuf == NULL) in X509_NAME_to_text()
341 if (BIO_free(membuf) != 1) in X509_NAME_to_text()
465 BIO *membuf; in ssl_extension_info() local
473 if (membuf == NULL) in ssl_extension_info()
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/contrib/sslinfo/
H A Dsslinfo.c141 BIO *membuf; in ASN1_STRING_to_text() local
148 membuf = BIO_new(BIO_s_mem()); in ASN1_STRING_to_text()
149 if (membuf == NULL) in ASN1_STRING_to_text()
154 ASN1_STRING_print_ex(membuf, str, in ASN1_STRING_to_text()
159 BIO_write(membuf, &nullterm, 1); in ASN1_STRING_to_text()
165 if (BIO_free(membuf) != 1) in ASN1_STRING_to_text()
305 if (membuf == NULL) in X509_NAME_to_text()
341 if (BIO_free(membuf) != 1) in X509_NAME_to_text()
465 BIO *membuf; in ssl_extension_info() local
473 if (membuf == NULL) in ssl_extension_info()
[all …]
/dports/databases/postgresql11-pltcl/postgresql-11.14/contrib/sslinfo/
H A Dsslinfo.c141 BIO *membuf; in ASN1_STRING_to_text() local
148 membuf = BIO_new(BIO_s_mem()); in ASN1_STRING_to_text()
149 if (membuf == NULL) in ASN1_STRING_to_text()
154 ASN1_STRING_print_ex(membuf, str, in ASN1_STRING_to_text()
159 BIO_write(membuf, &nullterm, 1); in ASN1_STRING_to_text()
165 if (BIO_free(membuf) != 1) in ASN1_STRING_to_text()
305 if (membuf == NULL) in X509_NAME_to_text()
341 if (BIO_free(membuf) != 1) in X509_NAME_to_text()
465 BIO *membuf; in ssl_extension_info() local
473 if (membuf == NULL) in ssl_extension_info()
[all …]
/dports/databases/postgresql12-client/postgresql-12.9/contrib/sslinfo/
H A Dsslinfo.c141 BIO *membuf; in ASN1_STRING_to_text() local
148 membuf = BIO_new(BIO_s_mem()); in ASN1_STRING_to_text()
149 if (membuf == NULL) in ASN1_STRING_to_text()
154 ASN1_STRING_print_ex(membuf, str, in ASN1_STRING_to_text()
159 BIO_write(membuf, &nullterm, 1); in ASN1_STRING_to_text()
165 if (BIO_free(membuf) != 1) in ASN1_STRING_to_text()
305 if (membuf == NULL) in X509_NAME_to_text()
341 if (BIO_free(membuf) != 1) in X509_NAME_to_text()
465 BIO *membuf; in ssl_extension_info() local
473 if (membuf == NULL) in ssl_extension_info()
[all …]
/dports/databases/postgresql96-client/postgresql-9.6.24/contrib/sslinfo/
H A Dsslinfo.c141 BIO *membuf; in ASN1_STRING_to_text() local
148 membuf = BIO_new(BIO_s_mem()); in ASN1_STRING_to_text()
149 if (membuf == NULL) in ASN1_STRING_to_text()
154 ASN1_STRING_print_ex(membuf, str, in ASN1_STRING_to_text()
159 BIO_write(membuf, &nullterm, 1); in ASN1_STRING_to_text()
165 if (BIO_free(membuf) != 1) in ASN1_STRING_to_text()
305 if (membuf == NULL) in X509_NAME_to_text()
341 if (BIO_free(membuf) != 1) in X509_NAME_to_text()
465 BIO *membuf; in ssl_extension_info() local
473 if (membuf == NULL) in ssl_extension_info()
[all …]
/dports/databases/postgresql13-server/postgresql-13.5/contrib/sslinfo/
H A Dsslinfo.c141 BIO *membuf; in ASN1_STRING_to_text() local
148 membuf = BIO_new(BIO_s_mem()); in ASN1_STRING_to_text()
149 if (membuf == NULL) in ASN1_STRING_to_text()
154 ASN1_STRING_print_ex(membuf, str, in ASN1_STRING_to_text()
159 BIO_write(membuf, &nullterm, 1); in ASN1_STRING_to_text()
165 if (BIO_free(membuf) != 1) in ASN1_STRING_to_text()
305 if (membuf == NULL) in X509_NAME_to_text()
341 if (BIO_free(membuf) != 1) in X509_NAME_to_text()
465 BIO *membuf; in ssl_extension_info() local
473 if (membuf == NULL) in ssl_extension_info()
[all …]
/dports/databases/postgresql13-pltcl/postgresql-13.5/contrib/sslinfo/
H A Dsslinfo.c141 BIO *membuf;
148 membuf = BIO_new(BIO_s_mem());
149 if (membuf == NULL)
154 ASN1_STRING_print_ex(membuf, str,
159 BIO_write(membuf, &nullterm, 1);
165 if (BIO_free(membuf) != 1)
305 if (membuf == NULL)
341 if (BIO_free(membuf) != 1)
465 BIO *membuf;
473 if (membuf == NULL)
[all …]
/dports/databases/postgresql96-plperl/postgresql-9.6.24/contrib/sslinfo/
H A Dsslinfo.c141 BIO *membuf; in ASN1_STRING_to_text() local
148 membuf = BIO_new(BIO_s_mem()); in ASN1_STRING_to_text()
149 if (membuf == NULL) in ASN1_STRING_to_text()
154 ASN1_STRING_print_ex(membuf, str, in ASN1_STRING_to_text()
159 BIO_write(membuf, &nullterm, 1); in ASN1_STRING_to_text()
165 if (BIO_free(membuf) != 1) in ASN1_STRING_to_text()
305 if (membuf == NULL) in X509_NAME_to_text()
341 if (BIO_free(membuf) != 1) in X509_NAME_to_text()
465 BIO *membuf; in ssl_extension_info() local
473 if (membuf == NULL) in ssl_extension_info()
[all …]

12345678910>>...22