Searched refs:ctrl (Results 51 - 75 of 135) sorted by relevance

123456

/macosx-10.10.1/OpenSSL098-52/src/crypto/engine/
H A Deng_list.c342 dest->ctrl = src->ctrl;
/macosx-10.10.1/OpenSSL098-52/src/crypto/evp/
H A Denc_min.c99 { FIPS_ERROR_IGNORED("Cipher ctrl"); return 0;}
365 if(!ctx->cipher->ctrl) {
370 ret = ctx->cipher->ctrl(ctx, type, arg, ptr);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dldap_sync.c655 LDAPControl ctrl = { 0 }, local
691 ctrls[ 0 ] = &ctrl;
716 rc = ber_flatten2( ber, &ctrl.ldctl_value, 0 );
729 ctrl.ldctl_oid = LDAP_CONTROL_SYNC;
730 ctrl.ldctl_iscritical = 1;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/overlays/
H A Dvalsort.c510 LDAPControl *ctrl )
517 if ( BER_BVISNULL( &ctrl->ldctl_value )) {
522 if ( BER_BVISEMPTY( &ctrl->ldctl_value )) {
527 ber_init2( ber, &ctrl->ldctl_value, 0 );
533 op->o_ctrlflag[valsort_cid] = ctrl->ldctl_iscritical ?
H A Dppolicy.c423 add_passcontrol( Operation *op, SlapReply *rs, LDAPControl *ctrl )
443 ctrls[n] = ctrl;
1178 LDAPControl *ctrl = NULL; local
1185 ctrl = create_passcontrol( op, warn, ngut, ppb->pErr );
1186 ppb->oldctrls = add_passcontrol( op, rs, ctrl );
1297 LDAPControl *ctrl = NULL; local
1298 ctrl = create_passcontrol( op, -1, -1, PP_changeAfterReset );
1299 oldctrls = add_passcontrol( op, rs, ctrl );
1446 LDAPControl *ctrl = NULL; local
1447 ctrl
1539 LDAPControl *ctrl = NULL; local
[all...]
/macosx-10.10.1/file-46/file/src/
H A Dencoding.c296 int gotone = 0, ctrl = 0; local
309 ctrl = 1;
353 return ctrl ? 0 : (gotone ? 2 : 1);
/macosx-10.10.1/OpenSSH-189/osslshim/ossl/
H A Dossl-bio.h120 long (*ctrl)(BIO *, int, long, void *); member in struct:bio_method_st
H A Dossl-bio.c110 .ctrl = mem_ctrl,
423 .ctrl = file_ctrl,
723 if ((b->method == NULL) || (b->method->ctrl == NULL)) {
733 ret = b->method->ctrl(b, cmd, larg, parg);
H A Dossl-evp.h245 int (*ctrl)(EVP_CIPHER_CTX *, int type, int arg, void *ptr); member in struct:ossl_CIPHER
H A Dossl-evp.c1164 .ctrl = NULL,
1727 if ((ctx->cipher == NULL) || (ctx->cipher->ctrl == NULL)) {
1730 return ((*ctx->cipher->ctrl)(ctx, type, arg, data));
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dgoldberg.rb163 @ctrl = TkFrame.new(@parent, :relief=>:ridge, :bd=>2, :padx=>5, :pady=>5)
247 Tk.grid(@start, :in=>@ctrl, :row=>0, :sticky=>:ew)
248 @ctrl.grid_rowconfigure(1, :minsize=>10)
249 Tk.grid(@pause, :in=>@ctrl, :row=>2, :sticky=>:ew)
250 Tk.grid(@step, :in=>@ctrl, :sticky=>:ew)
251 Tk.grid(@bstep, :in=>@ctrl, :sticky=>:ew)
252 Tk.grid(@reset, :in=>@ctrl, :sticky=>:ew)
253 @ctrl.grid_rowconfigure(10, :minsize=>20)
254 Tk.grid(@details, :in=>@ctrl, :row=>11, :sticky=>:ew)
256 @ctrl
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dgoldberg.rb165 @ctrl = TkFrame.new(@parent, :relief=>:ridge, :bd=>2, :padx=>5, :pady=>5)
249 Tk.grid(@start, :in=>@ctrl, :row=>0, :sticky=>:ew)
250 @ctrl.grid_rowconfigure(1, :minsize=>10)
251 Tk.grid(@pause, :in=>@ctrl, :row=>2, :sticky=>:ew)
252 Tk.grid(@step, :in=>@ctrl, :sticky=>:ew)
253 Tk.grid(@bstep, :in=>@ctrl, :sticky=>:ew)
254 Tk.grid(@reset, :in=>@ctrl, :sticky=>:ew)
255 @ctrl.grid_rowconfigure(10, :minsize=>20)
256 Tk.grid(@details, :in=>@ctrl, :row=>11, :sticky=>:ew)
258 @ctrl
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/thread/thread/generic/
H A DthreadCmd.c1570 ThreadCtrl ctrl;
1574 ctrl.cd = Tcl_GetAssocData(interp, "thread:nsd", NULL);
1576 ctrl.script = (char *)script;
1577 ctrl.condWait = NULL;
1578 ctrl.flags = 0;
1581 if (Tcl_CreateThread(&thrId, NewThread, (ClientData)&ctrl,
1593 while (ctrl.script != NULL) {
1594 Tcl_ConditionWait(&ctrl.condWait, &threadMutex, NULL);
1600 Tcl_ConditionFinalize(&ctrl.condWait);
1608 Tcl_ConditionFinalize(&ctrl
1547 ThreadCtrl ctrl; local
[all...]
/macosx-10.10.1/tcl-105/tk/tk/library/demos/
H A Dgoldberg.tcl99 ttk::frame $w.ctrl -relief ridge -borderwidth 2 -padding 5
142 grid $w.start -in $w.ctrl -row 0 -sticky ew
143 grid rowconfigure $w.ctrl 1 -minsize 10
144 grid $w.pause -in $w.ctrl -row 2 -sticky ew
145 grid $w.step -in $w.ctrl -sticky ew -pady 2
146 grid $w.bstep -in $w.ctrl -sticky ew
147 grid $w.reset -in $w.ctrl -sticky ew -pady 2
148 grid rowconfigure $w.ctrl 10 -minsize 18
149 grid $w.details -in $w.ctrl -row 11 -sticky ew
150 grid rowconfigure $w.ctrl 1
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Di960-dis.c35 static void ctrl (bfd_vma, unsigned long, unsigned long);
132 ctrl (memaddr, word1, word2);
161 ctrl (bfd_vma memaddr, unsigned long word1, unsigned long word2 ATTRIBUTE_UNUSED)
160 ctrl (bfd_vma memaddr, unsigned long word1, unsigned long word2 ATTRIBUTE_UNUSED) function
/macosx-10.10.1/OpenSSL098-52/src/crypto/x509/
H A Dx509_lu.c116 if (ctx->method->ctrl != NULL)
117 return ctx->method->ctrl(ctx,cmd,argc,argl,ret);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/bio/
H A Dbio_lib.c318 if ((b->method == NULL) || (b->method->ctrl == NULL))
330 ret=b->method->ctrl(b,cmd,larg,parg);
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/
H A Devp.h152 int (*ctrl)(EVP_CIPHER_CTX *, int type, int arg, void *ptr); member in struct:hc_CIPHER
H A Devp.c1474 if (ctx->cipher == NULL || ctx->cipher->ctrl == NULL)
1476 return (*ctx->cipher->ctrl)(ctx, type, arg, data);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/openssl/
H A Dx509_vfy.h158 int (*ctrl)(X509_LOOKUP *ctx,int cmd,const char *argc,long argl, member in struct:x509_lookup_method_st
H A Dbio.h237 long (*ctrl)(); member in struct:bio_method_st
251 long (_far *ctrl)(); member in struct:bio_method_st
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/include/
H A Dldap.h1054 LDAPControl *ctrl ));
2148 LDAPControl *ctrl,
2197 LDAPControl *ctrl,
2333 LDAPControl *ctrl,
2478 LDAPControl *ctrl,
2544 LDAPControl *ctrl,
/macosx-10.10.1/OpenSSL098-52/src/crypto/bio/
H A Dbio_lib.c358 if ((b->method == NULL) || (b->method->ctrl == NULL))
370 ret=b->method->ctrl(b,cmd,larg,parg);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/nssov/
H A Dpam.c37 LDAPControl *ctrl = ldap_control_find(LDAP_CONTROL_PASSWORDPOLICYRESPONSE, local
39 if (ctrl) {
46 int rc = ldap_parse_passwordpolicy_control(ld,ctrl,
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-ldap/
H A Ddistproc.c900 LDAPControl *ctrl )
912 if ( !BER_BVISEMPTY( &ctrl->ldctl_value ) ) {
917 op->o_returnContRef = ctrl->ldctl_iscritical ? SLAP_CONTROL_CRITICAL : SLAP_CONTROL_NONCRITICAL;

Completed in 697 milliseconds

123456