Symbol: references
lib/libcrypto/asn1/asn1t.h
198
.ref_offset = offsetof(tname, references), \
lib/libcrypto/asn1/x_crl.c
394
.ref_offset = offsetof(X509_CRL, references),
lib/libcrypto/asn1/x_pubkey.c
245
CRYPTO_add(&pkey->references, 1, CRYPTO_LOCK_EVP_PKEY);
lib/libcrypto/asn1/x_req.c
173
.ref_offset = offsetof(X509_REQ, references),
lib/libcrypto/asn1/x_x509.c
220
.ref_offset = offsetof(X509, references),
lib/libcrypto/bio/bio_lib.c
146
bio->references = 1;
lib/libcrypto/bio/bio_lib.c
171
if (CRYPTO_add(&bio->references, -1, CRYPTO_LOCK_BIO) > 0)
lib/libcrypto/bio/bio_lib.c
201
return CRYPTO_add(&bio->references, 1, CRYPTO_LOCK_BIO) > 1;
lib/libcrypto/bio/bio_lib.c
787
ref = b->references;
lib/libcrypto/bio/bio_local.h
93
int references;
lib/libcrypto/crypto.h
216
int references;
lib/libcrypto/dh/dh_lib.c
126
dh->references = 1;
lib/libcrypto/dh/dh_lib.c
148
if (CRYPTO_add(&dh->references, -1, CRYPTO_LOCK_DH) > 0)
lib/libcrypto/dh/dh_lib.c
168
return CRYPTO_add(&dh->references, 1, CRYPTO_LOCK_DH) > 1;
lib/libcrypto/dh/dh_local.h
92
int references;
lib/libcrypto/dsa/dsa_lib.c
132
dsa->references = 1;
lib/libcrypto/dsa/dsa_lib.c
154
if (CRYPTO_add(&dsa->references, -1, CRYPTO_LOCK_DSA) > 0)
lib/libcrypto/dsa/dsa_lib.c
176
return CRYPTO_add(&dsa->references, 1, CRYPTO_LOCK_DSA) > 1;
lib/libcrypto/dsa/dsa_local.h
95
int references;
lib/libcrypto/ec/ec_key.c
113
if (CRYPTO_add(&ec_key->references, -1, CRYPTO_LOCK_EC) > 0)
lib/libcrypto/ec/ec_key.c
209
return CRYPTO_add(&r->references, 1, CRYPTO_LOCK_EC) > 1;
lib/libcrypto/ec/ec_key.c
579
ret->references = 1;
lib/libcrypto/ec/ec_local.h
252
int references;
lib/libcrypto/evp/evp_local.h
158
int references;
lib/libcrypto/evp/p_lib.c
391
pkey->references = 1;
lib/libcrypto/evp/p_lib.c
401
return CRYPTO_add(&pkey->references, 1, CRYPTO_LOCK_EVP_PKEY) > 1;
lib/libcrypto/evp/p_lib.c
421
if (CRYPTO_add(&pkey->references, -1, CRYPTO_LOCK_EVP_PKEY) > 0)
lib/libcrypto/evp/pmeth_fn.c
325
CRYPTO_add(&peer->references, 1, CRYPTO_LOCK_EVP_PKEY);
lib/libcrypto/pem/pem_info.c
112
ret->references = 1;
lib/libcrypto/pem/pem_info.c
124
if (CRYPTO_add(&x->references, -1, CRYPTO_LOCK_X509_INFO) > 0)
lib/libcrypto/pkcs7/pk7_lib.c
330
CRYPTO_add(&x509->references, 1, CRYPTO_LOCK_X509);
lib/libcrypto/pkcs7/pk7_lib.c
365
CRYPTO_add(&crl->references, 1, CRYPTO_LOCK_X509_CRL);
lib/libcrypto/pkcs7/pk7_lib.c
396
CRYPTO_add(&pkey->references, 1, CRYPTO_LOCK_EVP_PKEY);
lib/libcrypto/pkcs7/pk7_lib.c
588
CRYPTO_add(&x509->references, 1, CRYPTO_LOCK_X509);
lib/libcrypto/rsa/rsa_lib.c
140
ret->references = 1;
lib/libcrypto/rsa/rsa_lib.c
168
i = CRYPTO_add(&r->references, -1, CRYPTO_LOCK_RSA);
lib/libcrypto/rsa/rsa_lib.c
195
return CRYPTO_add(&r->references, 1, CRYPTO_LOCK_RSA) > 1;
lib/libcrypto/rsa/rsa_local.h
119
int references;
lib/libcrypto/ts/ts_rsp_sign.c
203
CRYPTO_add(&ctx->signer_cert->references, +1, CRYPTO_LOCK_X509);
lib/libcrypto/ts/ts_rsp_sign.c
213
CRYPTO_add(&ctx->signer_key->references, +1, CRYPTO_LOCK_EVP_PKEY);
lib/libcrypto/ts/ts_rsp_sign.c
251
CRYPTO_add(&cert->references, +1, CRYPTO_LOCK_X509);
lib/libcrypto/ts/ts_rsp_verify.c
221
CRYPTO_add(&signer->references, 1, CRYPTO_LOCK_X509);
lib/libcrypto/x509/x509.h
262
int references;
lib/libcrypto/x509/x509_local.h
146
int references;
lib/libcrypto/x509/x509_local.h
187
int references;
lib/libcrypto/x509/x509_local.h
234
int references;
lib/libcrypto/x509/x509_local.h
315
int references;
lib/libcrypto/x509/x509_lu.c
159
store->references = 1;
lib/libcrypto/x509/x509_lu.c
230
if (CRYPTO_add(&store->references, -1, CRYPTO_LOCK_X509_STORE) > 0)
lib/libcrypto/x509/x509_lu.c
245
return CRYPTO_add(&store->references, 1, CRYPTO_LOCK_X509_STORE) > 1;
lib/libcrypto/x509/x509_vfy.c
1092
CRYPTO_add(&best_crl->references, 1, CRYPTO_LOCK_X509_CRL);
lib/libcrypto/x509/x509_vfy.c
1199
CRYPTO_add(&delta->references, 1, CRYPTO_LOCK_X509_CRL);
lib/libcrypto/x509/x509_vfy.c
2110
CRYPTO_add(&x->references, 1, CRYPTO_LOCK_X509);
lib/libcrypto/x509/x509_vfy.c
695
CRYPTO_add(&(*issuer)->references, 1, CRYPTO_LOCK_X509);
lib/libcrypto/x509/x509cset.c
71
return CRYPTO_add(&x->references, 1, CRYPTO_LOCK_X509_CRL) > 1;
lib/libcrypto/x509/x_all.c
538
return CRYPTO_add(&x->references, 1, CRYPTO_LOCK_X509) > 1;
lib/libssl/bio_ssl.c
349
CRYPTO_add(&bio->references, 1, CRYPTO_LOCK_BIO);
lib/libssl/bio_ssl.c
382
CRYPTO_add(&b->next_bio->references, 1,
lib/libssl/bio_ssl.c
395
CRYPTO_add(&b->next_bio->references, -1, CRYPTO_LOCK_BIO);
lib/libssl/ssl_cert.c
173
ret->references = 1;
lib/libssl/ssl_cert.c
258
ret->references = 1;
lib/libssl/ssl_cert.c
283
i = CRYPTO_add(&c->references, -1, CRYPTO_LOCK_SSL_CERT);
lib/libssl/ssl_lib.c
2119
ret->references = 1;
lib/libssl/ssl_lib.c
2206
i = CRYPTO_add(&ctx->references, -1, CRYPTO_LOCK_SSL_CTX);
lib/libssl/ssl_lib.c
2252
return CRYPTO_add(&ctx->references, 1, CRYPTO_LOCK_SSL_CTX) > 1;
lib/libssl/ssl_lib.c
2556
CRYPTO_add(&s->session->references, 1, CRYPTO_LOCK_SSL_SESSION);
lib/libssl/ssl_lib.c
287
CRYPTO_add(&ctx->references, 1, CRYPTO_LOCK_SSL_CTX);
lib/libssl/ssl_lib.c
298
CRYPTO_add(&ctx->references, 1, CRYPTO_LOCK_SSL_CTX);
lib/libssl/ssl_lib.c
345
s->references = 1;
lib/libssl/ssl_lib.c
531
i = CRYPTO_add(&s->references, -1, CRYPTO_LOCK_SSL);
lib/libssl/ssl_lib.c
606
return CRYPTO_add(&s->references, 1, CRYPTO_LOCK_SSL) > 1;
lib/libssl/ssl_lib.c
977
CRYPTO_add(&f->cert->references, 1, CRYPTO_LOCK_SSL_CERT);
lib/libssl/ssl_local.h
325
int references; /* >1 only if SSL_copy_session_id is used */
lib/libssl/ssl_local.h
429
int references;
lib/libssl/ssl_local.h
673
int references;
lib/libssl/ssl_local.h
905
int references;
lib/libssl/ssl_sess.c
169
sess->references++;
lib/libssl/ssl_sess.c
229
ss->references = 1;
lib/libssl/ssl_sess.c
288
copy->references = 1;
lib/libssl/ssl_sess.c
563
CRYPTO_add(&sess->references, 1, CRYPTO_LOCK_SSL_SESSION);
lib/libssl/ssl_sess.c
592
CRYPTO_add(&sess->references, 1, CRYPTO_LOCK_SSL_SESSION);
lib/libssl/ssl_sess.c
760
CRYPTO_add(&c->references, 1, CRYPTO_LOCK_SSL_SESSION);
lib/libssl/ssl_sess.c
868
i = CRYPTO_add(&ss->references, -1, CRYPTO_LOCK_SSL_SESSION);
lib/libssl/ssl_sess.c
893
return CRYPTO_add(&ss->references, 1, CRYPTO_LOCK_SSL_SESSION) > 1;
lib/libssl/ssl_sess.c
917
CRYPTO_add(&session->references, 1, CRYPTO_LOCK_SSL_SESSION);
libexec/login_ldap/aldap.c
415
if (ober_scanf_elements(a, "{e", &m->references) != 0)
libexec/login_ldap/aldap.c
434
if (ober_scanf_elements(m->protocol_op, "{e", &m->references) != 0)
libexec/login_ldap/aldap.c
529
if (msg->references == NULL)
libexec/login_ldap/aldap.c
531
return aldap_get_stringset(msg->references);
libexec/login_ldap/aldap.h
79
struct ber_element *references;
regress/lib/libcrypto/pem/x509_info.c
108
if (info0->references != 2) {
regress/lib/libcrypto/pem/x509_info.c
110
info0->references);
regress/lib/libcrypto/pem/x509_info.c
111
info0->references = 2;
regress/lib/libcrypto/pem/x509_info.c
140
if (info0->references != 2)
regress/lib/libcrypto/pem/x509_info.c
142
info0->references);
regress/lib/libcrypto/pem/x509_info.c
171
if (info0->references != 2) {
regress/lib/libcrypto/pem/x509_info.c
173
info0->references);
regress/lib/libcrypto/pem/x509_info.c
177
info0->references = 1;
regress/lib/libcrypto/pem/x509_info.c
99
info0->references = 2; /* X509_INFO_up_ref(3) doesn't exist. */
usr.bin/dig/lib/isc/task.c
122
REQUIRE(task->references == 0);
usr.bin/dig/lib/isc/task.c
144
task->references = 1;
usr.bin/dig/lib/isc/task.c
184
source->references++;
usr.bin/dig/lib/isc/task.c
245
REQUIRE(task->references > 0);
usr.bin/dig/lib/isc/task.c
247
task->references--;
usr.bin/dig/lib/isc/task.c
248
if (task->references == 0 && task->state == task_state_idle) {
usr.bin/dig/lib/isc/task.c
50
unsigned int references;
usr.bin/dig/lib/isc/task.c
573
if (task->references == 0 &&
usr.bin/dig/lib/isc/task.c
609
if (task->references == 0 &&
usr.bin/dig/lib/isc/timer.c
193
timer->references = 1;
usr.bin/dig/lib/isc/timer.c
294
REQUIRE(timer->references > 0);
usr.bin/dig/lib/isc/timer.c
295
timer->references--;
usr.bin/dig/lib/isc/timer.c
296
if (timer->references == 0)
usr.bin/dig/lib/isc/timer.c
35
unsigned int references;
usr.bin/dig/lib/isc/unix/socket.c
1161
sock->references = 0;
usr.bin/dig/lib/isc/unix/socket.c
1210
INSIST(sock->references == 0);
usr.bin/dig/lib/isc/unix/socket.c
1366
sock->references = 1;
usr.bin/dig/lib/isc/unix/socket.c
140
unsigned int references;
usr.bin/dig/lib/isc/unix/socket.c
1408
sock->references++;
usr.bin/dig/lib/isc/unix/socket.c
1425
REQUIRE(sock->references > 0);
usr.bin/dig/lib/isc/unix/socket.c
1426
sock->references--;
usr.bin/dig/lib/isc/unix/socket.c
1427
if (sock->references == 0)
usr.bin/dig/lib/isc/unix/socket.c
1463
sock->references++;
usr.bin/dig/lib/isc/unix/socket.c
1490
sock->references++;
usr.bin/dig/lib/isc/unix/socket.c
1510
sock->references++; /* keep socket around for this internal event */
usr.bin/dig/lib/isc/unix/socket.c
1585
INSIST(sock->references > 0);
usr.bin/dig/lib/isc/unix/socket.c
1586
sock->references--; /* the internal event is done with this socket */
usr.bin/dig/lib/isc/unix/socket.c
1587
if (sock->references == 0) {
usr.bin/dig/lib/isc/unix/socket.c
1646
INSIST(sock->references > 0);
usr.bin/dig/lib/isc/unix/socket.c
1647
sock->references--; /* the internal event is done with this socket */
usr.bin/dig/lib/isc/unix/socket.c
1648
if (sock->references == 0) {
usr.bin/dig/lib/isc/unix/socket.c
222
#define SOCK_DEAD(s) ((s)->references == 0)
usr.bin/dig/lib/isc/unix/socket.c
2357
INSIST(sock->references > 0);
usr.bin/dig/lib/isc/unix/socket.c
2358
sock->references--;
usr.bin/dig/lib/isc/unix/socket.c
2359
if (sock->references == 0) {
usr.bin/ldap/aldap.c
415
if (ober_scanf_elements(a, "{e", &m->references) != 0)
usr.bin/ldap/aldap.c
434
if (ober_scanf_elements(m->protocol_op, "{e", &m->references) != 0)
usr.bin/ldap/aldap.c
529
if (msg->references == NULL)
usr.bin/ldap/aldap.c
531
return aldap_get_stringset(msg->references);
usr.bin/ldap/aldap.h
77
struct ber_element *references;
usr.bin/tmux/arguments.c
754
cmdlist->references++;
usr.bin/tmux/arguments.c
778
state->cmdlist->references++;
usr.bin/tmux/arguments.c
802
state->pi.c->references++;
usr.bin/tmux/arguments.c
93
to->cmdlist->references++;
usr.bin/tmux/cmd-bind-key.c
87
value->cmdlist->references++;
usr.bin/tmux/cmd-if-shell.c
119
cdata->client->references++;
usr.bin/tmux/cmd-load-buffer.c
105
cdata->client->references++;
usr.bin/tmux/cmd-parse.y
1106
arg->cmdlist->references++;
usr.bin/tmux/cmd-parse.y
843
values[count].cmdlist->references++;
usr.bin/tmux/cmd-queue.c
215
state->references = 1;
usr.bin/tmux/cmd-queue.c
234
state->references++;
usr.bin/tmux/cmd-queue.c
251
if (--state->references != 0)
usr.bin/tmux/cmd-queue.c
312
c->references++;
usr.bin/tmux/cmd-queue.c
338
c->references++;
usr.bin/tmux/cmd-queue.c
523
cmdlist->references++;
usr.bin/tmux/cmd-queue.c
80
int references;
usr.bin/tmux/cmd-run-shell.c
155
cdata->client->references++;
usr.bin/tmux/cmd-send-keys.c
97
table->references++;
usr.bin/tmux/cmd-switch-client.c
93
table->references++;
usr.bin/tmux/cmd.c
598
cmdlist->references = 1;
usr.bin/tmux/cmd.c
638
if (--cmdlist->references != 0)
usr.bin/tmux/file.c
119
cf->references = 1;
usr.bin/tmux/file.c
133
cf->c->references++;
usr.bin/tmux/file.c
143
if (--cf->references != 0)
usr.bin/tmux/file.c
498
cf->references++;
usr.bin/tmux/file.c
90
cf->references = 1;
usr.bin/tmux/format.c
3755
ft->client->references++;
usr.bin/tmux/hyperlinks.c
210
hl->references = 1;
usr.bin/tmux/hyperlinks.c
218
hl->references++;
usr.bin/tmux/hyperlinks.c
236
if (--hl->references == 0) {
usr.bin/tmux/hyperlinks.c
72
u_int references;
usr.bin/tmux/key-bindings.c
119
table->references = 1; /* one reference in key_tables */
usr.bin/tmux/key-bindings.c
143
if (--table->references != 0)
usr.bin/tmux/key-bindings.c
282
bd->cmdlist->references++;
usr.bin/tmux/key-bindings.c
340
new_bd->cmdlist->references++;
usr.bin/tmux/mode-tree.c
1145
mtd->references++;
usr.bin/tmux/mode-tree.c
1413
mtd->references++;
usr.bin/tmux/mode-tree.c
1428
mtd->references++;
usr.bin/tmux/mode-tree.c
44
u_int references;
usr.bin/tmux/mode-tree.c
494
mtd->references = 1;
usr.bin/tmux/mode-tree.c
620
if (--mtd->references == 0)
usr.bin/tmux/notify.c
217
c->references++;
usr.bin/tmux/popup.c
811
pd->c->references++;
usr.bin/tmux/server-client.c
1288
table->references++;
usr.bin/tmux/server-client.c
251
c->keytable->references++;
usr.bin/tmux/server-client.c
297
c->references = 1;
usr.bin/tmux/server-client.c
321
c->keytable->references++;
usr.bin/tmux/server-client.c
521
log_debug("unref client %p (%d references)", c, c->references);
usr.bin/tmux/server-client.c
523
c->references--;
usr.bin/tmux/server-client.c
524
if (c->references == 0)
usr.bin/tmux/server-client.c
534
log_debug("free client %p (%d references)", c, c->references);
usr.bin/tmux/server-client.c
538
if (c->references == 0) {
usr.bin/tmux/session.c
119
s->references = 1;
usr.bin/tmux/session.c
166
s->references++;
usr.bin/tmux/session.c
167
log_debug("%s: %s %s, now %d", __func__, s->name, from, s->references);
usr.bin/tmux/session.c
174
s->references--;
usr.bin/tmux/session.c
175
log_debug("%s: %s %s, now %d", __func__, s->name, from, s->references);
usr.bin/tmux/session.c
177
if (s->references == 0)
usr.bin/tmux/session.c
187
log_debug("session %s freed (%d references)", s->name, s->references);
usr.bin/tmux/session.c
189
if (s->references == 0) {
usr.bin/tmux/session.c
404
return (w->references != session_group_count(sg));
usr.bin/tmux/session.c
405
return (w->references != 1);
usr.bin/tmux/status.c
303
sl->references++;
usr.bin/tmux/status.c
312
if (--sl->references == 0) {
usr.bin/tmux/tmux.h
1346
u_int references;
usr.bin/tmux/tmux.h
1480
int references;
usr.bin/tmux/window-client.c
141
l[i]->references++;
usr.bin/tmux/window-customize.c
1144
data->references++;
usr.bin/tmux/window-customize.c
1282
data->references++;
usr.bin/tmux/window-customize.c
1298
data->references++;
usr.bin/tmux/window-customize.c
1475
data->references++;
usr.bin/tmux/window-customize.c
1489
data->references++;
usr.bin/tmux/window-customize.c
1506
data->references++;
usr.bin/tmux/window-customize.c
1520
data->references++;
usr.bin/tmux/window-customize.c
902
data->references = 1;
usr.bin/tmux/window-customize.c
930
if (--data->references != 0)
usr.bin/tmux/window-customize.c
99
int references;
usr.bin/tmux/window-tree.c
1068
data->references++;
usr.bin/tmux/window-tree.c
109
int references;
usr.bin/tmux/window-tree.c
1128
data->references++;
usr.bin/tmux/window-tree.c
1149
data->references++;
usr.bin/tmux/window-tree.c
1290
data->references++;
usr.bin/tmux/window-tree.c
1302
data->references++;
usr.bin/tmux/window-tree.c
1315
data->references++;
usr.bin/tmux/window-tree.c
897
data->references = 1;
usr.bin/tmux/window-tree.c
942
if (--data->references != 0)
usr.bin/tmux/window.c
1742
c->references++;
usr.bin/tmux/window.c
326
w->references = 0;
usr.bin/tmux/window.c
346
log_debug("window @%u destroyed (%d references)", w->id, w->references);
usr.bin/tmux/window.c
394
w->references++;
usr.bin/tmux/window.c
395
log_debug("%s: @%u %s, now %d", __func__, w->id, from, w->references);
usr.bin/tmux/window.c
401
w->references--;
usr.bin/tmux/window.c
402
log_debug("%s: @%u %s, now %d", __func__, w->id, from, w->references);
usr.bin/tmux/window.c
404
if (w->references == 0)
usr.sbin/ypldap/aldap.c
451
if (ober_scanf_elements(a, "{e", &m->references) != 0)
usr.sbin/ypldap/aldap.c
470
if (ober_scanf_elements(m->protocol_op, "{e", &m->references) != 0)
usr.sbin/ypldap/aldap.c
565
if (msg->references == NULL)
usr.sbin/ypldap/aldap.c
567
return aldap_get_stringset(msg->references);
usr.sbin/ypldap/aldap.h
80
struct ber_element *references;