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

12

/macosx-10.9.5/Libc-997.90.3/stdio/FreeBSD/
H A Dglue.h32 * @(#)glue.h 8.1 (Berkeley) 6/4/93
33 * $FreeBSD: src/lib/libc/stdio/glue.h,v 1.4 2007/01/09 00:28:06 imp Exp $
38 * allocated and linked in via this glue structure.
40 struct glue { struct
41 struct glue *next;
45 extern struct glue __sglue;
H A Dfindfp.c55 #include "glue.h"
88 static struct glue uglue = { NULL, FOPEN_MAX - 3, usual };
109 struct glue __sglue = { &uglue, 3, __sF };
110 static struct glue *lastglue = &uglue;
112 struct glue __sglue = { NULL, 3, __sF };
113 static struct glue *lastglue = &__sglue;
116 static struct glue * moreglue(int);
128 static struct glue *
132 struct glue *g;
138 g = (struct glue *)mallo
[all...]
H A Dfwalk.c43 #include "glue.h"
51 struct glue *g;
/macosx-10.9.5/AppleUSBIrDA-145.2.4/IrDA/Streams/
H A DIrDiscovery.h40 static CIrDiscovery *cIrDiscovery(TIrGlue * glue);
43 Boolean Init(TIrGlue * glue);
H A DIrDiscovery.cpp65 CIrDiscovery::cIrDiscovery(TIrGlue * glue) argument
71 if (obj && !obj->Init(glue)) {
99 CIrDiscovery::Init(TIrGlue * glue) argument
110 if (!super::Init(glue, IrDiscoverEvents, kEnqueueEvent)) return false;
112 if (!super::Init(glue)) return false;
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/
H A Dradix.c305 isc_radix_node_t *node, *new_node, *parent, *glue = NULL; local
501 glue = isc_mem_get(radix->mctx, sizeof(isc_radix_node_t));
502 if (glue == NULL) {
513 if (glue != NULL)
514 isc_mem_put(radix->mctx, glue,
547 INSIST(glue == NULL);
563 INSIST(glue == NULL);
581 INSIST(glue != NULL);
582 glue->bit = differ_bit;
583 glue
[all...]
/macosx-10.9.5/ntp-88/lib/isc/
H A Dradix.c305 isc_radix_node_t *node, *new_node, *parent, *glue = NULL; local
501 glue = isc_mem_get(radix->mctx, sizeof(isc_radix_node_t));
502 if (glue == NULL) {
513 if (glue != NULL)
514 isc_mem_put(radix->mctx, glue,
547 INSIST(glue == NULL);
563 INSIST(glue == NULL);
581 INSIST(glue != NULL);
582 glue->bit = differ_bit;
583 glue
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/tests/data/regressions/its6794/
H A Dits679424 ITSCONF=$ITSDIR/slapd-glue.conf
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/mac/readme/
H A Dmac_testing_notes.c20 - check lifetimes of data returned by kerberos glue functions
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dbackglue.c1 /* backglue.c - backend glue */
18 * Functions to glue a bunch of other backends into a single tree.
20 * can glue o=foo and ou=bar,o=foo but you can't glue o=foo and o=bar.
52 static slap_overinst glue; variable
353 /* ITS#4615 - overlays configured above the glue overlay should be
355 * glue overlay should only be invoked on the master backend.
822 if ( !strcmp( on->on_bi.bi_type, glue.on_bi.bi_type ))
1272 Debug( LDAP_DEBUG_ANY, "glue: backend %s is already subordinate, "
1273 "cannot have glue overla
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/gtk/
H A DGtkDragAndDropHelper.cpp77 GtkDragAndDropHelper* glue; member in struct:WebCore::HandleDragLaterData
82 data->glue->handleDragLeaveLater(data->context);
120 data->glue = this;
/macosx-10.9.5/xnu-2422.115.4/SETUP/config/
H A Dmkglue.c55 * Make the bus adaptor interrupt glue files.
68 void glue(FILE *fp, void (*dump_handler)(FILE *, struct idlst *, int));
71 * Create the UNIBUS interrupt vector glue file.
303 glue(fp, dump_mb_handler);
308 glue(FILE *fp, void (*dump_handler)(FILE *, struct idlst *, int)) function
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Dmaster.c153 dns_name_t *glue; member in struct:dns_incctx
246 ictx->glue, source, ictx->glue_line); \
496 ictx->glue = NULL;
992 name = (ictx->glue != NULL) ? ictx->glue : ictx->current;
1432 * If we are processing glue and the new name does
1433 * not match the current glue name, commit the glue
1437 if (ictx->glue != NULL &&
1438 dns_name_compare(ictx->glue, new_nam
2670 grow_rdatalist(int new_len, dns_rdatalist_t *old, int old_len, rdatalist_head_t *current, rdatalist_head_t *glue, isc_mem_t *mctx) argument
2720 grow_rdata(int new_len, dns_rdata_t *old, int old_len, rdatalist_head_t *current, rdatalist_head_t *glue, isc_mem_t *mctx) argument
[all...]
/macosx-10.9.5/CPANInternal-140/Class-DBI-AbstractSearch/lib/Class/DBI/
H A DAbstractSearch.pm59 Class::DBI::AbstractSearch is a Class::DBI plugin to glue
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/tests/scripts/
H A Ddefines.sh102 GLUECONF=$DATADIR/slapd-glue.conf
116 GLUESYNCCONF1=$DATADIR/slapd-glue-syncrepl1.conf
117 GLUESYNCCONF2=$DATADIR/slapd-glue-syncrepl2.conf
125 GLUELDAPCONF=$DATADIR/slapd-glue-ldap.conf
H A Dtest058-syncrepl-asymmetric48 # masters have the syncprov overlay configured on the glue database.
51 # They all have a single database with the glue suffix, but their
70 # glue ou1 ou2 sm1ou1 sm1ou2 sm2ou1 sm2ou2
80 # Had it been used on the glue database then syncrepl would have removed
84 # All the other servers uses syncrepl on the glue database, since
423 dn: olcOverlay={0}glue,olcDatabase={1}$BACKEND,cn=config
425 olcOverlay: {0}glue
513 dn: olcOverlay={0}glue,olcDatabase={1}$BACKEND,cn=config
515 olcOverlay: {0}glue
586 dn: olcOverlay={0}glue,olcDatabas
[all...]
/macosx-10.9.5/bind9-45.100/bind9/contrib/named-bootconf/
H A Dnamed-bootconf.sh147 no-fetch-glue )
148 echo " fetch-glue no;" >>$OPTIONFILE
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/overlays/
H A Dtranslucent.c69 "DESC 'Disable automatic glue records for ADD and MODRDN' "
234 static struct berval glue[] = { BER_BVC("top"), BER_BVC("glue"), BER_BVNULL }; variable in typeref:struct:berval
247 Debug(LDAP_DEBUG_TRACE, "=> glue_parent: fabricating glue for <%s>\n", ndn.bv_val, 0, 0);
257 ber_dupbv(&a->a_vals[0], &glue[0]);
258 ber_dupbv(&a->a_vals[1], &glue[1]);
259 ber_dupbv(&a->a_vals[2], &glue[2]);
267 ber_dupbv(&a->a_vals[0], &glue[1]);
268 ber_dupbv(&a->a_vals[1], &glue[2]);
304 ** if glue, glue_paren
[all...]
/macosx-10.9.5/CPANInternal-140/Class-DBI-AbstractSearch-0.07/lib/Class/DBI/
H A DAbstractSearch.pm64 Class::DBI::AbstractSearch is a Class::DBI plugin to glue
/macosx-10.9.5/python-76.100.1/2.5/
H A DMakefile6 Extra_Configure_Flags = --enable-ipv6 --with-threads --enable-framework=/System/Library/Frameworks --enable-toolbox-glue --enable-dtrace --with-system-ffi
/macosx-10.9.5/python-76.100.1/2.6/
H A DMakefile6 Extra_Configure_Flags = --enable-ipv6 --with-threads --enable-framework=/System/Library/Frameworks --enable-toolbox-glue --enable-dtrace --with-system-ffi
/macosx-10.9.5/python-76.100.1/2.7/
H A DMakefile6 Extra_Configure_Flags = --enable-ipv6 --with-system-expat --with-threads --enable-framework=/System/Library/Frameworks --enable-toolbox-glue --with-system-ffi
/macosx-10.9.5/python23-21/
H A DMakefile6 Extra_Configure_Flags = --enable-ipv6 --with-threads --enable-framework=/System/Library/Frameworks --enable-toolbox-glue
/macosx-10.9.5/IOSCSIParallelFamily-300.0.2/TestTools/SCSITargetProber/Cocoa/
H A DSCSITargetProberAppDelegate.m592 #pragma mark C->Obj-C glue
598 // AppearedNotificationHandler - C->Obj-C glue
612 // DisappearedNotificationHandler - C->Obj-C glue
/macosx-10.9.5/Heimdal-323.92.1/kdc/
H A Dpkinit.c394 heim_integer glue; local
399 &glue,
408 &glue);
409 der_free_heim_integer(&glue);

Completed in 328 milliseconds

12