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

1234567891011

/macosx-10.9.5/bind9-45.100/bind9/lib/isc/include/isc/
H A Drefcount.h103 isc_int32_t refs; member in struct:isc_refcount
106 #define isc_refcount_destroy(rp) REQUIRE((rp)->refs == 0)
107 #define isc_refcount_current(rp) ((unsigned int)((rp)->refs))
113 prev = isc_atomic_xadd(&(rp)->refs, 1); \
122 prev = isc_atomic_xadd(&(rp)->refs, 1); \
132 prev = isc_atomic_xadd(&(rp)->refs, -1); \
141 int refs;
148 REQUIRE((rp)->refs == 0); \
152 #define isc_refcount_current(rp) ((unsigned int)((rp)->refs))
159 ++((rp)->refs); \
[all...]
/macosx-10.9.5/ntp-88/lib/isc/include/isc/
H A Drefcount.h103 isc_int32_t refs; member in struct:isc_refcount
106 #define isc_refcount_destroy(rp) (REQUIRE((rp)->refs == 0))
107 #define isc_refcount_current(rp) ((unsigned int)((rp)->refs))
113 prev = isc_atomic_xadd(&(rp)->refs, 1); \
122 prev = isc_atomic_xadd(&(rp)->refs, 1); \
132 prev = isc_atomic_xadd(&(rp)->refs, -1); \
141 int refs;
148 REQUIRE((rp)->refs == 0); \
152 #define isc_refcount_current(rp) ((unsigned int)((rp)->refs))
159 ++((rp)->refs); \
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/docs_src/ref/refs/
H A DMakefile4 BUILD= refs.html witold.html
/macosx-10.9.5/cctools-845/ld/
H A Darm_reloc.h38 struct live_refs *refs,
H A Dppc_reloc.h38 struct live_refs *refs,
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/ldapc++/src/
H A DLDAPResult.cpp23 char **refs=0; local
28 &matchedDN, &errMsg,&refs,&srvctrls,0);
30 ber_memvfree((void**) refs);
34 if (refs){
35 m_referrals=LDAPUrlList(refs);
36 ber_memvfree((void**) refs);
H A DLDAPAddRequest.h24 virtual LDAPRequest* followReferral(LDAPMsg* refs);
H A DLDAPDeleteRequest.h21 virtual LDAPRequest* followReferral(LDAPMsg* refs);
H A DLDAPModifyRequest.h26 virtual LDAPRequest* followReferral(LDAPMsg* refs);
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/lib/SOAP/Lite/
H A DUtils.pm6 no strict qw(refs);
12 no strict 'refs';
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/SOAP/Lite/
H A DUtils.pm6 no strict qw(refs);
12 no strict 'refs';
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/
H A Drefcount.c31 ref->refs = n;
/macosx-10.9.5/ntp-88/lib/isc/
H A Drefcount.c31 ref->refs = n;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dreferral.c200 BerVarray refs; local
215 refs = ch_malloc( ( i + 1 ) * sizeof( struct berval ) );
217 for ( iv = in, jv = refs; !BER_BVISNULL( iv ); iv++ ) {
252 if ( jv == refs ) {
253 ch_free( refs );
254 refs = NULL;
260 return refs;
269 BerVarray refs; local
285 refs = ch_malloc( (i + 1) * sizeof(struct berval));
287 for( iv=attr->a_vals, jv=refs; i
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/include/dns/
H A Drbt.h901 #define dns_rbtnode_refincrement0(node, refs) \
903 isc_refcount_increment0(&(node)->references, (refs)); \
905 #define dns_rbtnode_refincrement(node, refs) \
907 isc_refcount_increment(&(node)->references, (refs)); \
909 #define dns_rbtnode_refdecrement(node, refs) \
911 isc_refcount_decrement(&(node)->references, (refs)); \
917 #define dns_rbtnode_refincrement0(node, refs) \
919 unsigned int *_tmp = (unsigned int *)(refs); \
924 #define dns_rbtnode_refincrement(node, refs) \
928 if ((refs) !
[all...]
/macosx-10.9.5/ncurses-42/ncurses/test/
H A Dworm.c105 static short **refs; variable
243 refs[y][x]++;
262 && --refs[y1][x1] == 0) {
309 refs[y][x]++;
383 refs[y] = typeRealloc(short, COLS, refs[y]);
385 refs[y][x] = 0;
391 free(refs[y]);
392 refs = typeRealloc(short *, LINES, refs);
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/clients/tools/
H A Dldapwhoami.c113 char *matcheddn = NULL, *text = NULL, **refs = NULL; local
172 &code, &matcheddn, &text, &refs, &ctrls, 0 );
179 tool_perror( "ldap_parse_result", rc, NULL, matcheddn, text, refs );
203 ( matcheddn && *matcheddn ) || ( text && *text ) || refs || ctrls )
215 if( refs ) {
217 for( i=0; refs[i]; i++ ) {
218 printf(_("Referral: %s\n"), refs[i] );
230 ber_memvfree( (void **) refs );
H A Dldapcompare.c280 char **refs; local
314 rc = ldap_parse_result( ld, res, &code, &matcheddn, &text, &refs, &ctrls, 1 );
323 (matcheddn && *matcheddn) || (text && *text) || (refs && *refs) ) )
336 if( refs ) {
338 for( i=0; refs[i]; i++ ) {
339 printf(_("Referral: %s\n"), refs[i] );
362 ber_memvfree( (void **) refs );
/macosx-10.9.5/zsh-60/zsh/Functions/VCS_Info/Backends/
H A DVCS_INFO_detect_git12 elif [[ -d ${vcs_comm[gitdir]}/refs/remotes/p4 ]] ; then vcs_comm[overwrite_name]='git-p4' ; fi
/macosx-10.9.5/libauto-185.5/
H A Dauto_weak.cpp35 weak_referrer_t *refs; member in struct:weak_referrer_array_t
98 // Grow the refs list. Rehashes the entries.
103 weak_referrer_t *old_refs = list->refs;
105 list->refs = (weak_referrer_t *)aux_malloc(new_allocated * sizeof(weak_referrer_t));
106 list->num_allocated = aux_malloc_size(list->refs)/sizeof(weak_referrer_t);
107 bzero(list->refs, list->num_allocated * sizeof(weak_referrer_t));
132 while (list->refs[index].referrer != NULL) {
142 weak_referrer_t &ref = list->refs[index];
156 while (list->refs[index].referrer != old_referrer) {
166 list->refs[inde
258 weak_referrer_t *refs = azone->weak_refs_table[counter].referrers.refs; local
297 weak_referrer_t *refs = entry->referrers.refs; local
317 weak_referrer_t *refs = entry.referrers.refs; local
335 weak_referrer_t *refs = entry.referrers.refs; local
490 weak_referrer_t *refs = (weak_referrer_t *)alloca(count * sizeof(weak_referrer_t)); local
698 weak_referrer_t *refs = referrers.refs; local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/doctools2idx/
H A Dstructure.tcl54 set refs {}
61 foreach r $reflist { lappend refs $r }
91 if {[lsort -dict [lsort -unique $refs]] ne [lsort -dict $refids]} {
143 set refs {}
145 lappend refs [lindex $item 0]
147 lappend keywords $kw $refs
211 set refs {}
213 lappend refs [lindex $item 0]
215 lappend keywords $kw $refs
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/tests/progs/
H A Dslapd-common.c267 char **refs = NULL; local
269 ldap_get_option( ld, LDAP_OPT_REFERRAL_URLS, (void *)&refs );
271 if ( refs ) {
275 for ( i = 0; refs[ i ] != NULL; i++ ) {
276 fprintf( stderr, "\t\t%s\n", refs[ i ] );
279 ber_memvfree( (void **)refs );
/macosx-10.9.5/CPANInternal-140/Class-DBI-v3.0.17/lib/Class/DBI/Cascade/
H A DFail.pm21 my $refs = $self->foreign_for($obj)->count or return;
23 "$refs objects still refer to $obj. Deletion failed");
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Dreferences.c87 char **refs = NULL; local
101 if ( ber_scanf( &be, "{v" /*}*/, &refs ) == LBER_ERROR ) {
122 *referralsp = refs;
125 LDAP_VFREE( refs );
/macosx-10.9.5/objc4-551.1/runtime/
H A Dobjc-references.mm230 ObjectAssociationMap *refs = i->second;
231 ObjectAssociationMap::iterator j = refs->find(key);
232 if (j != refs->end()) {
281 ObjectAssociationMap *refs = i->second;
282 ObjectAssociationMap::iterator j = refs->find(key);
283 if (j != refs->end()) {
287 (*refs)[key] = ObjcAssociation(policy, new_value);
291 ObjectAssociationMap *refs = new ObjectAssociationMap;
292 associations[disguised_object] = refs;
293 (*refs)[ke
[all...]

Completed in 216 milliseconds

1234567891011