Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Android/bionic/bionic/libc/dns/include/   (Android Betriebssystem Version 17©)  Datei vom 26.5.2026 mit Größe 768 B image not shown  

Quelle  resolv_static.h

  Sprache: C
 

#pragma once

#include <netdb.h>
#include <sys/cdefs.h>

/* this structure contains all the variables that were declared
 * 'static' in the original NetBSD resolver code.
 *
 * this caused vast amounts of crashes and memory corruptions
 * when the resolver was being used by multiple threads.
 *
 * (note: the OpenBSD/FreeBSD resolver has similar 'issues')
 */


#define MAXALIASES 35
#define MAXADDRS 35

__BEGIN_DECLS

struct res_static {
  char* h_addr_ptrs[MAXADDRS + 1];
  char* host_aliases[MAXALIASES];
  char hostbuf[8 * 1024];
  u_int32_t host_addr[16 / sizeof(u_int32_t)]; /* IPv4 or IPv6 */
  FILE* hostf;
  int stayopen;
  const char* servent_ptr;
  struct servent servent;
  struct hostent host;
};

struct res_static* __res_get_static(void);

__END_DECLS

Messung V0.5 in Prozent
C=92 H=92 G=91

¤ Dauer der Verarbeitung: 0.9 Sekunden  (vorverarbeitet am  2026-06-28) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.