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

1234567891011>>

/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/
H A Dapr_ring.h55 * APR_RING_ENTRY(my_element_t) link;
85 * This struct looks just like the element link struct so that we can
157 * @param link The name of the APR_RING_ENTRY in the element struct
159 #define APR_RING_SENTINEL(hp, elem, link) \
160 (struct elem *)((char *)(&(hp)->next) - APR_OFFSETOF(struct elem, link))
175 * @param link The name of the APR_RING_ENTRY in the element struct
177 #define APR_RING_NEXT(ep, link) (ep)->link.next
181 * @param link The name of the APR_RING_ENTRY in the element struct
183 #define APR_RING_PREV(ep, link) (e
[all...]
/macosx-10.9.5/apr-30/apr/apr/include/
H A Dapr_ring.h55 * APR_RING_ENTRY(my_element_t) link;
85 * This struct looks just like the element link struct so that we can
157 * @param link The name of the APR_RING_ENTRY in the element struct
159 #define APR_RING_SENTINEL(hp, elem, link) \
160 (struct elem *)((char *)(&(hp)->next) - APR_OFFSETOF(struct elem, link))
175 * @param link The name of the APR_RING_ENTRY in the element struct
177 #define APR_RING_NEXT(ep, link) (ep)->link.next
181 * @param link The name of the APR_RING_ENTRY in the element struct
183 #define APR_RING_PREV(ep, link) (e
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/include/isc/
H A Dlist.h36 #define ISC_LINK_INIT_TYPE(elt, link, type) \
38 (elt)->link.prev = (type *)(-1); \
39 (elt)->link.next = (type *)(-1); \
41 #define ISC_LINK_INIT(elt, link) \
42 ISC_LINK_INIT_TYPE(elt, link, void)
43 #define ISC_LINK_LINKED(elt, link) ((void *)((elt)->link.prev) != (void *)(-1))
49 #define __ISC_LIST_PREPENDUNSAFE(list, elt, link) \
52 (list).head->link.prev = (elt); \
55 (elt)->link
[all...]
/macosx-10.9.5/ntp-88/lib/isc/include/isc/
H A Dlist.h36 #define ISC_LINK_INIT_TYPE(elt, link, type) \
38 (elt)->link.prev = (type *)(-1); \
39 (elt)->link.next = (type *)(-1); \
41 #define ISC_LINK_INIT(elt, link) \
42 ISC_LINK_INIT_TYPE(elt, link, void)
43 #define ISC_LINK_LINKED(elt, link) ((void *)((elt)->link.prev) != (void *)(-1))
49 #define __ISC_LIST_PREPENDUNSAFE(list, elt, link) \
52 (list).head->link.prev = (elt); \
55 (elt)->link
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_extension.c69 TIFFClientInfoLink *link = tif->tif_clientinfo; local
71 while( link != NULL && strcmp(link->name,name) != 0 )
72 link = link->next;
74 if( link != NULL )
75 return link->data;
83 TIFFClientInfoLink *link = tif->tif_clientinfo; local
86 ** Do we have an existing link with this name? If so, just
89 while( link !
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/lwres/include/lwres/
H A Dlist.h30 #define LWRES_LINK_INIT(elt, link) \
32 (elt)->link.prev = (void *)(-1); \
33 (elt)->link.next = (void *)(-1); \
35 #define LWRES_LINK_LINKED(elt, link) \
36 ((void *)((elt)->link.prev) != (void *)(-1))
42 #define LWRES_LIST_PREPEND(list, elt, link) \
45 (list).head->link.prev = (elt); \
48 (elt)->link.prev = NULL; \
49 (elt)->link.next = (list).head; \
53 #define LWRES_LIST_APPEND(list, elt, link) \
[all...]
/macosx-10.9.5/ppp-727.90.1/Drivers/L2TP/L2TP-extension/
H A Dl2tp_wan.h30 int l2tp_wan_attach(void *rfc, struct ppp_link **link);
31 void l2tp_wan_detach(struct ppp_link *link);
32 int l2tp_wan_input(struct ppp_link *link, mbuf_t m);
33 void l2tp_wan_xmit_full(struct ppp_link *link);
34 void l2tp_wan_xmit_ok(struct ppp_link *link);
H A Dl2tp_wan.c80 struct ppp_link link; /* ppp link structure */ member in struct:l2tp_wan
99 static int l2tp_wan_output(struct ppp_link *link, mbuf_t m);
100 static int l2tp_wan_ioctl(struct ppp_link *link, u_long cmd, void *data);
134 int l2tp_wan_attach(void *rfc, struct ppp_link **link) argument
156 if (wan1->link.lk_unit > unit)
159 unit = wan1->link.lk_unit + 1;
170 // it's time now to register our brand new link
191 //IOLog("L2TP_wan_attach, link index = %d, (ld = %p)\n", lk->lk_index, lk);
193 *link
201 l2tp_wan_detach(struct ppp_link *link) argument
215 l2tp_wan_input(struct ppp_link *link, mbuf_t m) argument
232 l2tp_wan_xmit_full(struct ppp_link *link) argument
243 l2tp_wan_input_error(struct ppp_link *link) argument
253 l2tp_wan_xmit_ok(struct ppp_link *link) argument
263 l2tp_wan_ioctl(struct ppp_link *link, u_long cmd, void *data) argument
283 l2tp_wan_output(struct ppp_link *link, mbuf_t m) argument
[all...]
/macosx-10.9.5/ppp-727.90.1/Drivers/PPTP/PPTP-extension/
H A Dpptp_wan.h30 int pptp_wan_attach(void *rfc, struct ppp_link **link);
31 void pptp_wan_detach(struct ppp_link *link);
32 int pptp_wan_input(struct ppp_link *link, mbuf_t m);
33 void pptp_wan_xmit_full(struct ppp_link *link);
34 void pptp_wan_xmit_ok(struct ppp_link *link);
H A Dpptp_wan.c81 struct ppp_link link; /* ppp link structure */ member in struct:pptp_wan
100 static int pptp_wan_output(struct ppp_link *link, mbuf_t m);
101 static int pptp_wan_ioctl(struct ppp_link *link, u_long cmd, void *data);
136 int pptp_wan_attach(void *rfc, struct ppp_link **link) argument
162 // it's time now to register our brand new link
183 //IOLog("pptp_wan_attach, link index = %d, (ld = %p)\n", lk->lk_index, lk);
185 *link = lk;
193 void pptp_wan_detach(struct ppp_link *link) argument
195 struct pptp_wan *wan = (struct pptp_wan *)link;
229 pptp_wan_input(struct ppp_link *link, mbuf_t m) argument
246 pptp_wan_xmit_full(struct ppp_link *link) argument
256 pptp_wan_input_error(struct ppp_link *link) argument
267 pptp_wan_xmit_ok(struct ppp_link *link) argument
277 pptp_wan_ioctl(struct ppp_link *link, u_long cmd, void *data) argument
297 pptp_wan_output(struct ppp_link *link, mbuf_t m) argument
[all...]
/macosx-10.9.5/ruby-104/ruby/
H A Deval_jump.c62 struct end_proc_data *link = ALLOC(struct end_proc_data); local
72 link->next = *list;
73 link->func = func;
74 link->data = data;
75 link->safe = rb_safe_level();
76 *list = link;
82 struct end_proc_data *link; local
84 link = end_procs;
85 while (link) {
86 rb_gc_mark(link
100 struct end_proc_data volatile *link; local
[all...]
/macosx-10.9.5/ppp-727.90.1/Drivers/PPPoE/PPPoE-extension/
H A Dpppoe_wan.h30 int pppoe_wan_attach(void *rfc, struct ppp_link **link);
31 void pppoe_wan_detach(struct ppp_link *link);
32 int pppoe_wan_input(struct ppp_link *link, mbuf_t m);
/macosx-10.9.5/ppp-727.90.1/Family/
H A Dppp_link.c32 * this file implements the link operations for ppp
56 #include "if_ppplink.h" // public link API
130 struct ppp_link *link = TAILQ_FIRST(&ppp_link_head); local
135 while (link) {
136 if (link->lk_index == index) {
138 link = TAILQ_FIRST(&ppp_link_head); // restart
141 link = TAILQ_NEXT(link, lk_next); // continue
147 Attach a link
149 int ppp_link_attach(struct ppp_link *link) argument
181 ppp_link_detach(struct ppp_link *link) argument
204 ppp_link_event(struct ppp_link *link, u_int32_t event, void *data) argument
224 ppp_link_input(struct ppp_link *link, mbuf_t m) argument
274 ppp_link_control(struct ppp_link *link, u_long cmd, void *data) argument
353 struct ppp_link *link; local
381 ppp_link_detachclient(struct ppp_link *link, void *host) argument
401 ppp_link_send(struct ppp_link *link, mbuf_t m) argument
440 ppp_link_logmbuf(struct ppp_link *link, char *msg, mbuf_t m) argument
[all...]
H A Dppp_link.h31 int ppp_link_control(struct ppp_link *link, u_long cmd, void *data);
32 int ppp_link_attachclient(u_short index, void *host, struct ppp_link **link);
33 int ppp_link_detachclient(struct ppp_link *link, void *host);
34 int ppp_link_send(struct ppp_link *link, mbuf_t m);
/macosx-10.9.5/network_cmds-433/alias/
H A Dalias_db.c56 Data storage is based on the notion of a "link", which is
58 TCP stream connections. A link stores the original source
67 there is an incomplete connection, in which case the link
85 table entries after a link was deleted.
157 link but not actually add one.
196 /* Sizes of input and output link tables */
204 /* Timeouts (in seconds) for different link types */
211 /* TCP link expire time for different cases */
212 /* When the link has been used and closed - minimal grace time to
218 /* When the link ha
615 GetEphemeralPort(struct alias_link *link) argument
654 GetNewPort(struct alias_link *link, int alias_port_param) argument
916 struct alias_link *link; local
941 struct alias_link *link; local
984 DeleteLink(struct alias_link *link) argument
1099 struct alias_link *link; local
1302 struct alias_link *link; local
1356 struct alias_link *link; local
1389 struct alias_link *link; local
1512 struct alias_link *link; local
1560 struct alias_link *link; local
1585 struct alias_link * link; local
1609 struct alias_link *link; local
1662 struct alias_link *link; local
1687 struct alias_link *link; local
1716 struct alias_link *link; local
1758 struct alias_link *link; local
1809 struct alias_link *link; local
1825 struct alias_link *link; local
1845 struct alias_link *link; local
1865 struct alias_link *link; local
1884 struct alias_link *link; local
1903 struct alias_link *link; local
1937 struct alias_link *link; local
1970 struct alias_link *link; local
1996 struct alias_link *link; local
2113 SetFragmentAddr(struct alias_link *link, struct in_addr src_addr) argument
2120 GetFragmentAddr(struct alias_link *link, struct in_addr *src_addr) argument
2127 SetFragmentPtr(struct alias_link *link, char *fptr) argument
2134 GetFragmentPtr(struct alias_link *link, char **fptr) argument
2141 SetStateIn(struct alias_link *link, int state) argument
2163 SetStateOut(struct alias_link *link, int state) argument
2185 GetStateIn(struct alias_link *link) argument
2193 GetStateOut(struct alias_link *link) argument
2201 GetOriginalAddress(struct alias_link *link) argument
2211 GetDestAddress(struct alias_link *link) argument
2218 GetAliasAddress(struct alias_link *link) argument
2242 GetOriginalPort(struct alias_link *link) argument
2249 GetAliasPort(struct alias_link *link) argument
2256 GetDestPort(struct alias_link *link) argument
2263 SetAckModified(struct alias_link *link) argument
2271 GetProxyAddress(struct alias_link *link) argument
2278 SetProxyAddress(struct alias_link *link, struct in_addr addr) argument
2285 GetProxyPort(struct alias_link *link) argument
2292 SetProxyPort(struct alias_link *link, u_short port) argument
2299 GetAckModified(struct alias_link *link) argument
2307 GetDeltaAckIn(struct ip *pip, struct alias_link *link) argument
2358 GetDeltaSeqOut(struct ip *pip, struct alias_link *link) argument
2409 AddSeq(struct ip *pip, struct alias_link *link, int delta) argument
2444 SetExpire(struct alias_link *link, int expire) argument
2475 SetLastLineCrlfTermed(struct alias_link *link, int yes) argument
2485 GetLastLineCrlfTermed(struct alias_link *link) argument
2492 SetDestCallId(struct alias_link *link, u_int16_t cid) argument
2626 struct alias_link *link; local
2665 PacketAliasAddServer(struct alias_link *link, struct in_addr addr, u_short port) argument
2701 struct alias_link *link; local
2727 struct alias_link *link; local
2750 PacketAliasRedirectDelete(struct alias_link *link) argument
2939 PunchFWHole(struct alias_link *link) argument
3021 ClearFWHole(struct alias_link *link) argument
3069 struct alias_link *link; local
[all...]
/macosx-10.9.5/vim-53/src/
H A Dlink.sh3 # link.sh -- try linking Vim with different sets of libraries, finding the
13 # Otherwise this script is fail-safe, falling back to the original full link
16 echo "$LINK " >link.cmd
20 # If auto/link.sed already exists, use it. We assume a previous run of
21 # link.sh has found the correct set of libraries.
23 if test -f auto/link.sed; then
24 echo "link.sh: The file 'auto/link.sed' exists, which is going to be used now."
25 echo "link.sh: If linking fails, try deleting the auto/link
[all...]
/macosx-10.9.5/libresolv-54/
H A Dres_update.h36 #define PREV(elt, link) ((elt)->link.prev)
37 #define NEXT(elt, link) ((elt)->link.next)
38 #define INIT_LINK_TYPE(elt, link, type) \
40 (elt)->link.prev = (type *)(-1); \
41 (elt)->link.next = (type *)(-1); \
43 #define INIT_LINK(elt, link) INIT_LINK_TYPE(elt, link, void)
44 #define APPEND(list, elt, link) \
[all...]
/macosx-10.9.5/dtrace-118.1/libelf/
H A Dlintsup.c33 #include <link.h>
/macosx-10.9.5/uucp-11/uucp/unix/
H A Drename.c18 if (link (zfrom, zto) < 0)
23 || link (zfrom, zto) < 0)
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/comp/
H A Dlink.c28 NoN(link)
39 link(const char* from, const char* to)
/macosx-10.9.5/vim-53/runtime/colors/
H A Delflord.vim28 " Common groups that link to default highlighting.
30 hi link String Constant
31 hi link Character Constant
32 hi link Number Constant
33 hi link Boolean Constant
34 hi link Float Number
35 hi link Conditional Repeat
36 hi link Label Statement
37 hi link Keyword Statement
38 hi link Exceptio
[all...]
H A Dzellner.vim28 hi! link MoreMsg Comment
29 hi! link ErrorMsg Visual
30 hi! link WarningMsg ErrorMsg
31 hi! link Question Comment
32 hi link String Constant
33 hi link Character Constant
34 hi link Number Constant
35 hi link Boolean Constant
36 hi link Float Number
37 hi link Functio
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dcdrtoc.vim49 execute 'hi def link' a:name 'cdrtocComment'
426 hi def link cdrtocKeyword Keyword
427 hi def link cdrtocHeaderKeyword cdrtocKeyword
428 hi def link cdrtocHeaderCDText cdrtocHeaderKeyword
429 hi def link cdrtocDelimiter Delimiter
430 hi def link cdrtocCDTextDataBinaryEnd cdrtocDelimiter
431 hi def link cdrtocHeaderCDTextDataBinaryEnd cdrtocHeaderCDTextDataBinaryEnd
432 hi def link cdrtocNumber Number
433 hi def link cdrtocCDTextDataBinaryInteger cdrtocNumber
434 hi def link cdrtocHeaderCDTextDataBinaryIntege
[all...]
H A Dvalgrind.vim70 hi def link valgrindSpecLine Type
71 "hi def link valgrindRegion Special
73 hi def link valgrindPid0 Special
74 hi def link valgrindPid1 Comment
75 hi def link valgrindPid2 Type
76 hi def link valgrindPid3 Constant
77 hi def link valgrindPid4 Number
78 hi def link valgrindPid5 Identifier
79 hi def link valgrindPid6 Statement
80 hi def link valgrindPid
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/
H A DMakefile.iwidgets18 GnuAfterInstall = fix-link fix-perms -f Makefile.$(Project)
25 fix-link:
28 .PHONY: fix-link

Completed in 327 milliseconds

1234567891011>>