HomeSort by: relevance | last modified time | path
    Searched defs:fragment (Results 1 - 19 of 19) sorted by relevancy

  /src/external/gpl3/binutils/dist/ld/
genscrba.sh 9 fragment() function
genscripts.sh 781 fragment() function
789 # can use the "fragment" function to append.
  /src/external/gpl3/binutils.old/dist/ld/
genscrba.sh 9 fragment() function
genscripts.sh 780 fragment() function
788 # can use the "fragment" function to append.
  /src/external/bsd/mdocml/dist/
manconf.h 41 int fragment; member in struct:manoutput
  /src/crypto/external/apache2/openssl/dist/test/
asynciotest.c 21 /* Should we fragment records or not? 0 = no, !0 = yes*/
22 static int fragment = 0; variable
142 if (fragment) {
228 * We can't fragment anything after the ServerHello (or CCS <=
234 fragment = 0;
312 fragment = 1;
  /src/crypto/external/bsd/openssl/dist/test/
asynciotest.c 21 /* Should we fragment records or not? 0 = no, !0 = yes*/
22 static int fragment = 0; variable
142 if (fragment) {
228 * We can't fragment anything after the ServerHello (or CCS <=
234 fragment = 0;
312 fragment = 1;
  /src/crypto/external/bsd/openssl.old/dist/test/
asynciotest.c 21 /* Should we fragment records or not? 0 = no, !0 = yes*/
22 static int fragment = 0; variable
142 if (fragment) {
228 * We can't fragment anything after the ServerHello (or CCS <=
234 fragment = 0;
311 fragment = 1;
  /src/sys/external/bsd/libfdt/dist/
fdt_overlay.c 17 * overlay_get_target_phandle - retrieves the target phandle of a fragment
19 * @fragment: node offset of the fragment in the overlay
22 * overlay fragment when that fragment uses a phandle (target
30 static uint32_t overlay_get_target_phandle(const void *fdto, int fragment)
35 val = fdt_getprop(fdto, fragment, "target", &len);
46 * overlay_get_target - retrieves the offset of a fragment's target
49 * @fragment: node offset of the fragment in the overla
622 int fragment; local
698 int root_sym, ov_sym, prop, path_len, fragment, target; local
    [all...]
  /src/sys/dev/pci/
if_vmxreg.h 164 uint32_t fragment:1; /* IP fragment */ member in struct:vmxnet3_rxcompdesc
if_iwnreg.h 1373 uint32_t fragment; member in struct:iwn_rx_ht_phy_stats
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
socket_wrapper.c 679 unsigned char fragment; member in struct:swrap_packet::__anon933::__anon934
841 packet->ip.hdr.fragment = htons(0x0000);
861 packet->ip.hdr.fragment = htons(0x0000);
  /src/external/bsd/libevent/dist/
http.c 4492 char *fragment; /* fragment or NULL */ member in struct:evhttp_uri
4721 * Fragment is everything up to a nul.
4778 char *path = NULL, *fragment = NULL; local
4801 URI = scheme ":" hier-part [ "?" query ] [ "#" fragment ]
4803 relative-ref = relative-part [ "?" query ] [ "#" fragment ]
4842 /* fragment */
4846 fragment = readp;
4883 if (fragment) {
4884 uri->fragment = mm_strdup(fragment)
    [all...]
  /src/external/bsd/ntp/dist/sntp/libevent/
http.c 4490 char *fragment; /* fragment or NULL */ member in struct:evhttp_uri
4719 * Fragment is everything up to a nul.
4776 char *path = NULL, *fragment = NULL; local
4799 URI = scheme ":" hier-part [ "?" query ] [ "#" fragment ]
4801 relative-ref = relative-part [ "?" query ] [ "#" fragment ]
4840 /* fragment */
4844 fragment = readp;
4881 if (fragment) {
4882 uri->fragment = mm_strdup(fragment)
    [all...]
  /src/sys/dev/pci/cxgb/
cxgb_t3_cpl.h 1230 __u8 fragment:1; member in struct:cpl_rx_pkt
1232 __u8 fragment:1; member in struct:cpl_rx_pkt
  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_local.h 543 * Maximum Fragment Length as per RFC 4366.
545 * either the Maximum Fragment Length Negotiation failed or was not
965 * Maximum amount of data to send in one fragment. actual record size can
1016 /* RFC 4366 Maximum Fragment Length Negotiation */
1609 * Maximum amount of data to send in one fragment. actual record size can
1711 * Maximum Fragment Length as per RFC 4366.
1713 * then we should include Maximum Fragment Length Negotiation
1925 unsigned char *fragment; member in struct:hm_fragment_st
  /src/crypto/external/bsd/openssl/dist/ssl/
ssl_local.h 626 * Maximum Fragment Length as per RFC 4366.
628 * either the Maximum Fragment Length Negotiation failed or was not
1013 * Maximum amount of data to send in one fragment. actual record size can
1060 /* RFC 4366 Maximum Fragment Length Negotiation */
1572 * Maximum amount of data to send in one fragment. actual record size can
1667 * Maximum Fragment Length as per RFC 4366.
1669 * then we should include Maximum Fragment Length Negotiation
1873 unsigned char *fragment; member in struct:hm_fragment_st
  /src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_local.h 575 * Maximum Fragment Length as per RFC 4366.
577 * either the Maximum Fragment Length Negotiation failed or was not
902 * Maximum amount of data to send in one fragment. actual record size can
943 /* RFC 4366 Maximum Fragment Length Negotiation */
1256 * Maximum amount of data to send in one fragment. actual record size can
1351 * Maximum Fragment Length as per RFC 4366.
1353 * then we should include Maximum Fragment Length Negotiation
1746 unsigned char *fragment; member in struct:hm_fragment_st
  /src/external/gpl3/gcc/dist/gcc/analyzer/
region-model.cc 3621 struct fragment struct in namespace:ana
3623 fragment () function in struct:ana::fragment
3628 fragment (const byte_range &bytes, const svalue *sval) function in struct:ana::fragment
3635 const fragment *f1 = (const fragment *)p1;
3636 const fragment *f2 = (const fragment *)p2;
3643 pp_string (pp, "fragment(");
3885 m_fragments.safe_push (fragment (fragment_bytes, sval));
3890 m_fragments.qsort (fragment::cmp_ptrs)
    [all...]

Completed in 60 milliseconds