Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/heimdal/kcm/
Dacl.c44 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/
Dtree-ssa-loop-prefetch.c195 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 …]
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-9-stable/crypto/openssl/doc/ssl/
DSSL_CTX_set_msg_callback.pod11 …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>
Dssl.pod320 =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/
Ds_cb.c316 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()
Ds_apps.h175 void MS_CALLBACK msg_cb(int write_p, int version, int content_type,
/freebsd-9-stable/contrib/gdb/gdb/
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-9-stable/crypto/openssl/ssl/
Dssl.h624 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,
Dssl_lib.c1028 (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/
DCHANGES3162 void cb(int write_p, int version, int content_type,
3166 (write_p == 0) or sent (write_p == 1). Here 'version' is the