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

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Drpc_creds.h64 BOOL reuse; member in struct:user_creds
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DDatabaseEntry.java52 reuse the byte array in the DatabaseEntry, if the data returned fits in
55 reuse the byte array (the default behavior), the length of the underlying
58 call should be used. If an entry is configured to not reuse the byte array,
522 Return true if the whether the entry is configured to reuse the buffer.
527 True if the whether the entry is configured to reuse the buffer.
535 Configures the entry to try to reuse the buffer before allocating a new
538 @param reuse
539 whether to reuse the buffer
541 public void setReuseBuffer(boolean reuse) { argument
543 throw new IllegalArgumentException("Can only set the reuse fla
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dunix_io.c514 struct unix_cache *cache, *reuse[READ_DIRECT_SIZE]; local
539 if ((cache = find_cached_block(data, block, &reuse[0]))) {
554 if (find_cached_block(data, block+i, &reuse[i]))
565 cache = reuse[j];
579 struct unix_cache *cache, *reuse; local
612 cache = find_cached_block(data, block, &reuse);
614 cache = reuse;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/bgpd/
H A Dbgp_damp.c47 /* Calculate reuse list index by penalty value. */
64 /* Add BGP dampening information to reuse list. */
79 /* Delete BGP dampening information from reuse list. */
109 /* Handler of reuse timer event. Each route in the current reuse-list
135 /* 2. set offset = modulo reuse-list-size ( offset + 1 ), thereby
153 /* if (figure-of-merit < reuse). */
238 /* Remove the route from a reuse list if it is on one. */
382 bgp_damp_parameter_set (int hlife, int reuse, int sup, int maxsup)
390 damp->reuse_limit = reuse;
380 bgp_damp_parameter_set(int hlife, int reuse, int sup, int maxsup) argument
441 bgp_damp_enable(struct bgp *bgp, afi_t afi, safi_t safi, int half, int reuse, int suppress, int max) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb.c740 __db_refresh(dbp, txn, flags, deferred_closep, reuse)
744 int *deferred_closep, reuse;
883 if (!reuse && LOGGING_ON(dbp->env) && dbp->log_filename != NULL) {
952 if (!reuse &&
967 if (reuse &&
1009 if (!reuse && dbp->locker != NULL) {
1045 if (reuse) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Djava_typemaps.i41 int reuse;
79 if (offset == 0 && (!ldbt->reuse ||
166 ldbt->reuse = !F_ISSET(dbt, DB_DBT_MALLOC);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dapi-ip6-flowlabels.tex74 Flow labels have finite lifetime and source is not allowed to reuse
264 request flow label manager to allocate new flow label, to reuse
310 \item \verb|share| defines who is allowed to reuse the same flow label.
317 #define IPV6_FL_S_ANY 255 /* Anyone may reuse it */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dinet_connection_sock.c43 int reuse = sk->sk_reuse; local
51 if (!reuse || !sk2->sk_reuse ||
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drecd021.tcl103 set special "reuse"
204 reuse {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ssl/
H A Dssltest.c209 fprintf(stderr," -reuse - use session-id reuse\n");
365 int number=1,reuse=0; local
428 else if (strcmp(*argv,"-reuse") == 0)
429 reuse=1;
555 if (!ssl2 && !ssl3 && !tls1 && number > 1 && !reuse && !force)
559 "or add one of -ssl2, -ssl3, -tls1, -reuse\n"
756 if (!reuse) SSL_set_session(c_ssl,NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/test/
H A Dssltest.c209 fprintf(stderr," -reuse - use session-id reuse\n");
365 int number=1,reuse=0; local
428 else if (strcmp(*argv,"-reuse") == 0)
429 reuse=1;
555 if (!ssl2 && !ssl3 && !tls1 && number > 1 && !reuse && !force)
559 "or add one of -ssl2, -ssl3, -tls1, -reuse\n"
756 if (!reuse) SSL_set_session(c_ssl,NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssltest.c239 fprintf(stderr," -reuse - use session-id reuse\n");
409 int number=1,reuse=0; local
477 else if (strcmp(*argv,"-reuse") == 0)
478 reuse=1;
632 if (!ssl2 && !ssl3 && !tls1 && number > 1 && !reuse && !force)
636 "or add one of -ssl2, -ssl3, -tls1, -reuse\n"
860 if (!reuse) SSL_set_session(c_ssl,NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dssltest.c239 fprintf(stderr," -reuse - use session-id reuse\n");
409 int number=1,reuse=0; local
477 else if (strcmp(*argv,"-reuse") == 0)
478 reuse=1;
632 if (!ssl2 && !ssl3 && !tls1 && number > 1 && !reuse && !force)
636 "or add one of -ssl2, -ssl3, -tls1, -reuse\n"
860 if (!reuse) SSL_set_session(c_ssl,NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dwavefront.h288 u8 reuse:1; member in struct:wf_patch
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/mp/
H A Dmp_fget.c431 * Mark it with BH_FREED so we don't reuse the
466 * in the chain to see whether we can reuse an obsolete
473 reuse: if ((makecopy || frozen_bhp != NULL) && (oldest_bhp =
494 goto reuse;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Durl.c2936 "Connection #%ld hasn't finished name resolve, can't reuse\n",
2945 infof(data, "Connection #%ld isn't open enough, can't reuse\n",
2980 can reuse one that was bound.
3016 "can't reuse\n",
3023 "can't reuse\n",
4561 if(conn->bits.reuse) {
4679 conn->bits.reuse = TRUE; /* yes, we're re-using here */
4725 bool reuse; local
5014 reuse = FALSE;
5016 reuse
[all...]
H A Durldata.h403 bool reuse; /* if set, this is a re-used connection */ member in struct:ConnectBits
H A Dconnect.c601 if(!conn->bits.reuse) {
H A Dtransfer.c2084 conn->bits.reuse &&
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dmemory.c1635 int reuse = 0, ret = VM_FAULT_MINOR; local
1648 reuse = can_share_swap_page(old_page);
1687 reuse = 1;
1690 if (reuse) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/dnsmasq-2.15/contrib/dnslist/
H A Ddnslist.pl524 of promoting the sharing and reuse of software generally.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A DHTMLparser.c5884 * @reuse: keep the context for reuse
5892 int options, int reuse)
5911 if (!reuse) {
5891 htmlDoRead(htmlParserCtxtPtr ctxt, const char *URL, const char *encoding, int options, int reuse) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A DHTMLparser.c5884 * @reuse: keep the context for reuse
5892 int options, int reuse)
5911 if (!reuse) {
5891 htmlDoRead(htmlParserCtxtPtr ctxt, const char *URL, const char *encoding, int options, int reuse) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A DHTMLparser.c5984 * @reuse: keep the context for reuse
5992 int options, int reuse)
6015 if (!reuse) {
5991 htmlDoRead(htmlParserCtxtPtr ctxt, const char *URL, const char *encoding, int options, int reuse) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sctp/
H A Dsocket.c4994 int reuse = sk->sk_reuse; local
5017 if (reuse && sk2->sk_reuse &&

Completed in 352 milliseconds

12