| /freebsd-12.1/crypto/heimdal/kcm/ |
| H A D | acl.c | 44 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 D | tree-ssa-loop-prefetch.c | 195 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 D | tree-stdarg.c | 277 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 D | SSL_CTX_set_msg_callback.pod | 16 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 D | t1_trce.c | 1498 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 D | ssl_locl.h | 870 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 D | ssl_lib.c | 2264 (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 D | s_apps.h | 40 void msg_cb(int write_p, int version, int content_type, const void *buf,
|
| H A D | s_cb.c | 560 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 D | target.c | 1007 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 D | ssl.h | 627 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 D | ssl.pod | 358 =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 D | tls_openssl.c | 1489 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 D | CHANGES | 7404 void cb(int write_p, int version, int content_type, 7408 (write_p == 0) or sent (write_p == 1). Here 'version' is the
|