Searched refs:con (Results 26 - 50 of 148) sorted by relevance

123456

/macosx-10.10/postfix-255/postfix/src/tls/
H A Dtls_bio_ops.c198 status = hsfunc(TLScontext->con);
200 status = rfunc(TLScontext->con, buf, num);
202 status = wfunc(TLScontext->con, buf, num);
205 err = SSL_get_error(TLScontext->con, status);
H A Dtls_client.c259 SSL_SESSION *session = SSL_get_session(TLScontext->con);
596 if (SSL_get_verify_result(TLScontext->con) == X509_V_OK)
855 if ((TLScontext->con = SSL_new(app_ctx->ssl_ctx)) == NULL) {
856 msg_warn("Could not allocate 'TLScontext->con' with SSL_new()");
861 if (!SSL_set_ex_data(TLScontext->con, TLScontext_index, TLScontext)) {
862 msg_warn("Could not set application data for 'TLScontext->con'");
872 SSL_set_options(TLScontext->con, TLS_SSL_OP_PROTOMASK(protomask));
882 SSL_set_session(TLScontext->con, session);
906 if (!SSL_set_tlsext_host_name(TLScontext->con, props->host)) {
929 SSL_set_connect_state(TLScontext->con);
[all...]
H A Dtls_server.c223 SSL_SESSION *session = SSL_get_session(TLScontext->con);
291 static int ticket_cb(SSL *con, unsigned char name[], unsigned char iv[], argument
297 TLS_SESS_STATE *TLScontext = SSL_get_ex_data(con, TLScontext_index);
298 int timeout = ((int) SSL_CTX_get_timeout(SSL_get_SSL_CTX(con))) / 2;
707 if ((TLScontext->con = (SSL *) SSL_new(app_ctx->ssl_ctx)) == 0) {
708 msg_warn("Could not allocate 'TLScontext->con' with SSL_new()");
713 if (!SSL_set_ex_data(TLScontext->con, TLScontext_index, TLScontext)) {
714 msg_warn("Could not set application data for 'TLScontext->con'");
732 SSL_set_accept_state(TLScontext->con);
737 if (SSL_set_fd(TLScontext->con, prop
[all...]
H A Dtls_verify.c156 SSL *con; local
162 con = X509_STORE_CTX_get_ex_data(ctx, SSL_get_ex_data_X509_STORE_CTX_idx());
163 TLScontext = SSL_get_ex_data(con, TLScontext_index);
184 max_depth = SSL_get_verify_depth(con) - 1;
/macosx-10.10/BerkeleyDB-21/db/repmgr/
H A Drepmgr_util.c70 __repmgr_reset_for_reading(con)
71 REPMGR_CONNECTION *con;
73 con->reading_phase = SIZES_PHASE;
74 __repmgr_iovec_init(&con->iovecs);
75 __repmgr_add_buffer(&con->iovecs, &con->msg_type,
76 sizeof(con->msg_type));
77 __repmgr_add_buffer(&con->iovecs, &con->control_size_buf,
78 sizeof(con
[all...]
/macosx-10.10/Libc-1044.1.2/util/
H A Dfparseln.c94 char esc, con, nl, com; local
108 con = str[1];
141 if (s && con) { /* Check and eliminate continuations */
144 if (*cp == con && !isescaped(ptr, cp, esc)) {
178 if (cp[1] == con)
182 if (cp[1] != com && cp[1] != con && cp[1] != esc)
/macosx-10.10/AppleUSBIrDA-145.2.4/IrDAStatus/
H A DIrDAStatus.h48 kern_return_t doCommand(io_connect_t con, unsigned char commandID, void *inputData, unsigned long inputDataSize, void *outputData, size_t *outputDataSize);
50 kern_return_t openDevice(io_object_t obj, io_connect_t * con);
51 kern_return_t closeDevice(io_connect_t con);
/macosx-10.10/ruby-106/ruby/test/rubygems/
H A Dtest_gem_dependency_resolver.rb102 con = cons.first
104 assert_equal "c (= 1)", con.dependency.to_s
105 assert_equal "c-2", con.activated.full_name
130 con = cons.first
132 assert_equal "c (= 1)", con.dependency.to_s
133 assert_equal "c-2", con.activated.full_name
159 con = e.conflict
161 act = con.activated
167 act = con.requester
222 s, con
[all...]
/macosx-10.10/cups-408/cups/notifier/
H A Ddbus.c177 DBusConnection *con = NULL; /* Connection to DBUS server */ local
263 if (con && !dbus_connection_get_is_connected(con))
265 dbus_connection_unref(con);
266 con = NULL;
269 if (!con)
273 con = dbus_bus_get(DBUS_BUS_SYSTEM, &error);
274 if (!con)
280 if (!con)
553 dbus_connection_send(con, messag
[all...]
/macosx-10.10/AppleUSBIrDA-145.2.4/IrDAMenu/
H A DUtilityRoutines.c12 kern_return_t doCommand(io_connect_t con, unsigned char commandID, void *inputData, unsigned long inputDataSize, void *outputData, size_t *outputDataSize) argument
28 con,
/macosx-10.10/IOKitUser-1050.1.21/network.subproj/
H A DIONetworkLib.h48 IOReturn IONetworkOpen(io_object_t obj, io_connect_t * con);
53 IOReturn IONetworkClose(io_connect_t con);
H A Dmonitorlink.c329 io_connect_t con; local
381 kr = IONetworkOpen(netif, &con);
388 kr = IOConnectSetNotificationPort(con,
411 IONetworkClose(con);
/macosx-10.10/cups-408/cups/scheduler/
H A Dmain.c105 cupsd_client_t *con; /* Current client */ local
689 for (con = (cupsd_client_t *)cupsArrayFirst(Clients);
690 con;
691 con = (cupsd_client_t *)cupsArrayNext(Clients))
692 if (httpGetState(con->http) == HTTP_WAITING)
693 cupsdCloseClient(con);
695 con->http->keep_alive = HTTP_KEEPALIVE_OFF;
796 for (i = 0, con = (cupsd_client_t *)cupsArrayFirst(Clients);
797 con;
798 i ++, con
1545 cupsd_client_t *con; /* Client information */ local
[all...]
H A Dauth.h130 extern void cupsdAuthorize(cupsd_client_t *con);
141 extern http_status_t cupsdIsAuthorized(cupsd_client_t *con, const char *owner);
/macosx-10.10/dtrace-147/libdwarf/
H A Ddwarf_global.c458 Dwarf_Global_Context con; local
465 con = global->gl_context;
467 if (con == NULL) {
474 *cu_header_offset = con->pu_offset_of_cu_header;
497 Dwarf_Global_Context con; local
506 con = global->gl_context;
508 if (con == NULL) {
513 off = con->pu_offset_of_cu_header;
522 dbg = con->pu_dbg;
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/src/
H A DLDAPRequest.cpp27 LDAPRequest::LDAPRequest(LDAPAsynConnection* con, argument
30 m_connection=con;
32 m_cons=new LDAPConstraints( *(con->getConstraints()) );
H A DLDAPSearchRequest.cpp93 LDAPAsynConnection* con; local
101 con = getConnection()->referralConnect(urls,usedUrl,m_cons);
102 if(con != 0){
121 m_attrs, m_attrsOnly, con, m_cons,true,this);
H A DLDAPResult.cpp22 const LDAPAsynConnection *con=req->getConnection(); local
27 int err=ldap_parse_result(con->getSessionHandle(),msg,&m_resCode,
/macosx-10.10/iodbc-42.5/iodbc/iodbc/
H A Dherr.c1216 CONN (con, Handle);
1236 con = NULL;
1246 err = con->herr;
1247 genv = (GENV_t *) con->genv;
1250 dhandle = con->dhdbc;
1259 con = (DBC_t *) stmt->hdbc;
1260 genv = (GENV_t *) con->genv;
1272 con = (DBC_t *) desc->hdbc;
1273 genv = (GENV_t *) con->genv;
1281 if (con !
[all...]
H A Dodbc3.c148 CONN (con, inputHandle);
150 if (!IS_VALID_HDBC (con))
154 CLEAR_ERRORS (con);
161 CONN (con, inputHandle);
166 if (!IS_VALID_HDBC (con))
170 CLEAR_ERRORS (con);
172 if (((ENV_t *)(con->henv))->dodbc_ver == SQL_OV_ODBC2)
174 PUSHSQLERR (con->herr, en_HYC00);
179 PUSHSQLERR (con->herr, en_HY009);
183 hproc = _iodbcdm_getproc (con, en_AllocHandl
[all...]
/macosx-10.10/AppleUSBIrDA-145.2.4/IrDADebugLog/
H A DGetEntry.h56 kern_return_t doCommand(io_connect_t con, unsigned char commandID, void *inputData, unsigned long inputDataSize, void *outputData, size_t *outputDataSize);
/macosx-10.10/tcl-105/tk84/tk/library/
H A Dconsole.tcl103 set con [text .console -yscrollcommand [list .sb set] -setgrid true]
104 scrollbar .sb -command [list $con yview]
106 pack $con -fill both -expand 1 -side left
109 $con configure -font {Monaco 10 normal} -highlightthickness 0
112 $con configure -font systemfixed
116 $con configure -font {Monaco 10 normal} -highlightthickness 0
121 ConsoleBind $con
123 $con tag configure stderr -foreground red
124 $con tag configure stdin -foreground blue
125 $con ta
[all...]
/macosx-10.10/tcl-105/tk/tk/library/
H A Dconsole.tcl133 set con [text .console -yscrollcommand [list .sb set] -setgrid true \
136 scrollbar .sb -command [list $con yview]
138 ::ttk::scrollbar .sb -command [list $con yview]
141 pack $con -in .consoleframe -fill both -expand 1 -side left -padx 1 -pady 1
144 ConsoleBind $con
146 $con tag configure stderr -foreground red
147 $con tag configure stdin -foreground blue
148 $con tag configure prompt -foreground \#8F4433
149 $con tag configure proc -foreground \#008800
150 $con ta
[all...]
/macosx-10.10/OpenSSL098-52/src/ssl/
H A Dkssl.c489 kssl_krb5_kt_resolve(krb5_context con, argument
497 return(p_krb5_kt_resolve(con,sz,kt));
503 kssl_krb5_kt_default(krb5_context con, argument
510 return(p_krb5_kt_default(con,kt));
516 kssl_krb5_free_ticket(krb5_context con, argument
523 return(p_krb5_free_ticket(con,kt));
529 kssl_krb5_rd_req(krb5_context con, krb5_auth_context * pacon, argument
538 return(p_krb5_rd_req(con,pacon,data,princ,keytab,flags,pptkt));
544 krb5_principal_compare(krb5_context con, krb5_const_principal princ1, argument
551 return(p_krb5_principal_compare(con,princ
557 krb5_decrypt_tkt_part(krb5_context con, krb5_const krb5_keyblock *keys, krb5_ticket *ticket) argument
570 krb5_timeofday(krb5_context con, krb5_int32 *timeret) argument
582 krb5_rc_default(krb5_context con, krb5_rcache *rc) argument
594 krb5_rc_initialize(krb5_context con, krb5_rcache rc, krb5_deltat lifespan) argument
606 krb5_rc_get_lifespan(krb5_context con, krb5_rcache rc, krb5_deltat *lifespanp) argument
618 krb5_rc_destroy(krb5_context con, krb5_rcache rc) argument
654 krb5_kt_free_entry(krb5_context con,krb5_keytab_entry * entry) argument
732 kssl_krb5_auth_con_setrcache(krb5_context con, krb5_auth_context acon, krb5_rcache rcache) argument
742 kssl_krb5_get_server_rcache(krb5_context con, krb5_const krb5_data * data, krb5_rcache * rcache) argument
752 kssl_krb5_auth_con_getrcache(krb5_context con, krb5_auth_context acon, krb5_rcache * prcache) argument
[all...]
/macosx-10.10/apr-32/apr-util/apr-util/include/
H A Dapr_reslist.h79 * @param con Constructor routine that is called to create a new resource.
92 apr_reslist_constructor con,

Completed in 212 milliseconds

123456