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

123

/macosx-10.10/swig-12/Lib/typemaps/
H A Dvaltypes.swg18 * %value_in_typemap(asval_meth,frag,Type)
19 * %value_varin_typemap(asval_meth,frag,Type)
20 * %value_typecheck_typemap(checkcode,asval_meth,frag,Type)
21 * %value_directorout_typemap(asval_meth,frag,Type)
23 * %value_out_typemap(from_meth,frag,Type)
24 * %value_varout_typemap(from_meth,frag,Type)
25 * %value_constcode_typemap(from_meth,frag,Type)
26 * %value_directorin_typemap(from_meth,frag,Type)
27 * %value_throws_typemap(from_meth,frag,Type)
33 %define %value_in_typemap(asval_meth,frag,Typ
[all...]
H A Dptrtypes.swg21 * %ptr_in_typemap(asptr_meth,frag,Type)
22 * %ptr_varin_typemap(asptr_meth,frag,Type)
23 * %ptr_typecheck_typemap(check,asptr_meth,frag,Type)
24 * %ptr_directorout_typemap(asptr_meth,frag,Type)
31 %define %ptr_in_typemap(asptr_meth,frag,Type...)
32 %typemap(in,fragment=frag) Type {
42 %typemap(in,fragment=frag) const Type & (int res = SWIG_OLDOBJ) {
56 %define %ptr_varin_typemap(asptr_meth,frag,Type...)
57 %typemap(varin,fragment=frag) Type {
71 %define %ptr_directorout_typemap(asptr_meth,frag,Typ
[all...]
/macosx-10.10/ipsec-286.1.1/ipsec-tools/racoon/
H A Disakmp_frag.c99 vchar_t *frag; local
145 if ((frag = vmalloc(fraglen)) == NULL) {
151 set_isakmp_header1(frag, iph1, ISAKMP_NPTYPE_FRAG);
152 hdr = (struct isakmp *)frag->v;
173 if ((vbuf = vmalloc(frag->l + extralen)) == NULL) {
176 vfree(frag);
180 memcpy(vbuf->v + extralen, frag->v, frag->l);
181 vfree(frag);
182 frag
223 struct isakmp_frag *frag; local
436 vchar_t *frag; local
[all...]
H A Dnattraversal.h59 #define PH1_NON_ESP_EXTRA_LEN(iph1, sendbuf) ((iph1->frag && sendbuf->l > ISAKMP_FRAG_MAXLEN) ? 0: (NON_ESP_MARKER_USE(iph1) ? NON_ESP_MARKER_LEN : 0))
60 #define PH2_NON_ESP_EXTRA_LEN(iph2, sendbuf) ((iph2->ph1->frag && sendbuf->l > ISAKMP_FRAG_MAXLEN) ? 0: (NON_ESP_MARKER_USE(iph2->ph1) ? NON_ESP_MARKER_LEN : 0))
98 u_int16_t frag; member in struct:ph2natt
H A Dhandler.h103 int frag; /* IKE phase 1 fragmentation */ member in struct:phase1handle
H A Disakmp_agg.c495 iph1->frag = 1;
1012 iph1->frag = 1;
1255 if (iph1->frag) {
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dpf_norm.c308 struct pf_fragment *frag; local
312 while ((frag = TAILQ_LAST(&pf_fragqueue, pf_fragqueue)) != NULL) {
313 VERIFY(BUFFER_FRAGMENTS(frag));
314 if (frag->fr_timeout > expire)
317 switch (frag->fr_af) {
320 ntohs(frag->fr_id),
321 (uint64_t)VM_KERNEL_ADDRPERM(frag)));
325 ntohl(frag->fr_id6),
326 (uint64_t)VM_KERNEL_ADDRPERM(frag)));
332 pf_free_fragment(frag);
368 struct pf_fragment *frag; local
396 pf_free_fragment(struct pf_fragment *frag) argument
452 struct pf_fragment *frag; local
490 pf_remove_fragment(struct pf_fragment *frag) argument
505 pf_reassemble(struct mbuf **m0, struct pf_fragment **frag, struct pf_frent *frent, int mff) argument
702 pf_fragcache(struct mbuf **m0, struct ip *h, struct pf_fragment **frag, int mff, int drop, int *nomem) argument
1005 pf_reassemble6(struct mbuf **m0, struct pf_fragment **frag, struct pf_frent *frent, int mff) argument
1209 pf_frag6cache(struct mbuf **m0, struct ip6_hdr *h, struct ip6_frag *fh, struct pf_fragment **frag, int hlen, int mff, int drop, int *nomem) argument
1539 struct pf_fragment *frag = NULL; local
1815 struct ip6_frag frag; local
[all...]
/macosx-10.10/OpenSSL098-52/src/ssl/
H A Dd1_both.c175 hm_fragment *frag = NULL; local
179 frag = (hm_fragment *)OPENSSL_malloc(sizeof(hm_fragment));
180 if ( frag == NULL)
188 OPENSSL_free(frag);
193 /* zero length fragment gets zero frag->fragment */
194 frag->fragment = buf;
203 OPENSSL_free(frag);
209 frag->reassembly = bitmask;
211 return frag;
215 dtls1_hm_fragment_free(hm_fragment *frag) argument
538 hm_fragment *frag; local
588 hm_fragment *frag = NULL; local
701 hm_fragment *frag = NULL; local
1144 hm_fragment *frag; local
1168 hm_fragment *frag; local
1235 hm_fragment *frag ; local
[all...]
H A Dd1_lib.c151 hm_fragment *frag = NULL; local
178 frag = (hm_fragment *)item->data;
179 OPENSSL_free(frag->fragment);
180 OPENSSL_free(frag);
186 frag = (hm_fragment *)item->data;
187 OPENSSL_free(frag->fragment);
188 OPENSSL_free(frag);
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dcrestst.h46 UBool testTag(const char* frag, UBool in_Root, UBool in_te, UBool in_te_IN);
H A Dcreststn.h83 static UBool testTag(const char* frag, UBool in_Root, UBool in_te, UBool in_te_IN);
H A Dcrestst.c236 UBool testTag(const char* frag, argument
320 frag,
359 strcat(tag,frag);
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Drestest.h46 UBool testTag(const char* frag, UBool in_Root, UBool in_te, UBool in_te_IN);
H A Drestsnew.h49 UBool testTag(const char* frag, UBool in_Root, UBool in_te, UBool in_te_IN);
H A Drestsnew.cpp618 NewResourceBundleTest::testTag(const char* frag, argument
700 uprv_strcat(tag, frag);
727 uprv_strcat(tag, frag);
800 uprv_strcat(tag, frag);
891 uprv_strcat(tag, frag);
H A Drestest.cpp300 ResourceBundleTest::testTag(const char* frag, argument
382 uprv_strcat(tag, frag);
411 uprv_strcat(tag, frag);
/macosx-10.10/tcpdump-61/tcpdump/
H A Dprint-sctp.c312 const struct sctpSelectiveFrag *frag; local
325 for (frag = ( (const struct sctpSelectiveFrag *)
328 (const void *)frag < nextChunk && fragNo < EXTRACT_16BITS(&sack->numberOfdesc);
329 frag++, fragNo++)
332 EXTRACT_32BITS(&sack->highestConseqTSN) + EXTRACT_16BITS(&frag->fragmentStart),
333 EXTRACT_32BITS(&sack->highestConseqTSN) + EXTRACT_16BITS(&frag->fragmentEnd));
337 for (dupTSN = (const u_char *)frag, tsnNo=0;
/macosx-10.10/ruby-106/ruby/lib/rake/ext/
H A Dstring.rb133 spec.scan(/%\{[^}]*\}-?\d*[sdpfnxX%]|%-?\d+d|%.|[^%]+/) do |frag|
134 case frag
159 fail ArgumentError, "Unknown pathmap specifier #{frag} in '#{spec}'"
161 result << frag
/macosx-10.10/BerkeleyDB-21/db/env/
H A Denv_alloc.c203 ALLOC_ELEMENT *elp, *frag, *elp_tmp; local
312 frag = (ALLOC_ELEMENT *)((u_int8_t *)elp + total_len);
313 frag->len = elp->len - total_len;
314 frag->ulen = 0;
320 &head->addrq, elp, frag, addrq, __alloc_element);
322 /* Insert the frag into the correct size queue. */
323 __env_size_insert(head, frag);
/macosx-10.10/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/DBI/Search/
H A DBasic.pm154 my $frag = join " AND ", @{ $self->_qual };
156 $frag .= " ORDER BY $order";
158 return $frag;
/macosx-10.10/apache-793/httpd/modules/metadata/
H A Dmod_mime_magic.c619 magic_rsl *frag; /* list-traversal pointer */ local
628 for (frag = req_dat->head, cur_frag = 0;
629 frag->next;
630 frag = frag->next, cur_frag++) {
637 frag->str[cur_pos];
642 result[res_pos++] = frag->str[cur_pos];
677 magic_rsl *frag; /* list-traversal pointer */ local
693 for (frag = req_dat->head, cur_frag = 0;
694 frag
[all...]
/macosx-10.10/emacs-93/emacs/src/
H A Dgmalloc.c174 } frag; member in union:__anon8737::__anon8738::__anon8739
789 if (--_heapinfo[block].busy.info.frag.nfree != 0)
790 _heapinfo[block].busy.info.frag.first = (unsigned long int)
834 _heapinfo[block].busy.info.frag.nfree = i - 1;
835 _heapinfo[block].busy.info.frag.first = i - 1;
1213 (_heapinfo[block].busy.info.frag.first << type));
1215 if (_heapinfo[block].busy.info.frag.nfree == (BLOCKSIZE >> type) - 1)
1240 else if (_heapinfo[block].busy.info.frag.nfree != 0)
1251 ++_heapinfo[block].busy.info.frag.nfree;
1259 _heapinfo[block].busy.info.frag
[all...]
/macosx-10.10/files-662.1.1/private/etc/
H A Dprotocols54 ipv6-frag 44 IPV6-FRAG # fragment header for ipv6
/macosx-10.10/ncurses-44/ncurses/
H A Dconfig.status532 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
534 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
536 if test ! -s $tmp/subs.frag; then
544 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
753 rm -f conftest.frag
754 cat >> conftest.frag <<CEOF
794 cat >> conftest.frag <<CEOF
834 cat >> conftest.frag <<CEOF
874 cat >> conftest.frag <<CEOF
885 /@DEFS@/r conftest.frag
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/libiberty/
H A Dconfigure3593 frag=
3596 frag=mh-aix ;;
3597 *-*-cxux7*) frag=mh-cxux7 ;;
3598 *-*-freebsd2.1.*) frag=mh-fbsd21 ;;
3599 *-*-freebsd2.2.[012]) frag=mh-fbsd21 ;;
3600 i370-*-opened*) frag=mh-openedition ;;
3601 i[34567]86-*-windows*) frag=mh-windows ;;
3604 if [ -n "${frag}" ]; then
3605 frags=${libiberty_topdir}/libiberty/config/$frag
3618 frag
[all...]

Completed in 332 milliseconds

123