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

  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_stream_map.c 74 static unsigned long hash_stream(const QUIC_STREAM *s) function
95 qsm->map = lh_QUIC_STREAM_new(hash_stream, cmp_stream);
  /src/external/gpl3/binutils/dist/ld/
pdb.c 487 struct bfd *hash_stream = NULL; local
511 hash_stream = add_stream (pdb, "", &hash_stream_index);
513 if (!hash_stream)
557 if (bfd_write (buf, sizeof (uint32_t), hash_stream)
583 if (bfd_write (buf, sizeof (uint32_t), hash_stream)
589 if (bfd_write (buf, sizeof (uint32_t), hash_stream)
  /src/external/gpl3/binutils.old/dist/ld/
pdb.c 487 struct bfd *hash_stream = NULL; local
511 hash_stream = add_stream (pdb, "", &hash_stream_index);
513 if (!hash_stream)
557 if (bfd_write (buf, sizeof (uint32_t), hash_stream)
583 if (bfd_write (buf, sizeof (uint32_t), hash_stream)
589 if (bfd_write (buf, sizeof (uint32_t), hash_stream)

Completed in 17 milliseconds