Searched refs:skip (Results 101 - 125 of 377) sorted by relevance

1234567891011>>

/freebsd-10-stable/crypto/openssl/crypto/
H A Dex_data.c431 goto skip;
435 skip:
474 goto skip;
478 skip:
512 goto skip;
516 skip:
/freebsd-10-stable/contrib/unbound/validator/
H A Dval_utils.c60 struct query_info* qinf, struct reply_info* rep, size_t skip)
99 /* next check if the skip into the answer section shows no answer */
100 if(skip>0 && rep->an_numrrsets <= skip)
117 for(i=skip; i<rep->an_numrrsets; i++) {
139 * and a skip of 18 bytes to the name.
145 data += 20; /* skip the fixed size bits */
215 struct reply_info* rep, size_t skip, uint8_t** signer_name,
222 for(i=skip; i<rep->an_numrrsets; i++) {
234 for(i=skip;
59 val_classify_response(uint16_t query_flags, struct query_info* origqinf, struct query_info* qinf, struct reply_info* rep, size_t skip) argument
214 val_find_signer(enum val_classification subtype, struct query_info* qinf, struct reply_info* rep, size_t skip, uint8_t** signer_name, size_t* signer_len) argument
788 val_fill_reply(struct reply_info* chase, struct reply_info* orig, size_t skip, uint8_t* name, size_t len, uint8_t* signer) argument
976 val_next_unchecked(struct reply_info* rep, size_t skip) argument
[all...]
H A Dval_utils.h87 * @param skip: offset into the original response answer section.
89 * Once CNAME type is returned you can increase skip.
94 struct reply_info* rep, size_t skip);
273 * @param cname_skip: the skip into the answer section. Updated to skip
287 * @param cname_skip: which part of the answer section to skip.
338 * Find next unchecked rrset position, return it for skip.
340 * @param skip: the skip now.
341 * @return new skip, whic
[all...]
/freebsd-10-stable/contrib/gcc/
H A Dcgraph.h140 PTR GTY ((skip)) aux;
184 PTR GTY ((skip (""))) aux;
/freebsd-10-stable/contrib/xz/src/liblzma/lz/
H A Dlz_encoder.h97 void (*skip)(lzma_mf *mf, uint32_t num); member in struct:lzma_mf_s
270 mf->skip(mf, amount);
/freebsd-10-stable/contrib/atf/atf-c++/
H A Dtests.hpp109 static void skip(const std::string&) ATF_DEFS_ATTRIBUTE_NORETURN;
/freebsd-10-stable/contrib/binutils/include/
H A Dhashtab.h135 void * GTY((skip)) alloc_arg;
/freebsd-10-stable/contrib/gcclibs/include/
H A Dhashtab.h135 void * GTY((skip)) alloc_arg;
/freebsd-10-stable/contrib/gdb/include/
H A Dsplay-tree.h112 PTR GTY((skip (""))) allocate_data;
/freebsd-10-stable/lib/libc/mips/string/
H A Dbzero.S60 beq a3, zero, 1f # skip if word aligned
/freebsd-10-stable/sys/fs/cd9660/
H A Dcd9660_rrip.h129 char skip [ISODCL ( 6, 6)]; member in struct:__anon10221
/freebsd-10-stable/sys/i386/include/
H A Din_cksum.h145 u_short in_cksum_skip(struct mbuf *m, int len, int skip);
/freebsd-10-stable/usr.sbin/inetd/
H A Dinetd.h131 char *skip(char **);
/freebsd-10-stable/sbin/growfs/tests/
H A Dlegacy_test.pl54 skip "Cannot test without UID 0", 19 if $<;
/freebsd-10-stable/sys/dev/hyperv/vmbus/
H A Dvmbus_brvar.h120 uint32_t skip);
/freebsd-10-stable/sys/netatalk/
H A Dddp_output.c93 at_cksum(struct mbuf *m, int skip) argument
101 if (skip) {
102 skip--;
/freebsd-10-stable/tools/tools/ath/athpoke/
H A Dathpoke.c194 goto skip;
200 goto skip;
212 skip:
/freebsd-10-stable/usr.sbin/ppp/
H A Darp.c231 int mib[6], skip; local
267 skip = (ifm->ifm_flags & (IFF_UP | IFF_BROADCAST | IFF_POINTOPOINT |
275 if (skip || (ifam->ifam_addrs & (RTA_NETMASK|RTA_IFA)) !=
/freebsd-10-stable/usr.bin/uniq/
H A Duniq.c72 static wchar_t *skip(wchar_t *);
115 errx(1, "illegal field skip value: %s", optarg);
120 errx(1, "illegal character skip value: %s", optarg);
249 if ((ret = wcsdup(skip(buf))) == NULL)
297 skip(wchar_t *str) function
/freebsd-10-stable/contrib/ntp/sntp/libopts/
H A Dload.c209 int skip = 2; local
213 skip = 3;
243 fname += skip;
287 * Environment value not found -- skip the home list entry
369 * because we'll have to skip over an immediately following ':' or '='
408 * THEN we skip this option.
419 * Therefore, skip if disabled.
427 * Therefore, skip if NOT disabled.
439 * Therefore, skip if NOT disabled.
447 * Therefore, skip i
[all...]
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/db/
H A Dt_db_hash_seq.c242 testdb(int skip) argument
270 if (skip == 0 || c.c_port % skip != 0)
/freebsd-10-stable/contrib/llvm/lib/Support/
H A DYAMLParser.cpp390 void skip(uint32_t Distance);
927 void Scanner::skip(uint32_t Distance) { function in class:Scanner
1010 skip(1);
1016 // This may skip more than one byte, thus Column is only incremented
1110 skip(3);
1120 skip(1);
1139 skip(1);
1152 skip(1);
1164 skip(1);
1179 skip(
1599 void Stream::skip() { function in class:Stream
2071 bool Document::skip() { function in class:Document
[all...]
/freebsd-10-stable/sys/net80211/
H A Dieee80211_regdomain.c299 int i, skip, nruns; local
334 skip = skipflags[ieee80211_chan2mode(ic->ic_bsschan)];
336 skip |= IEEE80211_CHAN_2GHZ;
338 skip |= IEEE80211_CHAN_5GHZ;
344 if (c->ic_flags & skip) /* skip band, etc. */
/freebsd-10-stable/contrib/subversion/subversion/libsvn_wc/
H A Ddiff_local.c68 svn_boolean_t skip; member in struct:node_state_t
102 but create it marked with skip+skip_children.
150 ns->skip = TRUE;
176 SVN_ERR(eb->processor->dir_opened(&ns->baton, &ns->skip,
221 if (!ns->skip)
413 SVN_ERR(ensure_state(eb, local_abspath, TRUE /* skip */, scratch_pool));
505 if (!ns->skip)
/freebsd-10-stable/contrib/ntp/lib/isc/
H A Drwlock.c538 isc_boolean_t skip = ISC_FALSE; local
553 skip = ISC_TRUE;
555 if (!skip &&
569 skip = ISC_FALSE;
577 skip = ISC_TRUE;
579 if (!skip && rwl->active == 0) {
588 skip = ISC_FALSE;

Completed in 360 milliseconds

1234567891011>>