| /freebsd-9-stable/crypto/heimdal/kcm/ |
| D | acl.c | 44 int write_p = 0; in kcm_access() local 60 write_p = 1; in kcm_access() 73 write_p = 0; in kcm_access() 100 if (write_p) in kcm_access() 105 if (write_p) in kcm_access() 110 if (write_p) in kcm_access()
|
| /freebsd-9-stable/contrib/gcc/ |
| D | tree-ssa-loop-prefetch.c | 195 bool write_p; /* Is it a write? */ member 224 fprintf (file, " %s\n", ref->write_p ? "write" : "read"); in dump_mem_ref() 264 HOST_WIDE_INT delta, bool write_p) in record_ref() argument 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() 437 tree ref, bool write_p, tree stmt) in gather_memory_references_ref() argument 449 record_ref (agrp, stmt, ref, delta, write_p); in gather_memory_references_ref() [all …]
|
| 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-9-stable/crypto/openssl/doc/ssl/ |
| D | SSL_CTX_set_msg_callback.pod | 11 …void SSL_CTX_set_msg_callback(SSL_CTX *ctx, void (*cb)(int write_p, int version, int content_type,… 14 …void SSL_set_msg_callback(SSL *ssl, void (*cb)(int write_p, int version, int content_type, const v… 37 =item I<write_p>
|
| D | ssl.pod | 320 =item void B<SSL_CTX_set_msg_callback>(SSL_CTX *ctx, void (*cb)(int write_p, int version, int conte… 583 =item void B<SSL_set_msg_callback>(SSL *ctx, void (*cb)(int write_p, int version, int content_type,…
|
| /freebsd-9-stable/crypto/openssl/apps/ |
| D | s_cb.c | 316 void MS_CALLBACK msg_cb(int write_p, int version, int content_type, in msg_cb() argument 323 str_write_p = write_p ? ">>>" : "<<<"; in msg_cb()
|
| D | s_apps.h | 175 void MS_CALLBACK msg_cb(int write_p, int version, int content_type,
|
| /freebsd-9-stable/contrib/gdb/gdb/ |
| 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-9-stable/crypto/openssl/ssl/ |
| D | ssl.h | 624 void (*cb) (int write_p, int version, 628 void (*cb) (int write_p, int version, 788 void (*msg_callback) (int write_p, int version, int content_type, 1011 void (*msg_callback) (int write_p, int version, int content_type,
|
| D | ssl_lib.c | 1028 (int write_p, int version, int content_type, in SSL_callback_ctrl() 1121 (int write_p, int version, int content_type, in SSL_CTX_callback_ctrl() 2759 void (*cb) (int write_p, int version, in SSL_CTX_set_msg_callback() 2767 void (*cb) (int write_p, int version, in SSL_set_msg_callback()
|
| /freebsd-9-stable/crypto/openssl/ |
| D | CHANGES | 3162 void cb(int write_p, int version, int content_type, 3166 (write_p == 0) or sent (write_p == 1). Here 'version' is the
|