Searched refs:unbind (Results 1 - 25 of 44) sorted by relevance

12

/macosx-10.10.1/ruby-106/ruby/test/dl/
H A Dtest_func.rb18 cb.unbind if cb # max number of callbacks is limited to MAX_CALLBACK
29 f.unbind # max number of callbacks is limited to MAX_CALLBACK
39 f.unbind if f # max number of callbacks is limited to MAX_CALLBACK
47 assert_nothing_raised { f.unbind }
49 # unbind() after unbind() should not raise error
50 assert_nothing_raised { f.unbind }
52 f.unbind # max number of callbacks is limited to MAX_CALLBACK
59 assert_nothing_raised { f.unbind }
61 # unbind() afte
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/src/
H A DLDAPRequest.h61 void unbind() const;
H A DLDAPMessageQueue.cpp78 req->unbind();
114 req->unbind();
H A DLDAPRequest.cpp142 void LDAPRequest::unbind() const{ function in class:LDAPRequest
143 DEBUG(LDAP_DEBUG_TRACE,"LDAPRequest::unbind()" << endl);
144 m_connection->unbind();
H A DLDAPConnection.h102 void unbind();
H A DLDAPAsynConnection.h254 void unbind();
H A DLDAPConnection.cpp97 void LDAPConnection::unbind(){ function in class:LDAPConnection
98 LDAPAsynConnection::unbind();
H A DLDAPAsynConnection.cpp263 void LDAPAsynConnection::unbind(){ function in class:LDAPAsynConnection
264 DEBUG(LDAP_DEBUG_TRACE,"LDAPAsynConnection::unbind()" << endl);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/examples/
H A DstartTls.cpp37 l.unbind();
57 l1.unbind();
72 l2.unbind();
H A Dmain.cpp70 lc->unbind();
131 lc->unbind();
H A DreadSchema.cpp65 lc->unbind();
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/ldap/
H A Dldapquery103 ldap::unbind $handle
H A DldapChangeTest146 # unbind and disconnect from the LDAP server
149 ldap::unbind $handle
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/uev/
H A Duevent.tcl14 ## API: bind, unbind, generate
50 proc ::uevent::unbind {token} {
57 log::debug [::list unbind: $token]
176 namespace export bind unbind generate list
/macosx-10.10.1/ruby-106/ruby/ext/dl/lib/dl/
H A Dfunc.rb165 def unbind() method in class:DL.Function
216 unbind()
/macosx-10.10.1/ruby-106/ruby/test/ruby/
H A Dtest_method.rb79 um = Derived.new.method(:foo).unbind
210 assert_equal(:foo, m.unbind.name)
211 assert_equal(class << o; self; end, m.unbind.owner)
221 o.method(:foo).unbind
227 m = o.method(:bar).unbind
341 assert_equal("#<UnboundMethod: #{ class << o; self; end.inspect }#foo>", m.unbind.inspect)
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Dsqlite++.cpp285 void Statement::unbind() function in class:Security::SQLite3::Statement
H A Dsqlite++.h197 void unbind();
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dsqlite++.cpp285 void Statement::unbind() function in class:Security::SQLite3::Statement
H A Dsqlite++.h197 void unbind();
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DKeyboardShortcut.js220 unbind: function()
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dtf.vim93 syn keyword tfStatement suspend telnet test time toggle trig trigger unbind contained
116 syn keyword tfDefine bind unbind def undef undefn undefn purge hook unhook trig untrig contained
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A DMakefile.in32 value.c ava.c bind.c unbind.c abandon.c filterentry.c \
51 value.o ava.o bind.o unbind.o abandon.o filterentry.o \
/macosx-10.10.1/libauto-186/
H A DThread.h211 LockedBoolean _scanning; // if state is true, collector is scanning, unbind will block.
269 // unbind
273 // unbind() synchronizes with stack scanning to ensure that if a stack scan is in progress
277 bool unbind();
283 // unbind(), so a pthread cannot exit while its stack is being concurrently scanned.
291 // Relinquishes the scanning lock, which unblocks a concurrent call to unbind().
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Drequest.c716 ldap_free_connection( LDAP *ld, LDAPConn *lc, int force, int unbind )
723 force, unbind, 0 );
774 if ( unbind ) {
792 * ldap_ld_free() in unbind.c calls ldap_free_connection()

Completed in 290 milliseconds

12