mirror of
https://github.com/Theodor-Springmann-Stiftung/lenz-web.git
synced 2026-03-21 22:05:30 +00:00
Restart Init
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
// Code generated by cmd/cgo; DO NOT EDIT.
|
||||
|
||||
//line /usr/lib/go/src/net/cgo_unix_cgo_res.go:1:1
|
||||
// Copyright 2022 The Go Authors. All rights reserved.
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// res_search, for cgo systems where that is thread-safe.
|
||||
|
||||
//go:build cgo && !netgo && (linux || openbsd)
|
||||
|
||||
package net
|
||||
|
||||
/*
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <netinet/in.h>
|
||||
#include <netdb.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
#include <arpa/nameser.h>
|
||||
#include <resolv.h>
|
||||
|
||||
#cgo !android,!openbsd LDFLAGS: -lresolv
|
||||
*/
|
||||
import _ "unsafe"
|
||||
|
||||
type _C_struct___res_state = struct{}
|
||||
|
||||
func _C_res_ninit(state *_C_struct___res_state) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func _C_res_nclose(state *_C_struct___res_state) {
|
||||
return
|
||||
}
|
||||
|
||||
func _C_res_nsearch(state *_C_struct___res_state, dname *_C_char, class, typ int, ans *_C_uchar, anslen int) int {
|
||||
x := ( /*line :36:7*/_Cfunc_res_search /*line :36:18*/)(dname, /*line :36:27*/_Ctype_int /*line :36:32*/(class), /*line :36:41*/_Ctype_int /*line :36:46*/(typ), ans, /*line :36:58*/_Ctype_int /*line :36:63*/(anslen))
|
||||
return int(x)
|
||||
}
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
v1 291607961a9328c5cb589c36953eb3667f5e308086a5c6f2a85ab36584b5ee91 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 0 1771415369511258198
|
||||
@@ -0,0 +1 @@
|
||||
v1 294939fdbbca3785022adeaa5eb1657afa307ab254db9c961aaac4d1fe6c4122 d05f9e1d1554aaba5703138ce722de9ba9acd11c2ea25dea2b1592d45d0a2693 12340 1771415367664099732
|
||||
@@ -0,0 +1 @@
|
||||
v1 294abe906da7c17070e0fc3fb0f0485f464b31b8fb1b91f7920a0e5504d706f5 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 0 1771415367693253349
|
||||
@@ -0,0 +1 @@
|
||||
v1 29636c7d625078f17daf94bc698d089d964ddf803eacf2e0294ceeafea969235 317534f8ea017922fa3dbda21dc4192b09ab8c5a48ad5631999702f18f5ceb54 37 1771415367646233162
|
||||
@@ -0,0 +1 @@
|
||||
v1 296f56603d31810e6ef54cb4796c4e2d8f6a5f497a47d844e4d6d6dc6438a44d e711a46d14903ae6cb7c7613127f2b806ecb81ac467848c47c6ed1951d84b217 453 1771416840851507652
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
v1 29aa8841946bdd17d97803164db0c6c3d42e03a1c48f8006f36e2d1f91e31dc3 66b5dccd91e96d9cf6429e38f83db23da8bb21933b425bd987c93f638d189d4d 14 1771415367648564846
|
||||
@@ -0,0 +1,3 @@
|
||||
./errors.go
|
||||
./join.go
|
||||
./wrap.go
|
||||
Reference in New Issue
Block a user