Home
last modified time | relevance | path

Searched refs:write_p (Results 1 – 14 of 14) sorted by relevance

/freebsd-12.1/crypto/heimdal/kcm/
H A Dacl.c44 int write_p = 0; in kcm_access() local
63 write_p = 1; in kcm_access()
78 write_p = 0; in kcm_access()
110 if (write_p) in kcm_access()
117 if (write_p) in kcm_access()
124 if (write_p) in kcm_access()
131 if (write_p) in kcm_access()
/freebsd-12.1/contrib/gcc/
H A Dtree-ssa-loop-prefetch.c195 bool write_p; /* Is it a write? */ member
274 && write_p in record_ref()
275 && !(*aref)->write_p) in record_ref()
278 && !write_p in record_ref()
279 && (*aref)->write_p) in record_ref()
290 (*aref)->write_p = write_p; in record_ref()
672 && ref->write_p in prune_ref_by_reuse()
673 && !prune_by->write_p) in prune_ref_by_reuse()
676 && !ref->write_p in prune_ref_by_reuse()
677 && prune_by->write_p) in prune_ref_by_reuse()
[all …]
H A Dtree-stdarg.c277 bool write_p) in va_list_counter_op() argument
295 if (write_p in va_list_counter_op()
312 if (write_p || !si->compute_sizes) in va_list_counter_op()
331 bool write_p) in va_list_counter_struct_op() argument
349 va_list_counter_op (si, ap, var, true, write_p); in va_list_counter_struct_op()
351 va_list_counter_op (si, ap, var, false, write_p); in va_list_counter_struct_op()
/freebsd-12.1/crypto/openssl/doc/man3/
H A DSSL_CTX_set_msg_callback.pod16 void (*cb)(int write_p, int version,
22 void (*cb)(int write_p, int version,
48 =item I<write_p>
/freebsd-12.1/crypto/openssl/ssl/
H A Dt1_trce.c1498 void SSL_trace(int write_p, int version, int content_type, in SSL_trace() argument
1512 BIO_puts(bio, write_p ? "Sent" : "Received"); in SSL_trace()
1517 BIO_puts(bio, write_p ? "Sent" : "Received"); in SSL_trace()
1540 if (!ssl_print_handshake(bio, ssl, ssl->server ? write_p : !write_p, in SSL_trace()
H A Dssl_locl.h870 void (*msg_callback) (int write_p, int version, int content_type,
1125 void (*msg_callback) (int write_p, int version, int content_type,
H A Dssl_lib.c2264 (int write_p, int version, int content_type, in SSL_callback_ctrl()
2404 (int write_p, int version, int content_type, in SSL_CTX_callback_ctrl()
4315 void (*cb) (int write_p, int version, in SSL_CTX_set_msg_callback()
4323 void (*cb) (int write_p, int version, in SSL_set_msg_callback()
/freebsd-12.1/crypto/openssl/apps/
H A Ds_apps.h40 void msg_cb(int write_p, int version, int content_type, const void *buf,
H A Ds_cb.c560 void msg_cb(int write_p, int version, int content_type, const void *buf, in msg_cb() argument
564 const char *str_write_p = write_p ? ">>>" : "<<<"; in msg_cb()
/freebsd-12.1/contrib/gdb/gdb/
H A Dtarget.c1007 int write_p, int *err) in target_xfer_memory_partial() argument
1029 if (write_p) in target_xfer_memory_partial()
1037 if (write_p) in target_xfer_memory_partial()
1047 reg_len, write_p); in target_xfer_memory_partial()
1049 res = do_xfer_memory (memaddr, myaddr, reg_len, write_p, in target_xfer_memory_partial()
/freebsd-12.1/crypto/openssl/include/openssl/
H A Dssl.h627 void (*cb) (int write_p, int version,
631 void (*cb) (int write_p, int version,
2165 void SSL_trace(int write_p, int version, int content_type,
/freebsd-12.1/crypto/openssl/doc/man7/
H A Dssl.pod358 =item void B<SSL_CTX_set_msg_callback>(SSL_CTX *ctx, void (*cb)(int write_p, int version, int conte…
651 =item void B<SSL_set_msg_callback>(SSL *ctx, void (*cb)(int write_p, int version, int content_type,…
/freebsd-12.1/contrib/wpa/src/crypto/
H A Dtls_openssl.c1489 static void tls_msg_cb(int write_p, int version, int content_type, in tls_msg_cb() argument
1495 if (write_p == 2) { in tls_msg_cb()
1504 write_p ? "TX" : "RX", version, content_type, in tls_msg_cb()
/freebsd-12.1/crypto/openssl/
H A DCHANGES7404 void cb(int write_p, int version, int content_type,
7408 (write_p == 0) or sent (write_p == 1). Here 'version' is the