Searched refs:write_p (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/crypto/heimdal/kcm/
H A Dacl.c44 int write_p = 0; local
63 write_p = 1;
78 write_p = 0;
110 if (write_p)
117 if (write_p)
124 if (write_p)
131 if (write_p)
/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-loop-prefetch.c195 bool write_p; /* Is it a write? */ member in struct:mem_ref
224 fprintf (file, " %s\n", ref->write_p ? "write" : "read");
264 HOST_WIDE_INT delta, bool write_p)
274 && write_p
275 && !(*aref)->write_p)
278 && !write_p
279 && (*aref)->write_p)
290 (*aref)->write_p = write_p;
437 tree ref, bool write_p, tre
263 record_ref(struct mem_ref_group *group, tree stmt, tree mem, HOST_WIDE_INT delta, bool write_p) argument
436 gather_memory_references_ref(struct loop *loop, struct mem_ref_group **refs, tree ref, bool write_p, tree stmt) argument
823 tree addr, addr_base, prefetch, params, write_p; local
[all...]
H A Dtree-stdarg.c277 bool write_p)
295 if (write_p
312 if (write_p || !si->compute_sizes)
331 bool write_p)
349 va_list_counter_op (si, ap, var, true, write_p);
351 va_list_counter_op (si, ap, var, false, write_p);
276 va_list_counter_op(struct stdarg_info *si, tree ap, tree var, bool gpr_p, bool write_p) argument
330 va_list_counter_struct_op(struct stdarg_info *si, tree ap, tree var, bool write_p) argument
/freebsd-11-stable/crypto/openssl/apps/
H A Ds_apps.h180 void MS_CALLBACK msg_cb(int write_p, int version, int content_type,
H A Ds_cb.c595 void MS_CALLBACK msg_cb(int write_p, int version, int content_type, argument
602 str_write_p = write_p ? ">>>" : "<<<";
/freebsd-11-stable/crypto/openssl/ssl/
H A Dt1_trce.c1200 void SSL_trace(int write_p, int version, int content_type, argument
1206 if (write_p == 2) {
1220 BIO_puts(bio, write_p ? "Sent" : "Received");
1225 BIO_puts(bio, write_p ? "Sent" : "Received");
H A Dssl.h835 void (*cb) (int write_p, int version,
839 void (*cb) (int write_p, int version,
1039 void (*msg_callback) (int write_p, int version, int content_type,
1497 void (*msg_callback) (int write_p, int version, int content_type,
2576 void SSL_trace(int write_p, int version, int content_type,
H A Dssl_lib.c1172 (int write_p, int version, int content_type,
1288 (int write_p, int version, int content_type,
3532 void (*cb) (int write_p, int version,
3540 void (*cb) (int write_p, int version,
3531 SSL_CTX_set_msg_callback(SSL_CTX *ctx, void (*cb) (int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg)) argument
3539 SSL_set_msg_callback(SSL *ssl, void (*cb) (int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg)) argument
/freebsd-11-stable/contrib/gdb/gdb/
H A Dtarget.c1007 int write_p, int *err)
1029 if (write_p)
1037 if (write_p)
1047 reg_len, write_p);
1049 res = do_xfer_memory (memaddr, myaddr, reg_len, write_p,
1006 target_xfer_memory_partial(CORE_ADDR memaddr, char *myaddr, int len, int write_p, int *err) argument
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dtls_openssl.c1489 static void tls_msg_cb(int write_p, int version, int content_type, argument
1495 if (write_p == 2) {
1504 write_p ? "TX" : "RX", version, content_type,

Completed in 282 milliseconds