http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/bd3fb337/proton-c/bindings/go/pkg/linux_amd64/qpid.apache.org/proton/go/event.a ---------------------------------------------------------------------- diff --git a/proton-c/bindings/go/pkg/linux_amd64/qpid.apache.org/proton/go/event.a b/proton-c/bindings/go/pkg/linux_amd64/qpid.apache.org/proton/go/event.a deleted file mode 100644 index 9871ec9..0000000 --- a/proton-c/bindings/go/pkg/linux_amd64/qpid.apache.org/proton/go/event.a +++ /dev/null @@ -1,3318 +0,0 @@ -!<arch> -__.PKGDEF 0 0 0 644 33134 ` -go object linux amd64 go1.4.2 X:precisestack - -$$ -package event - import net "net" - import sync "sync" - import runtime "runtime" - import time "time" - import io "io" - import cgo "runtime/cgo" - import amqp "qpid.apache.org/proton/go/amqp" - import os "os" - import syscall "syscall" - import fmt "fmt" - import internal "qpid.apache.org/proton/go/internal" - import reflect "reflect" - import path "path" - import unsafe "unsafe" - type @""._Ctype_struct_pn_event_t struct {} - type @"".EventType int - func (@"".e·2 @"".EventType) String () (? string) - type @""._Ctype_struct_pn_connection_t struct {} - type @"sync".Mutex struct { @"sync".state int32; @"sync".sema uint32 } - func (@"sync".m·1 *@"sync".Mutex) Lock () - func (@"sync".m·1 *@"sync".Mutex) Unlock () - type @"qpid.apache.org/proton/go/internal".FirstError struct { @"qpid.apache.org/proton/go/internal".err error; @"qpid.apache.org/proton/go/internal".lock @"sync".Mutex } - func (@"qpid.apache.org/proton/go/internal".e·2 *@"qpid.apache.org/proton/go/internal".FirstError) Get () (? error) - func (@"qpid.apache.org/proton/go/internal".e·2 *@"qpid.apache.org/proton/go/internal".FirstError) Set (@"qpid.apache.org/proton/go/internal".err·3 error) (? error) - type @"net".Addr interface { Network() (? string); String() (? string) } - type @"time".zone struct { @"time".name string; @"time".offset int; @"time".isDST bool } - type @"time".zoneTrans struct { @"time".when int64; @"time".index uint8; @"time".isstd bool; @"time".isutc bool } - type @"time".Location struct { @"time".name string; @"time".zone []@"time".zone; @"time".tx []@"time".zoneTrans; @"time".cacheStart int64; @"time".cacheEnd int64; @"time".cacheZone *@"time".zone } - func (@"time".l·2 *@"time".Location "esc:0x0") String () (? string) - func (@"time".l·2 *@"time".Location "esc:0x0") @"time".firstZoneUsed () (? bool) - func (@"time".l·2 *@"time".Location "esc:0x2") @"time".get () (? *@"time".Location) - func (@"time".l·6 *@"time".Location "esc:0x1") @"time".lookup (@"time".sec·7 int64) (@"time".name·1 string, @"time".offset·2 int, @"time".isDST·3 bool, @"time".start·4 int64, @"time".end·5 int64) - func (@"time".l·2 *@"time".Location "esc:0x0") @"time".lookupFirstZone () (? int) - func (@"time".l·4 *@"time".Location "esc:0x0") @"time".lookupName (@"time".name·5 string "esc:0x0", @"time".unix·6 int64) (@"time".offset·1 int, @"time".isDST·2 bool, @"time".ok·3 bool) - type @"time".Duration int64 - func (@"time".d·2 @"time".Duration) Hours () (? float64) { var @"time".hour·3 @"time".Duration; ; @"time".hour·3 = @"time".d·2 / @"time".Duration(0x34630B8A000); var @"time".nsec·4 @"time".Duration; ; @"time".nsec·4 = @"time".d·2 % @"time".Duration(0x34630B8A000); return float64(@"time".hour·3) + float64(@"time".nsec·4) * 0x9C5FFF26ED75Fp-93 } - func (@"time".d·2 @"time".Duration) Minutes () (? float64) { var @"time".min·3 @"time".Duration; ; @"time".min·3 = @"time".d·2 / @"time".Duration(0xDF8475800); var @"time".nsec·4 @"time".Duration; ; @"time".nsec·4 = @"time".d·2 % @"time".Duration(0xDF8475800); return float64(@"time".min·3) + float64(@"time".nsec·4) * 0x9299FF347E9E9p-87 } - func (@"time".d·2 @"time".Duration) Nanoseconds () (? int64) { return int64(@"time".d·2) } - func (@"time".d·2 @"time".Duration) Seconds () (? float64) { var @"time".sec·3 @"time".Duration; ; @"time".sec·3 = @"time".d·2 / @"time".Duration(0x3B9ACA00); var @"time".nsec·4 @"time".Duration; ; @"time".nsec·4 = @"time".d·2 % @"time".Duration(0x3B9ACA00); return float64(@"time".sec·3) + float64(@"time".nsec·4) * 0x112E0BE826D695p-82 } - func (@"time".d·2 @"time".Duration) String () (? string) - type @"time".Month int - func (@"time".m·2 @"time".Month) String () (? string) { return @"time".months[@"time".m·2 - @"time".Month(0x1)] } - type @"time".Weekday int - func (@"time".d·2 @"time".Weekday) String () (? string) { return @"time".days[@"time".d·2] } - type @"time".Time struct { @"time".sec int64; @"time".nsec int32; @"time".loc *@"time".Location } - func (@"time".t·2 @"time".Time "esc:0x2") Add (@"time".d·3 @"time".Duration) (? @"time".Time) - func (@"time".t·2 @"time".Time "esc:0x2") AddDate (@"time".years·3 int, @"time".months·4 int, @"time".days·5 int) (? @"time".Time) - func (@"time".t·2 @"time".Time "esc:0x0") After (@"time".u·3 @"time".Time "esc:0x0") (? bool) { return @"time".t·2.@"time".sec > @"time".u·3.@"time".sec || @"time".t·2.@"time".sec == @"time".u·3.@"time".sec && @"time".t·2.@"time".nsec > @"time".u·3.@"time".nsec } - func (@"time".t·2 @"time".Time "esc:0x0") Before (@"time".u·3 @"time".Time "esc:0x0") (? bool) { return @"time".t·2.@"time".sec < @"time".u·3.@"time".sec || @"time".t·2.@"time".sec == @"time".u·3.@"time".sec && @"time".t·2.@"time".nsec < @"time".u·3.@"time".nsec } - func (@"time".t·4 @"time".Time "esc:0x0") Clock () (@"time".hour·1 int, @"time".min·2 int, @"time".sec·3 int) - func (@"time".t·4 @"time".Time "esc:0x0") Date () (@"time".year·1 int, @"time".month·2 @"time".Month, @"time".day·3 int) - func (@"time".t·2 @"time".Time "esc:0x0") Day () (? int) - func (@"time".t·2 @"time".Time "esc:0x0") Equal (@"time".u·3 @"time".Time "esc:0x0") (? bool) { return @"time".t·2.@"time".sec == @"time".u·3.@"time".sec && @"time".t·2.@"time".nsec == @"time".u·3.@"time".nsec } - func (@"time".t·2 @"time".Time "esc:0x0") Format (@"time".layout·3 string "esc:0x0") (? string) - func (@"time".t·2 *@"time".Time "esc:0x0") GobDecode (@"time".data·3 []byte "esc:0x0") (? error) - func (@"time".t·3 @"time".Time "esc:0x0") GobEncode () (? []byte, ? error) - func (@"time".t·2 @"time".Time "esc:0x0") Hour () (? int) - func (@"time".t·3 @"time".Time "esc:0x0") ISOWeek () (@"time".year·1 int, @"time".week·2 int) - func (@"time".t·2 @"time".Time "esc:0x2") In (@"time".loc·3 *@"time".Location "esc:0x2") (? @"time".Time) - func (@"time".t·2 @"time".Time "esc:0x0") IsZero () (? bool) { return @"time".t·2.@"time".sec == 0x0 && @"time".t·2.@"time".nsec == 0x0 } - func (@"time".t·2 @"time".Time "esc:0x2") Local () (? @"time".Time) { @"time".t·2.@"time".loc = @"time".Local; return @"time".t·2 } - func (@"time".t·2 @"time".Time "esc:0x2") Location () (? *@"time".Location) { var @"time".l·3 *@"time".Location; ; @"time".l·3 = @"time".t·2.@"time".loc; if @"time".l·3 == nil { @"time".l·3 = @"time".UTC }; return @"time".l·3 } - func (@"time".t·3 @"time".Time "esc:0x0") MarshalBinary () (? []byte, ? error) - func (@"time".t·3 @"time".Time "esc:0x0") MarshalJSON () (? []byte, ? error) - func (@"time".t·3 @"time".Time "esc:0x0") MarshalText () (? []byte, ? error) - func (@"time".t·2 @"time".Time "esc:0x0") Minute () (? int) - func (@"time".t·2 @"time".Time "esc:0x0") Month () (? @"time".Month) - func (@"time".t·2 @"time".Time "esc:0x0") Nanosecond () (? int) { return int(@"time".t·2.@"time".nsec) } - func (@"time".t·2 @"time".Time "esc:0x2") Round (@"time".d·3 @"time".Duration) (? @"time".Time) - func (@"time".t·2 @"time".Time "esc:0x0") Second () (? int) - func (@"time".t·2 @"time".Time "esc:0x0") String () (? string) - func (@"time".t·2 @"time".Time "esc:0x0") Sub (@"time".u·3 @"time".Time "esc:0x0") (? @"time".Duration) - func (@"time".t·2 @"time".Time "esc:0x2") Truncate (@"time".d·3 @"time".Duration) (? @"time".Time) - func (@"time".t·2 @"time".Time "esc:0x2") UTC () (? @"time".Time) { @"time".t·2.@"time".loc = @"time".UTC; return @"time".t·2 } - func (@"time".t·2 @"time".Time "esc:0x0") Unix () (? int64) { return @"time".t·2.@"time".sec + -0xE7791F700 } - func (@"time".t·2 @"time".Time "esc:0x0") UnixNano () (? int64) { return (@"time".t·2.@"time".sec + -0xE7791F700) * 0x3B9ACA00 + int64(@"time".t·2.@"time".nsec) } - func (@"time".t·2 *@"time".Time "esc:0x0") UnmarshalBinary (@"time".data·3 []byte "esc:0x0") (? error) - func (@"time".t·2 *@"time".Time "esc:0x0") UnmarshalJSON (@"time".data·3 []byte "esc:0x0") (@"time".err·1 error) - func (@"time".t·2 *@"time".Time "esc:0x0") UnmarshalText (@"time".data·3 []byte "esc:0x0") (@"time".err·1 error) - func (@"time".t·2 @"time".Time "esc:0x0") Weekday () (? @"time".Weekday) - func (@"time".t·2 @"time".Time "esc:0x0") Year () (? int) - func (@"time".t·2 @"time".Time "esc:0x0") YearDay () (? int) - func (@"time".t·3 @"time".Time "esc:0x0") Zone () (@"time".name·1 string, @"time".offset·2 int) - func (@"time".t·2 @"time".Time "esc:0x0") @"time".abs () (? uint64) - func (@"time".t·5 @"time".Time "esc:0x0") @"time".date (@"time".full·6 bool) (@"time".year·1 int, @"time".month·2 @"time".Month, @"time".day·3 int, @"time".yday·4 int) - func (@"time".t·4 @"time".Time "esc:0x1") @"time".locabs () (@"time".name·1 string, @"time".offset·2 int, @"time".abs·3 uint64) - type @"net".Conn interface { Close() (? error); LocalAddr() (? @"net".Addr); Read(@"net".b []byte) (@"net".n int, @"net".err error); RemoteAddr() (? @"net".Addr); SetDeadline(@"net".t @"time".Time) (? error); SetReadDeadline(@"net".t @"time".Time) (? error); SetWriteDeadline(@"net".t @"time".Time) (? error); Write(@"net".b []byte) (@"net".n int, @"net".err error) } - type @""._Ctype_struct_pn_transport_t struct {} - type @""._Ctype_struct_pn_collector_t struct {} - type @"".bufferChan struct { @"".buffers chan []byte; @"".buf1 []byte; @"".buf2 []byte } - func (@"".b·2 *@"".bufferChan) @"".buffer () (? []byte) { @"".b·2.@"".buf1, @"".b·2.@"".buf2 = @"".b·2.@"".buf2, @"".b·2.@"".buf1; return @"".b·2.@"".buf1[:cap(@"".b·2.@"".buf1)] } - type @"sync".Once struct { @"sync".m @"sync".Mutex; @"sync".done uint32 } - func (@"sync".o·1 *@"sync".Once) Do (@"sync".f·2 func() "esc:0x0") - type @"".Pump struct { @"".err @"qpid.apache.org/proton/go/internal".FirstError; @"".inject chan func(); @"".conn @"net".Conn; @"".connection @"".Connection; @"".transport *@""._Ctype_struct_pn_transport_t; @"".collector *@""._Ctype_struct_pn_collector_t; @"".read *@"".bufferChan; @"".write *@"".bufferChan; @"".handlers []@"".EventHandler; @"".running chan struct {}; @"".closeOnce @"sync".Once } - func (@"".p·1 *@"".Pump) Close (@"".err·2 error) - func (@"".p·2 *@"".Pump "esc:0x1") Connection () (? @"".Connection) { return @"".p·2.@"".connection } - func (@"".p·2 *@"".Pump) Error () (? error) - func (@"".p·2 *@"".Pump) Id () (? string) - func (@"".p·2 *@"".Pump) Inject (@"".f·3 func()) (? error) - func (@"".p·2 *@"".Pump) InjectWait (@"".f·3 func()) (@"".err·1 error) - func (@"".p·1 *@"".Pump) Run () - func (@"".p·1 *@"".Pump "esc:0x0") Server () - func (@"".p·2 *@"".Pump) String () (? string) - func (@"".p·2 *@"".Pump "esc:0x0") @"".handle (@"".e·3 @"".Event) (? error) - func (@"".p·1 *@"".Pump "esc:0x0") @"".pop (@"".buf·2 *[]byte) - func (@"".p·2 *@"".Pump "esc:0x0") @"".process () (? error) - func (@"".p·1 *@"".Pump "esc:0x0") @"".push (@"".buf·2 []byte "esc:0x0") - type @""._Ctype_struct_pn_link_t struct {} - type @""._Ctype_struct_pn_delivery_t struct {} - type @"qpid.apache.org/proton/go/amqp".Message interface { Address() (? string); Annotations() (? *map[string]interface {}); Body() (? interface {}); ContentEncoding() (? string); ContentType() (? string); CorrelationId() (? interface {}); CreationTime() (? @"time".Time); DeliveryCount() (? uint32); Durable() (? bool); Encode(@"qpid.apache.org/proton/go/amqp".buffer []byte) (? []byte, ? error); ExpiryTime() (? @"time".Time); FirstAcquirer() (? bool); GroupId() (? string); GroupSequence() (? int32); Inferred() (? bool); Instructions() (? *map[string]interface {}); MessageId() (? interface {}); Priority() (? uint8); Properties() (? *map[string]interface {}); ReplyTo() (? string); ReplyToGroupId() (? string); SetAddress(? string); SetBody(? interface {}); SetContentEncoding(? string); SetContentType(? string); SetCorrelationId(? interface {}); SetCreationTime(? @"time".Time); SetDeliveryCount(? uint32); SetDurable(? bool); SetExpiryTime(? @"time".Time); SetFirstAcquirer(? bool); SetGr oupId(? string); SetGroupSequence(? int32); SetInferred(? bool); SetMessageId(? interface {}); SetPriority(? uint8); SetReplyTo(? string); SetReplyToGroupId(? string); SetSubject(? string); SetTTL(? @"time".Duration); SetUserId(? string); Subject() (? string); TTL() (? @"time".Duration); UserId() (? string) } - type @""._Ctype_size_t uint64 - type @""._Ctype_char int8 - type @""._Ctype_struct___0 struct { @"".size @""._Ctype_size_t; @"".start *@""._Ctype_char } - type @"".DeliveryTag struct { @"".pn @""._Ctype_struct___0 } - func (@"".t·2 @"".DeliveryTag) String () (? string) - type @""._Ctype_struct_pn_disposition_t struct {} - type @""._Ctype_struct_pn_condition_t struct {} - type @""._Ctype_struct_pn_data_t struct {} - type @"".Data struct { @"".pn *@""._Ctype_struct_pn_data_t } - func (@"".d·1 @"".Data "esc:0x0") Clear () - func (@"".d·2 @"".Data "esc:0x0") Error () (? error) - func (@"".d·1 @"".Data "esc:0x0") Free () - func (@"".d·2 @"".Data "esc:0x2") Pointer () (? @"unsafe".Pointer) { return @"unsafe".Pointer(@"".d·2.@"".pn) } - func (@"".d·1 @"".Data "esc:0x0") Rewind () - type @"".Condition struct { @"".pn *@""._Ctype_struct_pn_condition_t } - func (@"".c·1 @"".Condition "esc:0x0") Clear () - func (@"".c·2 @"".Condition "esc:0x0") Description () (? string) - func (@"".c·2 @"".Condition "esc:0x0") Error () (? error) - func (@"".c·2 @"".Condition "esc:0x0") Info () (? @"".Data) - func (@"".c·2 @"".Condition "esc:0x0") IsNil () (? bool) { return @"".c·2.@"".pn == nil } - func (@"".c·2 @"".Condition "esc:0x0") IsRedirect () (? bool) - func (@"".c·2 @"".Condition "esc:0x0") IsSet () (? bool) - func (@"".c·2 @"".Condition "esc:0x0") Name () (? string) - func (@"".c·2 @"".Condition "esc:0x0") RedirectHost () (? string) - func (@"".c·2 @"".Condition "esc:0x0") RedirectPort () (? int) - func (@"".c·2 @"".Condition "esc:0x0") SetDescription (@"".description·3 string "esc:0x0") (? int) - func (@"".c·1 @"".Condition "esc:0x0") SetError (@"".err·2 error) - func (@"".c·2 @"".Condition "esc:0x0") SetName (@"".name·3 string "esc:0x0") (? int) - type @"".Disposition struct { @"".pn *@""._Ctype_struct_pn_disposition_t } - func (@"".d·2 @"".Disposition "esc:0x0") Annotations () (? @"".Data) - func (@"".d·2 @"".Disposition "esc:0x0") Condition () (? @"".Condition) - func (@"".d·2 @"".Disposition "esc:0x0") Data () (? @"".Data) - func (@"".d·2 @"".Disposition "esc:0x0") IsFailed () (? bool) - func (@"".d·2 @"".Disposition "esc:0x0") IsNil () (? bool) { return @"".d·2.@"".pn == nil } - func (@"".d·2 @"".Disposition "esc:0x0") IsUndeliverable () (? bool) - func (@"".d·2 @"".Disposition "esc:0x0") SectionNumber () (? uint16) - func (@"".d·2 @"".Disposition "esc:0x0") SectionOffset () (? uint64) - func (@"".d·1 @"".Disposition "esc:0x0") SetFailed (@"".failed·2 bool) - func (@"".d·1 @"".Disposition "esc:0x0") SetSectionNumber (@"".section_number·2 uint16) - func (@"".d·1 @"".Disposition "esc:0x0") SetSectionOffset (@"".section_offset·2 uint64) - func (@"".d·1 @"".Disposition "esc:0x0") SetUndeliverable (@"".undeliverable·2 bool) - func (@"".d·2 @"".Disposition "esc:0x0") Type () (? uint64) - type @"".Delivery struct { @"".pn *@""._Ctype_struct_pn_delivery_t } - func (@"".d·1 @"".Delivery "esc:0x0") Accept () - func (@"".d·2 @"".Delivery "esc:0x0") Buffered () (? bool) - func (@"".d·1 @"".Delivery "esc:0x0") Clear () - func (@"".d·2 @"".Delivery "esc:0x0") Current () (? bool) - func (@"".d·1 @"".Delivery "esc:0x0") Dump () - func (@"".d·2 @"".Delivery "esc:0x0") HasMessage () (? bool) - func (@"".d·2 @"".Delivery "esc:0x0") IsNil () (? bool) { return @"".d·2.@"".pn == nil } - func (@"".d·2 @"".Delivery "esc:0x0") Link () (? @"".Link) - func (@"".d·2 @"".Delivery "esc:0x0") Local () (? @"".Disposition) - func (@"".d·2 @"".Delivery "esc:0x0") LocalState () (? uint64) - func (@"".delivery·3 @"".Delivery "esc:0x0") Message () (@"".m·1 @"qpid.apache.org/proton/go/amqp".Message, @"".err·2 error) - func (@"".d·2 @"".Delivery "esc:0x0") Partial () (? bool) - func (@"".d·2 @"".Delivery "esc:0x0") Pending () (? uint) - func (@"".d·2 @"".Delivery "esc:0x0") Readable () (? bool) - func (@"".d·1 @"".Delivery "esc:0x0") Reject () - func (@"".d·1 @"".Delivery "esc:0x0") Release (@"".delivered·2 bool) - func (@"".d·2 @"".Delivery "esc:0x0") Remote () (? @"".Disposition) - func (@"".d·2 @"".Delivery "esc:0x0") RemoteState () (? uint64) - func (@"".d·1 @"".Delivery "esc:0x0") Settle () - func (@"".d·1 @"".Delivery "esc:0x0") SettleAs (@"".disposition·2 uint64) - func (@"".d·2 @"".Delivery "esc:0x0") Settled () (? bool) - func (@"".d·2 @"".Delivery "esc:0x0") Tag () (? @"".DeliveryTag) - func (@"".d·1 @"".Delivery "esc:0x0") Update (@"".state·2 uint64) - func (@"".d·2 @"".Delivery "esc:0x0") Updated () (? bool) - func (@"".d·2 @"".Delivery "esc:0x0") Writable () (? bool) - type @"".State uint8 - func (@"".s·2 @"".State) Is (@"".bits·3 @"".State) (? bool) { return @"".s·2 & @"".bits·3 != @"".State(0x0) } - func (@"".s·2 @"".State) Local () (? @"".State) { return @"".State(@"".s·2 & @"".State(0x7)) } - func (@"".s·2 @"".State) Remote () (? @"".State) { return @"".State(@"".s·2 & @"".State(0x38)) } - type @""._Ctype_struct_pn_session_t struct {} - type @"".Session struct { @"".pn *@""._Ctype_struct_pn_session_t } - func (@"".s·1 @"".Session "esc:0x0") Close () - func (@"".s·2 @"".Session "esc:0x0") Condition () (? @"".Condition) - func (@"".s·2 @"".Session "esc:0x0") Connection () (? @"".Connection) - func (@"".s·2 @"".Session "esc:0x0") Error () (? error) - func (@"".s·1 @"".Session "esc:0x0") Free () - func (@"".s·2 @"".Session "esc:0x0") IncomingBytes () (? uint) - func (@"".s·2 @"".Session "esc:0x0") IncomingCapacity () (? uint) - func (@"".s·2 @"".Session "esc:0x0") IsNil () (? bool) { return @"".s·2.@"".pn == nil } - func (@"".s·2 @"".Session "esc:0x0") Next (@"".state·3 @"".State) (? @"".Session) - func (@"".s·1 @"".Session "esc:0x0") Open () - func (@"".s·2 @"".Session "esc:0x0") OutgoingBytes () (? uint) - func (@"".s·2 @"".Session "esc:0x0") OutgoingWindow () (? uint) - func (@"".s·2 @"".Session "esc:0x0") Receiver (@"".name·3 string "esc:0x0") (? @"".Link) - func (@"".s·2 @"".Session "esc:0x0") RemoteCondition () (? @"".Condition) - func (@"".s·2 @"".Session "esc:0x0") Sender (@"".name·3 string "esc:0x0") (? @"".Link) - func (@"".s·1 @"".Session "esc:0x0") SetIncomingCapacity (@"".capacity·2 uint) - func (@"".s·1 @"".Session "esc:0x0") SetOutgoingWindow (@"".window·2 uint) - func (@"".s·2 @"".Session "esc:0x0") State () (? @"".State) - func (@"".s·2 @"".Session) String () (? string) - type @""._Ctype_struct_pn_terminus_t struct {} - type @"".TerminusType uint32 - func (@"".e·2 @"".TerminusType) String () (? string) - type @"".DistributionMode uint32 - func (@"".e·2 @"".DistributionMode) String () (? string) - type @"".Durability uint32 - func (@"".e·2 @"".Durability) String () (? string) - type @"".ExpiryPolicy uint32 - func (@"".e·2 @"".ExpiryPolicy) String () (? string) - type @"".Terminus struct { @"".pn *@""._Ctype_struct_pn_terminus_t } - func (@"".t·2 @"".Terminus "esc:0x0") Address () (? string) - func (@"".t·2 @"".Terminus "esc:0x0") Capabilities () (? @"".Data) - func (@"".t·2 @"".Terminus "esc:0x0") Copy (@"".src·3 @"".Terminus "esc:0x0") (? int) - func (@"".t·2 @"".Terminus "esc:0x0") Durability () (? @"".Durability) - func (@"".t·2 @"".Terminus "esc:0x0") ExpiryPolicy () (? @"".ExpiryPolicy) - func (@"".t·2 @"".Terminus "esc:0x0") Filter () (? @"".Data) - func (@"".t·2 @"".Terminus "esc:0x0") IsDynamic () (? bool) - func (@"".t·2 @"".Terminus "esc:0x0") IsNil () (? bool) { return @"".t·2.@"".pn == nil } - func (@"".t·2 @"".Terminus "esc:0x0") Outcomes () (? @"".Data) - func (@"".t·2 @"".Terminus "esc:0x0") Properties () (? @"".Data) - func (@"".t·2 @"".Terminus "esc:0x0") SetAddress (@"".address·3 string "esc:0x0") (? int) - func (@"".t·2 @"".Terminus "esc:0x0") SetDistributionMode (@"".mode·3 @"".DistributionMode) (? int) - func (@"".t·2 @"".Terminus "esc:0x0") SetDurability (@"".durability·3 @"".Durability) (? int) - func (@"".t·2 @"".Terminus "esc:0x0") SetDynamic (@"".dynamic·3 bool) (? int) - func (@"".t·2 @"".Terminus "esc:0x0") SetExpiryPolicy (@"".policy·3 @"".ExpiryPolicy) (? int) - func (@"".t·2 @"".Terminus "esc:0x0") SetTimeout (@"".timeout·3 @"time".Duration) (? int) - func (@"".t·2 @"".Terminus "esc:0x0") SetType (@"".type_·3 @"".TerminusType) (? int) - func (@"".t·2 @"".Terminus "esc:0x0") Timeout () (? @"time".Duration) - func (@"".t·2 @"".Terminus "esc:0x0") Type () (? @"".TerminusType) - type @"".SndSettleMode uint32 - func (@"".e·2 @"".SndSettleMode) String () (? string) - type @"".RcvSettleMode uint32 - func (@"".e·2 @"".RcvSettleMode) String () (? string) - type @"".Link struct { @"".pn *@""._Ctype_struct_pn_link_t } - func (@"".l·2 @"".Link "esc:0x0") Advance () (? bool) - func (@"".l·2 @"".Link "esc:0x0") Available () (? int) - func (@"".l·1 @"".Link "esc:0x0") Close () - func (@"".l·2 @"".Link "esc:0x0") Condition () (? @"".Condition) - func (@"".l·2 @"".Link "esc:0x0") Credit () (? int) - func (@"".l·2 @"".Link "esc:0x0") Current () (? @"".Delivery) - func (@"".l·2 @"".Link "esc:0x0") Delivery (@"".tag·3 string "esc:0x0") (? @"".Delivery) - func (@"".l·1 @"".Link "esc:0x0") Detach () - func (@"".l·1 @"".Link "esc:0x0") Drain (@"".credit·2 int) - func (@"".l·2 @"".Link "esc:0x0") Drained () (? int) - func (@"".l·2 @"".Link "esc:0x0") Draining () (? bool) - func (@"".l·2 @"".Link "esc:0x0") Error () (? error) - func (@"".l·1 @"".Link "esc:0x0") Flow (@"".credit·2 int) - func (@"".l·1 @"".Link "esc:0x0") Free () - func (@"".l·2 @"".Link "esc:0x0") IsDrain () (? bool) - func (@"".l·2 @"".Link "esc:0x0") IsNil () (? bool) { return @"".l·2.@"".pn == nil } - func (@"".l·2 @"".Link "esc:0x0") IsReceiver () (? bool) - func (@"".l·2 @"".Link "esc:0x0") IsSender () (? bool) - func (@"".l·2 @"".Link "esc:0x0") Name () (? string) - func (@"".l·2 @"".Link "esc:0x0") Next (@"".state·3 @"".State) (? @"".Link) - func (@"".l·1 @"".Link "esc:0x0") Offered (@"".credit·2 int) - func (@"".l·1 @"".Link "esc:0x0") Open () - func (@"".l·2 @"".Link "esc:0x0") Queued () (? int) - func (@"".l·2 @"".Link "esc:0x0") RcvSettleMode () (? @"".RcvSettleMode) - func (@"".l·2 @"".Link "esc:0x0") Recv (@"".buf·3 []byte "esc:0x0") (? int) - func (@"".l·2 @"".Link "esc:0x0") RemoteCondition () (? @"".Condition) - func (@"".l·2 @"".Link "esc:0x0") RemoteCredit () (? int) - func (@"".l·2 @"".Link "esc:0x0") RemoteRcvSettleMode () (? @"".RcvSettleMode) - func (@"".l·2 @"".Link "esc:0x0") RemoteSndSettleMode () (? @"".SndSettleMode) - func (@"".l·2 @"".Link "esc:0x0") RemoteSource () (? @"".Terminus) - func (@"".l·2 @"".Link "esc:0x0") RemoteTarget () (? @"".Terminus) - func (@"".link·3 @"".Link "esc:0x0") Send (@"".m·4 @"qpid.apache.org/proton/go/amqp".Message) (? @"".Delivery, ? error) - func (@"".l·2 @"".Link "esc:0x0") SendBytes (@"".bytes·3 []byte "esc:0x0") (? int) - func (@"".l·2 @"".Link "esc:0x0") Session () (? @"".Session) - func (@"".l·1 @"".Link "esc:0x0") SetDrain (@"".drain·2 bool) - func (@"".l·1 @"".Link "esc:0x0") SetRcvSettleMode (@"".mode·2 @"".RcvSettleMode) - func (@"".l·1 @"".Link "esc:0x0") SetSndSettleMode (@"".mode·2 @"".SndSettleMode) - func (@"".l·2 @"".Link "esc:0x0") SndSettleMode () (? @"".SndSettleMode) - func (@"".l·2 @"".Link "esc:0x0") Source () (? @"".Terminus) - func (@"".l·2 @"".Link "esc:0x0") State () (? @"".State) - func (@"".l·2 @"".Link "esc:0x0") String () (? string) - func (@"".l·2 @"".Link "esc:0x0") Target () (? @"".Terminus) - func (@"".l·2 @"".Link "esc:0x0") Unsettled () (? int) - type @"".Connection struct { @"".pn *@""._Ctype_struct_pn_connection_t } - func (@"".c·1 @"".Connection "esc:0x0") Close () - func (@"".c·2 @"".Connection "esc:0x0") Condition () (? @"".Condition) - func (@"".c·2 @"".Connection "esc:0x0") Container () (? string) - func (@"".c·2 @"".Connection "esc:0x0") DesiredCapabilities () (? @"".Data) - func (@"".c·2 @"".Connection "esc:0x0") Error () (? error) - func (@"".c·1 @"".Connection "esc:0x0") Free () - func (@"".c·2 @"".Connection "esc:0x0") Hostname () (? string) - func (@"".c·2 @"".Connection "esc:0x0") IsNil () (? bool) { return @"".c·2.@"".pn == nil } - func (@"".c·2 @"".Connection "esc:0x0") LinkHead (@"".s·3 @"".State) (? @"".Link) - func (@"".c·2 @"".Connection "esc:0x0") Links (@"".state·3 @"".State) (@"".links·1 []@"".Link) - func (@"".c·2 @"".Connection "esc:0x0") OfferedCapabilities () (? @"".Data) - func (@"".c·1 @"".Connection "esc:0x0") Open () - func (@"".c·2 @"".Connection "esc:0x0") Properties () (? @"".Data) - func (@"".c·2 @"".Connection "esc:0x0") Pump () (? *@"".Pump) - func (@"".c·1 @"".Connection "esc:0x0") Release () - func (@"".c·2 @"".Connection "esc:0x0") RemoteCondition () (? @"".Condition) - func (@"".c·2 @"".Connection "esc:0x0") RemoteContainer () (? string) - func (@"".c·2 @"".Connection "esc:0x0") RemoteDesiredCapabilities () (? @"".Data) - func (@"".c·2 @"".Connection "esc:0x0") RemoteHostname () (? string) - func (@"".c·2 @"".Connection "esc:0x0") RemoteOfferedCapabilities () (? @"".Data) - func (@"".c·2 @"".Connection "esc:0x0") RemoteProperties () (? @"".Data) - func (@"".c·1 @"".Connection "esc:0x0") Reset () - func (@"".c·3 @"".Connection "esc:0x0") Session () (? @"".Session, ? error) - func (@"".c·2 @"".Connection "esc:0x0") SessionHead (@"".s·3 @"".State) (? @"".Session) - func (@"".c·2 @"".Connection "esc:0x0") Sessions (@"".state·3 @"".State) (@"".sessions·1 []@"".Session) - func (@"".c·1 @"".Connection "esc:0x0") SetContainer (@"".container·2 string "esc:0x0") - func (@"".c·1 @"".Connection "esc:0x0") SetHostname (@"".hostname·2 string "esc:0x0") - func (@"".c·1 @"".Connection "esc:0x0") SetPassword (@"".password·2 string "esc:0x0") - func (@"".c·1 @"".Connection "esc:0x0") SetUser (@"".user·2 string "esc:0x0") - func (@"".c·2 @"".Connection "esc:0x0") State () (? @"".State) - func (@"".c·2 @"".Connection "esc:0x0") String () (? string) - func (@"".c·2 @"".Connection "esc:0x0") User () (? string) - type @"".Event struct { @"".pn *@""._Ctype_struct_pn_event_t; @"".eventType @"".EventType; @"".connection @"".Connection; @"".session @"".Session; @"".link @"".Link; @"".delivery @"".Delivery } - func (@"".e·2 @"".Event "esc:0x2") Connection () (? @"".Connection) { return @"".e·2.@"".connection } - func (@"".e·2 @"".Event "esc:0x2") Delivery () (? @"".Delivery) { return @"".e·2.@"".delivery } - func (@"".e·2 @"".Event "esc:0x0") IsNil () (? bool) { return @"".e·2.@"".eventType == @"".EventType(0x0) } - func (@"".e·2 @"".Event "esc:0x2") Link () (? @"".Link) { return @"".e·2.@"".link } - func (@"".e·2 @"".Event "esc:0x2") Session () (? @"".Session) { return @"".e·2.@"".session } - func (@"".e·2 @"".Event "esc:0x0") String () (? string) - func (@"".e·2 @"".Event "esc:0x0") Type () (? @"".EventType) { return @"".e·2.@"".eventType } - type @"".EventHandler interface { HandleEvent(@"".e @"".Event) (? error) } - type @"".MessagingEventType int - func (@"".t·2 @"".MessagingEventType) String () (? string) - type @"".MessagingHandler interface { HandleMessagingEvent(? @"".MessagingEventType, ? @"".Event) (? error) } - const @"".MStart @"".MessagingEventType = 0x0 - const @"".MConnectionError @"".MessagingEventType = 0x1 - const @"".MSessionError @"".MessagingEventType = 0x2 - const @"".MLinkError @"".MessagingEventType = 0x3 - const @"".MConnectionOpening @"".MessagingEventType = 0x4 - const @"".MSessionOpening @"".MessagingEventType = 0x5 - const @"".MLinkOpening @"".MessagingEventType = 0x6 - const @"".MConnectionOpened @"".MessagingEventType = 0x7 - const @"".MSessionOpened @"".MessagingEventType = 0x8 - const @"".MLinkOpened @"".MessagingEventType = 0x9 - const @"".MConnectionClosing @"".MessagingEventType = 0xA - const @"".MSessionClosing @"".MessagingEventType = 0xB - const @"".MLinkClosing @"".MessagingEventType = 0xC - const @"".MConnectionClosed @"".MessagingEventType = 0xD - const @"".MSessionClosed @"".MessagingEventType = 0xE - const @"".MLinkClosed @"".MessagingEventType = 0xF - const @"".MConnectionDisconnected @"".MessagingEventType = 0x10 - const @"".MSessionDisconnected @"".MessagingEventType = 0x11 - const @"".MLinkDisconnected @"".MessagingEventType = 0x12 - const @"".MSendable @"".MessagingEventType = 0x13 - const @"".MAccepted @"".MessagingEventType = 0x14 - const @"".MRejected @"".MessagingEventType = 0x15 - const @"".MReleased @"".MessagingEventType = 0x16 - const @"".MSettled @"".MessagingEventType = 0x17 - const @"".MMessage @"".MessagingEventType = 0x18 - const @"".MFinal @"".MessagingEventType = 0x19 - type @"".Endpoint interface { Close(); Condition() (? @"".Condition); Open(); RemoteCondition() (? @"".Condition); State() (? @"".State); String() (? string) } - type @"".endpointDelegator struct { @"".remoteOpen @"".EventType; @"".remoteClose @"".EventType; @"".localOpen @"".EventType; @"".localClose @"".EventType; @"".opening @"".MessagingEventType; @"".opened @"".MessagingEventType; @"".closing @"".MessagingEventType; @"".closed @"".MessagingEventType; @"".error @"".MessagingEventType; @"".endpoint func(? @"".Event) (? @"".Endpoint); @"".delegate @"".MessagingHandler } - func (@"".d·2 @"".endpointDelegator) HandleEvent (@"".e·3 @"".Event) (@"".err·1 error) - type @"".MessagingDelegator struct { @"".delegate @"".MessagingHandler; @"".connection @"".endpointDelegator; @"".session @"".endpointDelegator; @"".link @"".endpointDelegator; @"".handshaker @"".EventHandler; @"".flowcontroller @"".EventHandler; AutoSettle bool; AutoAccept bool; Prefetch int; PeerCloseError bool } - func (@"".d·2 *@"".MessagingDelegator) HandleEvent (@"".e·3 @"".Event) (? error) - func (@"".d·2 *@"".MessagingDelegator) @"".incoming (@"".e·3 @"".Event) (@"".err·1 error) - func (@"".d·2 *@"".MessagingDelegator) @"".outgoing (@"".e·3 @"".Event) (@"".err·1 error) - func @"".NewMessagingDelegator (@"".h·2 @"".MessagingHandler) (? *@"".MessagingDelegator) - func @"".NewPump (@"".conn·3 @"net".Conn, @"".handlers·4 ...@"".EventHandler) (? *@"".Pump, ? error) - func @"".NewData (@"".p·2 @"unsafe".Pointer "esc:0x2") (? @"".Data) { return (@"".Data{ @"".pn:(*@""._Ctype_struct_pn_data_t)(@"".p·2) }) } - const @"".SLocalUninit @"".State = 0x1 - const @"".SLocalActive = 0x2 - const @"".SLocalClosed = 0x4 - const @"".SRemoteUninit = 0x8 - const @"".SRemoteActive = 0x10 - const @"".SRemoteClosed = 0x20 - func @"".CloseError (@"".e·1 @"".Endpoint, @"".err·2 error) - const @"".Received uint64 = 0x23 - const @"".Accepted = 0x24 - const @"".Rejected = 0x25 - const @"".Released = 0x26 - const @"".Modified = 0x27 - const @"".EConnectionInit @"".EventType = 0x5 - const @"".EConnectionBound @"".EventType = 0x6 - const @"".EConnectionUnbound @"".EventType = 0x7 - const @"".EConnectionLocalOpen @"".EventType = 0x8 - const @"".EConnectionRemoteOpen @"".EventType = 0x9 - const @"".EConnectionLocalClose @"".EventType = 0xA - const @"".EConnectionRemoteClose @"".EventType = 0xB - const @"".EConnectionFinal @"".EventType = 0xC - const @"".ESessionInit @"".EventType = 0xD - const @"".ESessionLocalOpen @"".EventType = 0xE - const @"".ESessionRemoteOpen @"".EventType = 0xF - const @"".ESessionLocalClose @"".EventType = 0x10 - const @"".ESessionRemoteClose @"".EventType = 0x11 - const @"".ESessionFinal @"".EventType = 0x12 - const @"".ELinkInit @"".EventType = 0x13 - const @"".ELinkLocalOpen @"".EventType = 0x14 - const @"".ELinkRemoteOpen @"".EventType = 0x15 - const @"".ELinkLocalClose @"".EventType = 0x16 - const @"".ELinkRemoteClose @"".EventType = 0x17 - const @"".ELinkLocalDetach @"".EventType = 0x18 - const @"".ELinkRemoteDetach @"".EventType = 0x19 - const @"".ELinkFlow @"".EventType = 0x1A - const @"".ELinkFinal @"".EventType = 0x1B - const @"".EDelivery @"".EventType = 0x1C - const @"".ETransport @"".EventType = 0x1D - const @"".ETransportAuthenticated @"".EventType = 0x1E - const @"".ETransportError @"".EventType = 0x1F - const @"".ETransportHeadClosed @"".EventType = 0x20 - const @"".ETransportTailClosed @"".EventType = 0x21 - const @"".ETransportClosed @"".EventType = 0x22 - const @"".PnSndUnsettled @"".SndSettleMode = 0x0 - const @"".PnSndSettled @"".SndSettleMode = 0x1 - const @"".PnSndMixed @"".SndSettleMode = 0x2 - const @"".PnRcvFirst @"".RcvSettleMode = 0x0 - const @"".PnRcvSecond @"".RcvSettleMode = 0x1 - const @"".PnUnspecified @"".TerminusType = 0x0 - const @"".PnSource @"".TerminusType = 0x1 - const @"".PnTarget @"".TerminusType = 0x2 - const @"".PnCoordinator @"".TerminusType = 0x3 - const @"".PnNondurable @"".Durability = 0x0 - const @"".PnConfiguration @"".Durability = 0x1 - const @"".PnDeliveries @"".Durability = 0x2 - const @"".PnExpireWithLink @"".ExpiryPolicy = 0x0 - const @"".PnExpireWithSession @"".ExpiryPolicy = 0x1 - const @"".PnExpireWithConnection @"".ExpiryPolicy = 0x2 - const @"".PnExpireNever @"".ExpiryPolicy = 0x3 - const @"".PnDistModeUnspecified @"".DistributionMode = 0x0 - const @"".PnDistModeCopy @"".DistributionMode = 0x1 - const @"".PnDistModeMove @"".DistributionMode = 0x2 - func @"".init () - var @"time".months [12]string - var @"time".days [7]string - var @"time".Local *@"time".Location - var @"time".UTC *@"time".Location - const @""._Cconst_PN_LOCAL_MASK = 0x7 - const @""._Cconst_PN_REMOTE_MASK = 0x38 - -$$ -_go_.6 0 0 0 644 981748 ` -go object linux amd64 go1.4.2 X:precisestack - -! - go13ldruntime/cgo.asyscall.aHqpid.apache.org/proton/go/[email protected]/proton/go/amqp.a -fmt.aio.a -net.aos.apath.async.areflect.atime.a �""._Cgo_ptr H�\$H�\$� "".~r1 &type.unsafe.Pointer "".ptr &type.unsafe.Pointer Tgclocals·06cab038d51064a089bda21fa03e00f7 Tgclocals·3280bececceccd33cb74587feedb1f9f hqpid.apache.org/proton/go/event/_obj/_cgo_gotypes.go�"""._Cfunc_CString � �dH� % H;aw� ��H��PH�\$`H��H�$H� H���H�t$H�t$ H�t$H�� �� H�� @H�� @H�L$HH�T$XH�L$`H�D$@H�L$0H9�}H��H�t$8H�4$H�T$(H�T$H�D$� H�D$`H�\$H�� t%H= @sH�� H�\$ H�\$hH��P�� ��×�t��� - 0runtime.morestack_noctxt R .""._cgo_runtime_cmalloc ` - � runtime.memmove � $runtime.panicindex 0� "".autotmp_0015 type.uintptr "".autotmp_0014 type.int "".autotmp_0013 Otype.string "".autotmp_0012 /type.[]uint8 "".autotmp_0011 type.int -"".pp o.type.*[1073741824]uint8 "".p _&type.unsafe.Pointer "".~r1 (type.*""._Ctype_char "".s type.string ���� � $�[ 0b3 Tgclocals·d7e8a62d22b1cde6d92b17a55c33fe8f Tgclocals·283619d6755c7337ece602447ba790ff �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�$""._Cfunc_GoString � �dH� % H;aw� ��H��H�D$( H�D$0 H�\$ H�$H� H���H�L$H�D$H�L$(H�D$0H��� - 0runtime.morestack_noctxt p 0""._cgo_runtime_gostring ~ - 00 "".~r1 type.string "".p (type.*""._Ctype_char 0?/ ` �,4 - ?! Tgclocals·a08e9001cb8f9d822225de3b8e406515 Tgclocals·3280bececceccd33cb74587feedb1f9f �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�&""._Cfunc_GoStringN � �dH� % H;aw� ��H�� H�D$8 H�D$@ H�\$(H�$Hc\$0H�\$H� H���H�L$H�D$H�L$8H�D$@H�� � - 0runtime.morestack_noctxt � 2""._cgo_runtime_gostringn � - @@ "".~r2 type.string "".l $type.""._Ctype_int "".p (type.*""._Ctype_char @I? p �,D - I' Tgclocals·6a2e5ab2d393a1bfd331903fbd0fd425 Tgclocals·3280bececceccd33cb74587feedb1f9f �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�""._Cfunc_free � �dH� % H;aw� ��H��H�\$(H�\$(H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt N >""._cgo_6c239f814c3a_Cfunc_free x :""._cgo_runtime_cgocall_errno � - 0 -"".r1 &type.""._Ctype_void -"".p0 &type.unsafe.Pointer 0// P �$! - C Tgclocals·519efd86263089ddb84df3cfe7fd2992 Tgclocals·3280bececceccd33cb74587feedb1f9f �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/� ""._Cfunc_memcpy � �dH� % H;aw� ��H��H�D$8 H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt L B""._cgo_6c239f814c3a_Cfunc_memcpy v :""._cgo_runtime_cgocall_errno � - @0 -"".r1 0&type.unsafe.Pointer -"".p2 *type.""._Ctype_size_t -"".p1 &type.unsafe.Pointer -"".p0 &type.unsafe.Pointer 0./ P �#! - B Tgclocals·a05343871e6f69ae44bc4db2bd3d1078 Tgclocals·0115f8d53b75c1696444f08ad03251d9 �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�,""._Cfunc_pn_collector � �dH� % H;aw� ��H��H�D$ H�D$ H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt ^ N""._cgo_6c239f814c3a_Cfunc_pn_collector � :""._cgo_runtime_cgocall_errno � - 0 -"".r1 Jtype.*""._Ctype_struct_pn_collector_t 07/ ` �,! - K Tgclocals·e1ae6533a9e39048ba0735a2264ce16a Tgclocals·0115f8d53b75c1696444f08ad03251d9 �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�6""._Cfunc_pn_collector_free � �dH� % H;aw� ��H��H�\$(H�\$(H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt N X""._cgo_6c239f814c3a_Cfunc_pn_collector_free x :""._cgo_runtime_cgocall_errno � - 0 -"".r1 &type.""._Ctype_void -"".p0 Jtype.*""._Ctype_struct_pn_collector_t 0// P �$! - C Tgclocals·519efd86263089ddb84df3cfe7fd2992 Tgclocals·3280bececceccd33cb74587feedb1f9f �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�6""._Cfunc_pn_collector_peek � �dH� % H;aw� ��H��H�D$( H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt L X""._cgo_6c239f814c3a_Cfunc_pn_collector_peek v :""._cgo_runtime_cgocall_errno � - 0 -"".r1 Btype.*""._Ctype_struct_pn_event_t -"".p0 Jtype.*""._Ctype_struct_pn_collector_t 0./ P �#! - B Tgclocals·0d07eeeeb0a929c278204725c205f82e Tgclocals·0115f8d53b75c1696444f08ad03251d9 �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�4""._Cfunc_pn_collector_pop � �dH� % H;aw� ��H���D$( H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt D V""._cgo_6c239f814c3a_Cfunc_pn_collector_pop n :""._cgo_runtime_cgocall_errno | - 0 -"".r1 (type.""._Ctype__Bool -"".p0 Jtype.*""._Ctype_struct_pn_collector_t 0*/ P �! - > Tgclocals·cf86db206769ec68369d07e260728f65 Tgclocals·0115f8d53b75c1696444f08ad03251d9 �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�8""._Cfunc_pn_condition_clear � �dH� % H;aw� ��H��H�\$(H�\$(H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt N Z""._cgo_6c239f814c3a_Cfunc_pn_condition_clear x :""._cgo_runtime_cgocall_errno � - 0 -"".r1 &type.""._Ctype_void -"".p0 Jtype.*""._Ctype_struct_pn_condition_t 0// P �$! - C Tgclocals·519efd86263089ddb84df3cfe7fd2992 Tgclocals·3280bececceccd33cb74587feedb1f9f �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�L""._Cfunc_pn_condition_get_description � �dH� % H;aw� ��H��H�D$( H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt L n""._cgo_6c239f814c3a_Cfunc_pn_condition_get_description v :""._cgo_runtime_cgocall_errno � - 0 -"".r1 (type.*""._Ctype_char -"".p0 Jtype.*""._Ctype_struct_pn_condition_t 0./ P �#! - B Tgclocals·0d07eeeeb0a929c278204725c205f82e Tgclocals·0115f8d53b75c1696444f08ad03251d9 �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�>""._Cfunc_pn_condition_get_name � �dH� % H;aw� ��H��H�D$( H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt L `""._cgo_6c239f814c3a_Cfunc_pn_condition_get_name v :""._cgo_runtime_cgocall_errno � - 0 -"".r1 (type.*""._Ctype_char -"".p0 Jtype.*""._Ctype_struct_pn_condition_t 0./ P �#! - B Tgclocals·0d07eeeeb0a929c278204725c205f82e Tgclocals·0115f8d53b75c1696444f08ad03251d9 �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�6""._Cfunc_pn_condition_info � �dH� % H;aw� ��H��H�D$( H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt L X""._cgo_6c239f814c3a_Cfunc_pn_condition_info v :""._cgo_runtime_cgocall_errno � - 0 -"".r1 @type.*""._Ctype_struct_pn_data_t -"".p0 Jtype.*""._Ctype_struct_pn_condition_t 0./ P �#! - B Tgclocals·0d07eeeeb0a929c278204725c205f82e Tgclocals·0115f8d53b75c1696444f08ad03251d9 �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�D""._Cfunc_pn_condition_is_redirect � �dH� % H;aw� ��H���D$( H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt D f""._cgo_6c239f814c3a_Cfunc_pn_condition_is_redirect n :""._cgo_runtime_cgocall_errno | - 0 -"".r1 (type.""._Ctype__Bool -"".p0 Jtype.*""._Ctype_struct_pn_condition_t 0*/ P �! - > Tgclocals·cf86db206769ec68369d07e260728f65 Tgclocals·0115f8d53b75c1696444f08ad03251d9 �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�:""._Cfunc_pn_condition_is_set � �dH� % H;aw� ��H���D$( H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt D \""._cgo_6c239f814c3a_Cfunc_pn_condition_is_set n :""._cgo_runtime_cgocall_errno | - 0 -"".r1 (type.""._Ctype__Bool -"".p0 Jtype.*""._Ctype_struct_pn_condition_t 0*/ P �! - > Tgclocals·cf86db206769ec68369d07e260728f65 Tgclocals·0115f8d53b75c1696444f08ad03251d9 �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�H""._Cfunc_pn_condition_redirect_host � �dH� % H;aw� ��H��H�D$( H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt L j""._cgo_6c239f814c3a_Cfunc_pn_condition_redirect_host v :""._cgo_runtime_cgocall_errno � - 0 -"".r1 (type.*""._Ctype_char -"".p0 Jtype.*""._Ctype_struct_pn_condition_t 0./ P �#! - B Tgclocals·0d07eeeeb0a929c278204725c205f82e Tgclocals·0115f8d53b75c1696444f08ad03251d9 �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�H""._Cfunc_pn_condition_redirect_port � �dH� % H;aw� ��H���D$( H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt J j""._cgo_6c239f814c3a_Cfunc_pn_condition_redirect_port t :""._cgo_runtime_cgocall_errno � - 0 -"".r1 $type.""._Ctype_int -"".p0 Jtype.*""._Ctype_struct_pn_condition_t 0-/ P �"! - A Tgclocals·cf86db206769ec68369d07e260728f65 Tgclocals·0115f8d53b75c1696444f08ad03251d9 �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�L""._Cfunc_pn_condition_set_description � �dH� % H;aw� ��H���D$0 H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt J n""._cgo_6c239f814c3a_Cfunc_pn_condition_set_description t :""._cgo_runtime_cgocall_errno � - 00 -"".r1 $type.""._Ctype_int -"".p1 (type.*""._Ctype_char -"".p0 Jtype.*""._Ctype_struct_pn_condition_t 0-/ P �"! - A Tgclocals·ceae0f3fbce95b025d016ed5a5a0a539 Tgclocals·0115f8d53b75c1696444f08ad03251d9 �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�>""._Cfunc_pn_condition_set_name � �dH� % H;aw� ��H���D$0 H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt J `""._cgo_6c239f814c3a_Cfunc_pn_condition_set_name t :""._cgo_runtime_cgocall_errno � - 00 -"".r1 $type.""._Ctype_int -"".p1 (type.*""._Ctype_char -"".p0 Jtype.*""._Ctype_struct_pn_condition_t 0-/ P �"! - A Tgclocals·ceae0f3fbce95b025d016ed5a5a0a539 Tgclocals·0115f8d53b75c1696444f08ad03251d9 �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�.""._Cfunc_pn_connection � �dH� % H;aw� ��H��H�D$ H�D$ H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt ^ P""._cgo_6c239f814c3a_Cfunc_pn_connection � :""._cgo_runtime_cgocall_errno � - 0 -"".r1 Ltype.*""._Ctype_struct_pn_connection_t 07/ ` �,! - K Tgclocals·e1ae6533a9e39048ba0735a2264ce16a Tgclocals·0115f8d53b75c1696444f08ad03251d9 �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�:""._Cfunc_pn_connection_close � �dH� % H;aw� ��H��H�\$(H�\$(H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt N \""._cgo_6c239f814c3a_Cfunc_pn_connection_close x :""._cgo_runtime_cgocall_errno � - 0 -"".r1 &type.""._Ctype_void -"".p0 Ltype.*""._Ctype_struct_pn_connection_t 0// P �$! - C Tgclocals·519efd86263089ddb84df3cfe7fd2992 Tgclocals·3280bececceccd33cb74587feedb1f9f �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�>""._Cfunc_pn_connection_collect � �dH� % H;aw� ��H��H�\$0H�\$0H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt N `""._cgo_6c239f814c3a_Cfunc_pn_connection_collect x :""._cgo_runtime_cgocall_errno � - 0 -"".r1 &type.""._Ctype_void -"".p1 Jtype.*""._Ctype_struct_pn_collector_t -"".p0 Ltype.*""._Ctype_struct_pn_connection_t 0// P �$! - C Tgclocals·e8c55b930b09fa5028b5e4b78b8932dc Tgclocals·3280bececceccd33cb74587feedb1f9f �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�B""._Cfunc_pn_connection_condition � �dH� % H;aw� ��H��H�D$( H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt L d""._cgo_6c239f814c3a_Cfunc_pn_connection_condition v :""._cgo_runtime_cgocall_errno � - 0 -"".r1 Jtype.*""._Ctype_struct_pn_condition_t -"".p0 Ltype.*""._Ctype_struct_pn_connection_t 0./ P �#! - B Tgclocals·0d07eeeeb0a929c278204725c205f82e Tgclocals·0115f8d53b75c1696444f08ad03251d9 �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�X""._Cfunc_pn_connection_desired_capabilities � �dH� % H;aw� ��H��H�D$( H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt L z""._cgo_6c239f814c3a_Cfunc_pn_connection_desired_capabilities v :""._cgo_runtime_cgocall_errno � - 0 -"".r1 @type.*""._Ctype_struct_pn_data_t -"".p0 Ltype.*""._Ctype_struct_pn_connection_t 0./ P �#! - B Tgclocals·0d07eeeeb0a929c278204725c205f82e Tgclocals·0115f8d53b75c1696444f08ad03251d9 �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�:""._Cfunc_pn_connection_error � �dH� % H;aw� ��H��H�D$( H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt L \""._cgo_6c239f814c3a_Cfunc_pn_connection_error v :""._cgo_runtime_cgocall_errno � - 0 -"".r1 Btype.*""._Ctype_struct_pn_error_t -"".p0 Ltype.*""._Ctype_struct_pn_connection_t 0./ P �#! - B Tgclocals·0d07eeeeb0a929c278204725c205f82e Tgclocals·0115f8d53b75c1696444f08ad03251d9 �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�8""._Cfunc_pn_connection_free � �dH� % H;aw� ��H��H�\$(H�\$(H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt N Z""._cgo_6c239f814c3a_Cfunc_pn_connection_free x :""._cgo_runtime_cgocall_errno � - 0 -"".r1 &type.""._Ctype_void -"".p0 Ltype.*""._Ctype_struct_pn_connection_t 0// P �$! - C Tgclocals·519efd86263089ddb84df3cfe7fd2992 Tgclocals·3280bececceccd33cb74587feedb1f9f �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�J""._Cfunc_pn_connection_get_container � �dH� % H;aw� ��H��H�D$( H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt L l""._cgo_6c239f814c3a_Cfunc_pn_connection_get_container v :""._cgo_runtime_cgocall_errno � - 0 -"".r1 (type.*""._Ctype_char -"".p0 Ltype.*""._Ctype_struct_pn_connection_t 0./ P �#! - B Tgclocals·0d07eeeeb0a929c278204725c205f82e Tgclocals·0115f8d53b75c1696444f08ad03251d9 �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�H""._Cfunc_pn_connection_get_hostname � �dH� % H;aw� ��H��H�D$( H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt L j""._cgo_6c239f814c3a_Cfunc_pn_connection_get_hostname v :""._cgo_runtime_cgocall_errno � - 0 -"".r1 (type.*""._Ctype_char -"".p0 Ltype.*""._Ctype_struct_pn_connection_t 0./ P �#! - B Tgclocals·0d07eeeeb0a929c278204725c205f82e Tgclocals·0115f8d53b75c1696444f08ad03251d9 �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�@""._Cfunc_pn_connection_get_user � �dH� % H;aw� ��H��H�D$( H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt L b""._cgo_6c239f814c3a_Cfunc_pn_connection_get_user v :""._cgo_runtime_cgocall_errno � - 0 -"".r1 (type.*""._Ctype_char -"".p0 Ltype.*""._Ctype_struct_pn_connection_t 0./ P �#! - B Tgclocals·0d07eeeeb0a929c278204725c205f82e Tgclocals·0115f8d53b75c1696444f08ad03251d9 �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�X""._Cfunc_pn_connection_offered_capabilities � �dH� % H;aw� ��H��H�D$( H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt L z""._cgo_6c239f814c3a_Cfunc_pn_connection_offered_capabilities v :""._cgo_runtime_cgocall_errno � - 0 -"".r1 @type.*""._Ctype_struct_pn_data_t -"".p0 Ltype.*""._Ctype_struct_pn_connection_t 0./ P �#! - B Tgclocals·0d07eeeeb0a929c278204725c205f82e Tgclocals·0115f8d53b75c1696444f08ad03251d9 �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�8""._Cfunc_pn_connection_open � �dH� % H;aw� ��H��H�\$(H�\$(H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt N Z""._cgo_6c239f814c3a_Cfunc_pn_connection_open x :""._cgo_runtime_cgocall_errno � - 0 -"".r1 &type.""._Ctype_void -"".p0 Ltype.*""._Ctype_struct_pn_connection_t 0// P �$! - C Tgclocals·519efd86263089ddb84df3cfe7fd2992 Tgclocals·3280bececceccd33cb74587feedb1f9f �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�D""._Cfunc_pn_connection_properties � �dH� % H;aw� ��H��H�D$( H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt L f""._cgo_6c239f814c3a_Cfunc_pn_connection_properties v :""._cgo_runtime_cgocall_errno � - 0 -"".r1 @type.*""._Ctype_struct_pn_data_t -"".p0 Ltype.*""._Ctype_struct_pn_connection_t 0./ P �#! - B Tgclocals·0d07eeeeb0a929c278204725c205f82e Tgclocals·0115f8d53b75c1696444f08ad03251d9 �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�>""._Cfunc_pn_connection_release � �dH� % H;aw� ��H��H�\$(H�\$(H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt N `""._cgo_6c239f814c3a_Cfunc_pn_connection_release x :""._cgo_runtime_cgocall_errno � - 0 -"".r1 &type.""._Ctype_void -"".p0 Ltype.*""._Ctype_struct_pn_connection_t 0// P �$! - C Tgclocals·519efd86263089ddb84df3cfe7fd2992 Tgclocals·3280bececceccd33cb74587feedb1f9f �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�P""._Cfunc_pn_connection_remote_condition � �dH� % H;aw� ��H��H�D$( H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt L r""._cgo_6c239f814c3a_Cfunc_pn_connection_remote_condition v :""._cgo_runtime_cgocall_errno � - 0 -"".r1 Jtype.*""._Ctype_struct_pn_condition_t -"".p0 Ltype.*""._Ctype_struct_pn_connection_t 0./ P �#! - B Tgclocals·0d07eeeeb0a929c278204725c205f82e Tgclocals·0115f8d53b75c1696444f08ad03251d9 �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�P""._Cfunc_pn_connection_remote_container � �dH� % H;aw� ��H��H�D$( H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt L r""._cgo_6c239f814c3a_Cfunc_pn_connection_remote_container v :""._cgo_runtime_cgocall_errno � - 0 -"".r1 (type.*""._Ctype_char -"".p0 Ltype.*""._Ctype_struct_pn_connection_t 0./ P �#! - B Tgclocals·0d07eeeeb0a929c278204725c205f82e Tgclocals·0115f8d53b75c1696444f08ad03251d9 �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�f""._Cfunc_pn_connection_remote_desired_capabilities � �dH� % H;aw� ��H��H�D$( H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt L �""._cgo_6c239f814c3a_Cfunc_pn_connection_remote_desired_capabilities v :""._cgo_runtime_cgocall_errno � - 0 -"".r1 @type.*""._Ctype_struct_pn_data_t -"".p0 Ltype.*""._Ctype_struct_pn_connection_t 0./ P �#! - B Tgclocals·0d07eeeeb0a929c278204725c205f82e Tgclocals·0115f8d53b75c1696444f08ad03251d9 �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�N""._Cfunc_pn_connection_remote_hostname � �dH� % H;aw� ��H��H�D$( H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt L p""._cgo_6c239f814c3a_Cfunc_pn_connection_remote_hostname v :""._cgo_runtime_cgocall_errno � - 0 -"".r1 (type.*""._Ctype_char -"".p0 Ltype.*""._Ctype_struct_pn_connection_t 0./ P �#! - B Tgclocals·0d07eeeeb0a929c278204725c205f82e Tgclocals·0115f8d53b75c1696444f08ad03251d9 �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�f""._Cfunc_pn_connection_remote_offered_capabilities � �dH� % H;aw� ��H��H�D$( H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt L �""._cgo_6c239f814c3a_Cfunc_pn_connection_remote_offered_capabilities v :""._cgo_runtime_cgocall_errno � - 0 -"".r1 @type.*""._Ctype_struct_pn_data_t -"".p0 Ltype.*""._Ctype_struct_pn_connection_t 0./ P �#! - B Tgclocals·0d07eeeeb0a929c278204725c205f82e Tgclocals·0115f8d53b75c1696444f08ad03251d9 �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�R""._Cfunc_pn_connection_remote_properties � �dH� % H;aw� ��H��H�D$( H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt L t""._cgo_6c239f814c3a_Cfunc_pn_connection_remote_properties v :""._cgo_runtime_cgocall_errno � - 0 -"".r1 @type.*""._Ctype_struct_pn_data_t -"".p0 Ltype.*""._Ctype_struct_pn_connection_t 0./ P �#! - B Tgclocals·0d07eeeeb0a929c278204725c205f82e Tgclocals·0115f8d53b75c1696444f08ad03251d9 �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�:""._Cfunc_pn_connection_reset � �dH� % H;aw� ��H��H�\$(H�\$(H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt N \""._cgo_6c239f814c3a_Cfunc_pn_connection_reset x :""._cgo_runtime_cgocall_errno � - 0 -"".r1 &type.""._Ctype_void -"".p0 Ltype.*""._Ctype_struct_pn_connection_t 0// P �$! - C Tgclocals·519efd86263089ddb84df3cfe7fd2992 Tgclocals·3280bececceccd33cb74587feedb1f9f �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�J""._Cfunc_pn_connection_set_container � �dH� % H;aw� ��H��H�\$0H�\$0H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt N l""._cgo_6c239f814c3a_Cfunc_pn_connection_set_container x :""._cgo_runtime_cgocall_errno � - 0 -"".r1 &type.""._Ctype_void -"".p1 (type.*""._Ctype_char -"".p0 Ltype.*""._Ctype_struct_pn_connection_t 0// P �$! - C Tgclocals·e8c55b930b09fa5028b5e4b78b8932dc Tgclocals·3280bececceccd33cb74587feedb1f9f �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�H""._Cfunc_pn_connection_set_hostname � �dH� % H;aw� ��H��H�\$0H�\$0H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt N j""._cgo_6c239f814c3a_Cfunc_pn_connection_set_hostname x :""._cgo_runtime_cgocall_errno � - 0 -"".r1 &type.""._Ctype_void -"".p1 (type.*""._Ctype_char -"".p0 Ltype.*""._Ctype_struct_pn_connection_t 0// P �$! - C Tgclocals·e8c55b930b09fa5028b5e4b78b8932dc Tgclocals·3280bececceccd33cb74587feedb1f9f �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�H""._Cfunc_pn_connection_set_password � �dH� % H;aw� ��H��H�\$0H�\$0H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt N j""._cgo_6c239f814c3a_Cfunc_pn_connection_set_password x :""._cgo_runtime_cgocall_errno � - 0 -"".r1 &type.""._Ctype_void -"".p1 (type.*""._Ctype_char -"".p0 Ltype.*""._Ctype_struct_pn_connection_t 0// P �$! - C Tgclocals·e8c55b930b09fa5028b5e4b78b8932dc Tgclocals·3280bececceccd33cb74587feedb1f9f �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�@""._Cfunc_pn_connection_set_user � �dH� % H;aw� ��H��H�\$0H�\$0H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt N b""._cgo_6c239f814c3a_Cfunc_pn_connection_set_user x :""._cgo_runtime_cgocall_errno � - 0 -"".r1 &type.""._Ctype_void -"".p1 (type.*""._Ctype_char -"".p0 Ltype.*""._Ctype_struct_pn_connection_t 0// P �$! - C Tgclocals·e8c55b930b09fa5028b5e4b78b8932dc Tgclocals·3280bececceccd33cb74587feedb1f9f �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�:""._Cfunc_pn_connection_state � �dH� % H;aw� ��H���D$( H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt J \""._cgo_6c239f814c3a_Cfunc_pn_connection_state t :""._cgo_runtime_cgocall_errno � - 0 -"".r1 2type.""._Ctype_pn_state_t -"".p0 Ltype.*""._Ctype_struct_pn_connection_t 0-/ P �"! - A Tgclocals·cf86db206769ec68369d07e260728f65 Tgclocals·0115f8d53b75c1696444f08ad03251d9 �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�.""._Cfunc_pn_data_clear � �dH� % H;aw� ��H��H�\$(H�\$(H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt N P""._cgo_6c239f814c3a_Cfunc_pn_data_clear x :""._cgo_runtime_cgocall_errno � - 0 -"".r1 &type.""._Ctype_void -"".p0 @type.*""._Ctype_struct_pn_data_t 0// P �$! - C Tgclocals·519efd86263089ddb84df3cfe7fd2992 Tgclocals·3280bececceccd33cb74587feedb1f9f �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�.""._Cfunc_pn_data_error � �dH� % H;aw� ��H��H�D$( H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt L P""._cgo_6c239f814c3a_Cfunc_pn_data_error v :""._cgo_runtime_cgocall_errno � - 0 -"".r1 Btype.*""._Ctype_struct_pn_error_t -"".p0 @type.*""._Ctype_struct_pn_data_t 0./ P �#! - B Tgclocals·0d07eeeeb0a929c278204725c205f82e Tgclocals·0115f8d53b75c1696444f08ad03251d9 �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�,""._Cfunc_pn_data_free � �dH� % H;aw� ��H��H�\$(H�\$(H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt N N""._cgo_6c239f814c3a_Cfunc_pn_data_free x :""._cgo_runtime_cgocall_errno � - 0 -"".r1 &type.""._Ctype_void -"".p0 @type.*""._Ctype_struct_pn_data_t 0// P �$! - C Tgclocals·519efd86263089ddb84df3cfe7fd2992 Tgclocals·3280bececceccd33cb74587feedb1f9f �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�0""._Cfunc_pn_data_rewind � �dH� % H;aw� ��H��H�\$(H�\$(H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt N R""._cgo_6c239f814c3a_Cfunc_pn_data_rewind x :""._cgo_runtime_cgocall_errno � - 0 -"".r1 &type.""._Ctype_void -"".p0 @type.*""._Ctype_struct_pn_data_t 0// P �$! - C Tgclocals·519efd86263089ddb84df3cfe7fd2992 Tgclocals·3280bececceccd33cb74587feedb1f9f �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�*""._Cfunc_pn_delivery � �dH� % H;aw� ��H��H�D$8 H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt L L""._cgo_6c239f814c3a_Cfunc_pn_delivery v :""._cgo_runtime_cgocall_errno � - @0 -"".r1 0Htype.*""._Ctype_struct_pn_delivery_t -"".p1 2type.""._Ctype_struct___0 -"".p0 @type.*""._Ctype_struct_pn_link_t 0./ P �#! - B Tgclocals·9d50c2650bd14b076465d970d8016122 Tgclocals·0115f8d53b75c1696444f08ad03251d9 �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�<""._Cfunc_pn_delivery_buffered � �dH� % H;aw� ��H���D$( H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt D ^""._cgo_6c239f814c3a_Cfunc_pn_delivery_buffered n :""._cgo_runtime_cgocall_errno | - 0 -"".r1 (type.""._Ctype__Bool -"".p0 Htype.*""._Ctype_struct_pn_delivery_t 0*/ P �! - > Tgclocals·cf86db206769ec68369d07e260728f65 Tgclocals·0115f8d53b75c1696444f08ad03251d9 �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�6""._Cfunc_pn_delivery_clear � �dH� % H;aw� ��H��H�\$(H�\$(H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt N X""._cgo_6c239f814c3a_Cfunc_pn_delivery_clear x :""._cgo_runtime_cgocall_errno � - 0 -"".r1 &type.""._Ctype_void -"".p0 Htype.*""._Ctype_struct_pn_delivery_t 0// P �$! - C Tgclocals·519efd86263089ddb84df3cfe7fd2992 Tgclocals·3280bececceccd33cb74587feedb1f9f �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�:""._Cfunc_pn_delivery_current � �dH� % H;aw� ��H���D$( H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt D \""._cgo_6c239f814c3a_Cfunc_pn_delivery_current n :""._cgo_runtime_cgocall_errno | - 0 -"".r1 (type.""._Ctype__Bool -"".p0 Htype.*""._Ctype_struct_pn_delivery_t 0*/ P �! - > Tgclocals·cf86db206769ec68369d07e260728f65 Tgclocals·0115f8d53b75c1696444f08ad03251d9 �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�4""._Cfunc_pn_delivery_dump � �dH� % H;aw� ��H��H�\$(H�\$(H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt N V""._cgo_6c239f814c3a_Cfunc_pn_delivery_dump x :""._cgo_runtime_cgocall_errno � - 0 -"".r1 &type.""._Ctype_void -"".p0 Htype.*""._Ctype_struct_pn_delivery_t 0// P �$! - C Tgclocals·519efd86263089ddb84df3cfe7fd2992 Tgclocals·3280bececceccd33cb74587feedb1f9f �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�4""._Cfunc_pn_delivery_link � �dH� % H;aw� ��H��H�D$( H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt L V""._cgo_6c239f814c3a_Cfunc_pn_delivery_link v :""._cgo_runtime_cgocall_errno � - 0 -"".r1 @type.*""._Ctype_struct_pn_link_t -"".p0 Htype.*""._Ctype_struct_pn_delivery_t 0./ P �#! - B Tgclocals·0d07eeeeb0a929c278204725c205f82e Tgclocals·0115f8d53b75c1696444f08ad03251d9 �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�6""._Cfunc_pn_delivery_local � �dH� % H;aw� ��H��H�D$( H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt L X""._cgo_6c239f814c3a_Cfunc_pn_delivery_local v :""._cgo_runtime_cgocall_errno � - 0 -"".r1 Ntype.*""._Ctype_struct_pn_disposition_t -"".p0 Htype.*""._Ctype_struct_pn_delivery_t 0./ P �#! - B Tgclocals·0d07eeeeb0a929c278204725c205f82e Tgclocals·0115f8d53b75c1696444f08ad03251d9 �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�B""._Cfunc_pn_delivery_local_state � �dH� % H;aw� ��H��H�D$( H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt L d""._cgo_6c239f814c3a_Cfunc_pn_delivery_local_state v :""._cgo_runtime_cgocall_errno � - 0 -"".r1 .type.""._Ctype_uint64_t -"".p0 Htype.*""._Ctype_struct_pn_delivery_t 0./ P �#! - B Tgclocals·cf86db206769ec68369d07e260728f65 Tgclocals·0115f8d53b75c1696444f08ad03251d9 �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�:""._Cfunc_pn_delivery_partial � �dH� % H;aw� ��H���D$( H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt D \""._cgo_6c239f814c3a_Cfunc_pn_delivery_partial n :""._cgo_runtime_cgocall_errno | - 0 -"".r1 (type.""._Ctype__Bool -"".p0 Htype.*""._Ctype_struct_pn_delivery_t 0*/ P �! - > Tgclocals·cf86db206769ec68369d07e260728f65 Tgclocals·0115f8d53b75c1696444f08ad03251d9 �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�:""._Cfunc_pn_delivery_pending � �dH� % H;aw� ��H��H�D$( H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt L \""._cgo_6c239f814c3a_Cfunc_pn_delivery_pending v :""._cgo_runtime_cgocall_errno � - 0 -"".r1 *type.""._Ctype_size_t -"".p0 Htype.*""._Ctype_struct_pn_delivery_t 0./ P �#! - B Tgclocals·cf86db206769ec68369d07e260728f65 Tgclocals·0115f8d53b75c1696444f08ad03251d9 �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�<""._Cfunc_pn_delivery_readable � �dH� % H;aw� ��H���D$( H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt D ^""._cgo_6c239f814c3a_Cfunc_pn_delivery_readable n :""._cgo_runtime_cgocall_errno | - 0 -"".r1 (type.""._Ctype__Bool -"".p0 Htype.*""._Ctype_struct_pn_delivery_t 0*/ P �! - > Tgclocals·cf86db206769ec68369d07e260728f65 Tgclocals·0115f8d53b75c1696444f08ad03251d9 �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�8""._Cfunc_pn_delivery_remote � �dH� % H;aw� ��H��H�D$( H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt L Z""._cgo_6c239f814c3a_Cfunc_pn_delivery_remote v :""._cgo_runtime_cgocall_errno � - 0 -"".r1 Ntype.*""._Ctype_struct_pn_disposition_t -"".p0 Htype.*""._Ctype_struct_pn_delivery_t 0./ P �#! - B Tgclocals·0d07eeeeb0a929c278204725c205f82e Tgclocals·0115f8d53b75c1696444f08ad03251d9 �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�D""._Cfunc_pn_delivery_remote_state � �dH� % H;aw� ��H��H�D$( H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt L f""._cgo_6c239f814c3a_Cfunc_pn_delivery_remote_state v :""._cgo_runtime_cgocall_errno � - 0 -"".r1 .type.""._Ctype_uint64_t -"".p0 Htype.*""._Ctype_struct_pn_delivery_t 0./ P �#! - B Tgclocals·cf86db206769ec68369d07e260728f65 Tgclocals·0115f8d53b75c1696444f08ad03251d9 �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�8""._Cfunc_pn_delivery_settle � �dH� % H;aw� ��H��H�\$(H�\$(H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt N Z""._cgo_6c239f814c3a_Cfunc_pn_delivery_settle x :""._cgo_runtime_cgocall_errno � - 0 -"".r1 &type.""._Ctype_void -"".p0 Htype.*""._Ctype_struct_pn_delivery_t 0// P �$! - C Tgclocals·519efd86263089ddb84df3cfe7fd2992 Tgclocals·3280bececceccd33cb74587feedb1f9f �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�:""._Cfunc_pn_delivery_settled � �dH� % H;aw� ��H���D$( H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt D \""._cgo_6c239f814c3a_Cfunc_pn_delivery_settled n :""._cgo_runtime_cgocall_errno | - 0 -"".r1 (type.""._Ctype__Bool -"".p0 Htype.*""._Ctype_struct_pn_delivery_t 0*/ P �! - > Tgclocals·cf86db206769ec68369d07e260728f65 Tgclocals·0115f8d53b75c1696444f08ad03251d9 �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�2""._Cfunc_pn_delivery_tag � �dH� % H;aw� ��H��H�D$( H�D$0 H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt ^ T""._cgo_6c239f814c3a_Cfunc_pn_delivery_tag � :""._cgo_runtime_cgocall_errno � - 00 -"".r1 2type.""._Ctype_struct___0 -"".p0 Htype.*""._Ctype_struct_pn_delivery_t 07/ ` �,! - K Tgclocals·fd048cbd93869b53d7c80f9fed37c06c Tgclocals·0115f8d53b75c1696444f08ad03251d9 �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�8""._Cfunc_pn_delivery_update � �dH� % H;aw� ��H��H�\$0H�\$0H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt N Z""._cgo_6c239f814c3a_Cfunc_pn_delivery_update x :""._cgo_runtime_cgocall_errno � - 0 -"".r1 &type.""._Ctype_void -"".p1 .type.""._Ctype_uint64_t -"".p0 Htype.*""._Ctype_struct_pn_delivery_t 0// P �$! - C Tgclocals·cd30d2bcfdea04ed7c49639580b4bd08 Tgclocals·3280bececceccd33cb74587feedb1f9f �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�:""._Cfunc_pn_delivery_updated � �dH� % H;aw� ��H���D$( H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt D \""._cgo_6c239f814c3a_Cfunc_pn_delivery_updated n :""._cgo_runtime_cgocall_errno | - 0 -"".r1 (type.""._Ctype__Bool -"".p0 Htype.*""._Ctype_struct_pn_delivery_t 0*/ P �! - > Tgclocals·cf86db206769ec68369d07e260728f65 Tgclocals·0115f8d53b75c1696444f08ad03251d9 �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�<""._Cfunc_pn_delivery_writable � �dH� % H;aw� ��H���D$( H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt D ^""._cgo_6c239f814c3a_Cfunc_pn_delivery_writable n :""._cgo_runtime_cgocall_errno | - 0 -"".r1 (type.""._Ctype__Bool -"".p0 Htype.*""._Ctype_struct_pn_delivery_t 0*/ P �! - > Tgclocals·cf86db206769ec68369d07e260728f65 Tgclocals·0115f8d53b75c1696444f08ad03251d9 �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�H""._Cfunc_pn_disposition_annotations � �dH� % H;aw� ��H��H�D$( H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt L j""._cgo_6c239f814c3a_Cfunc_pn_disposition_annotations v :""._cgo_runtime_cgocall_errno � - 0 -"".r1 @type.*""._Ctype_struct_pn_data_t -"".p0 Ntype.*""._Ctype_struct_pn_disposition_t 0./ P �#! - B Tgclocals·0d07eeeeb0a929c278204725c205f82e Tgclocals·0115f8d53b75c1696444f08ad03251d9 �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�D""._Cfunc_pn_disposition_condition � �dH� % H;aw� ��H��H�D$( H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt L f""._cgo_6c239f814c3a_Cfunc_pn_disposition_condition v :""._cgo_runtime_cgocall_errno � - 0 -"".r1 Jtype.*""._Ctype_struct_pn_condition_t -"".p0 Ntype.*""._Ctype_struct_pn_disposition_t 0./ P �#! - B Tgclocals·0d07eeeeb0a929c278204725c205f82e Tgclocals·0115f8d53b75c1696444f08ad03251d9 �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�:""._Cfunc_pn_disposition_data � �dH� % H;aw� ��H��H�D$( H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt L \""._cgo_6c239f814c3a_Cfunc_pn_disposition_data v :""._cgo_runtime_cgocall_errno � - 0 -"".r1 @type.*""._Ctype_struct_pn_data_t -"".p0 Ntype.*""._Ctype_struct_pn_disposition_t 0./ P �#! - B Tgclocals·0d07eeeeb0a929c278204725c205f82e Tgclocals·0115f8d53b75c1696444f08ad03251d9 �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�V""._Cfunc_pn_disposition_get_section_number � �dH� % H;aw� ��H���D$( H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt J x""._cgo_6c239f814c3a_Cfunc_pn_disposition_get_section_number t :""._cgo_runtime_cgocall_errno � - 0 -"".r1 .type.""._Ctype_uint32_t -"".p0 Ntype.*""._Ctype_struct_pn_disposition_t 0-/ P �"! - A Tgclocals·cf86db206769ec68369d07e260728f65 Tgclocals·0115f8d53b75c1696444f08ad03251d9 �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�V""._Cfunc_pn_disposition_get_section_offset � �dH� % H;aw� ��H��H�D$( H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt L x""._cgo_6c239f814c3a_Cfunc_pn_disposition_get_section_offset v :""._cgo_runtime_cgocall_errno � - 0 -"".r1 .type.""._Ctype_uint64_t -"".p0 Ntype.*""._Ctype_struct_pn_disposition_t 0./ P �#! - B Tgclocals·cf86db206769ec68369d07e260728f65 Tgclocals·0115f8d53b75c1696444f08ad03251d9 �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�D""._Cfunc_pn_disposition_is_failed � �dH� % H;aw� ��H���D$( H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt D f""._cgo_6c239f814c3a_Cfunc_pn_disposition_is_failed n :""._cgo_runtime_cgocall_errno | - 0 -"".r1 (type.""._Ctype__Bool -"".p0 Ntype.*""._Ctype_struct_pn_disposition_t 0*/ P �! - > Tgclocals·cf86db206769ec68369d07e260728f65 Tgclocals·0115f8d53b75c1696444f08ad03251d9 �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�R""._Cfunc_pn_disposition_is_undeliverable � �dH� % H;aw� ��H���D$( H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt D t""._cgo_6c239f814c3a_Cfunc_pn_disposition_is_undeliverable n :""._cgo_runtime_cgocall_errno | - 0 -"".r1 (type.""._Ctype__Bool -"".p0 Ntype.*""._Ctype_struct_pn_disposition_t 0*/ P �! - > Tgclocals·cf86db206769ec68369d07e260728f65 Tgclocals·0115f8d53b75c1696444f08ad03251d9 �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�F""._Cfunc_pn_disposition_set_failed � �dH� % H;aw� ��H��H�\$0H�\$0H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt N h""._cgo_6c239f814c3a_Cfunc_pn_disposition_set_failed x :""._cgo_runtime_cgocall_errno � - 0 -"".r1 &type.""._Ctype_void -"".p1 (type.""._Ctype__Bool -"".p0 Ntype.*""._Ctype_struct_pn_disposition_t 0// P �$! - C Tgclocals·cd30d2bcfdea04ed7c49639580b4bd08 Tgclocals·3280bececceccd33cb74587feedb1f9f �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�V""._Cfunc_pn_disposition_set_section_number � �dH� % H;aw� ��H��H�\$0H�\$0H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt N x""._cgo_6c239f814c3a_Cfunc_pn_disposition_set_section_number x :""._cgo_runtime_cgocall_errno � - 0 -"".r1 &type.""._Ctype_void -"".p1 .type.""._Ctype_uint32_t -"".p0 Ntype.*""._Ctype_struct_pn_disposition_t 0// P �$! - C Tgclocals·cd30d2bcfdea04ed7c49639580b4bd08 Tgclocals·3280bececceccd33cb74587feedb1f9f �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�V""._Cfunc_pn_disposition_set_section_offset � �dH� % H;aw� ��H��H�\$0H�\$0H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt N x""._cgo_6c239f814c3a_Cfunc_pn_disposition_set_section_offset x :""._cgo_runtime_cgocall_errno � - 0 -"".r1 &type.""._Ctype_void -"".p1 .type.""._Ctype_uint64_t -"".p0 Ntype.*""._Ctype_struct_pn_disposition_t 0// P �$! - C Tgclocals·cd30d2bcfdea04ed7c49639580b4bd08 Tgclocals·3280bececceccd33cb74587feedb1f9f �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�T""._Cfunc_pn_disposition_set_undeliverable � �dH� % H;aw� ��H��H�\$0H�\$0H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt N v""._cgo_6c239f814c3a_Cfunc_pn_disposition_set_undeliverable x :""._cgo_runtime_cgocall_errno � - 0 -"".r1 &type.""._Ctype_void -"".p1 (type.""._Ctype__Bool -"".p0 Ntype.*""._Ctype_struct_pn_disposition_t 0// P � $! - C Tgclocals·cd30d2bcfdea04ed7c49639580b4bd08 Tgclocals·3280bececceccd33cb74587feedb1f9f �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�:""._Cfunc_pn_disposition_type � �dH� % H;aw� ��H��H�D$( H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt L \""._cgo_6c239f814c3a_Cfunc_pn_disposition_type v :""._cgo_runtime_cgocall_errno � - 0 -"".r1 .type.""._Ctype_uint64_t -"".p0 Ntype.*""._Ctype_struct_pn_disposition_t 0./ P � #! - B Tgclocals·cf86db206769ec68369d07e260728f65 Tgclocals·0115f8d53b75c1696444f08ad03251d9 �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�"""._Cfunc_pn_dtag � �dH� % H;aw� ��H��H�D$0 H�D$8 H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt ^ D""._cgo_6c239f814c3a_Cfunc_pn_dtag � :""._cgo_runtime_cgocall_errno � - @0 -"".r1 2type.""._Ctype_struct___0 -"".p1 *type.""._Ctype_size_t -"".p0 (type.*""._Ctype_char 07/ ` � ,! - K Tgclocals·2ab34f76b7fe498424f2c49491d7ce91 Tgclocals·0115f8d53b75c1696444f08ad03251d9 �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�:""._Cfunc_pn_event_connection � �dH� % H;aw� ��H��H�D$( H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt L \""._cgo_6c239f814c3a_Cfunc_pn_event_connection v :""._cgo_runtime_cgocall_errno � - 0 -"".r1 Ltype.*""._Ctype_struct_pn_connection_t -"".p0 Btype.*""._Ctype_struct_pn_event_t 0./ P � #! - B Tgclocals·0d07eeeeb0a929c278204725c205f82e Tgclocals·0115f8d53b75c1696444f08ad03251d9 �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�6""._Cfunc_pn_event_delivery � �dH� % H;aw� ��H��H�D$( H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt L X""._cgo_6c239f814c3a_Cfunc_pn_event_delivery v :""._cgo_runtime_cgocall_errno � - 0 -"".r1 Htype.*""._Ctype_struct_pn_delivery_t -"".p0 Btype.*""._Ctype_struct_pn_event_t 0./ P � #! - B Tgclocals·0d07eeeeb0a929c278204725c205f82e Tgclocals·0115f8d53b75c1696444f08ad03251d9 �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�.""._Cfunc_pn_event_link � �dH� % H;aw� ��H��H�D$( H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt L P""._cgo_6c239f814c3a_Cfunc_pn_event_link v :""._cgo_runtime_cgocall_errno � - 0 -"".r1 @type.*""._Ctype_struct_pn_link_t -"".p0 Btype.*""._Ctype_struct_pn_event_t 0./ P � #! - B Tgclocals·0d07eeeeb0a929c278204725c205f82e Tgclocals·0115f8d53b75c1696444f08ad03251d9 �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�4""._Cfunc_pn_event_session � �dH� % H;aw� ��H��H�D$( H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt L V""._cgo_6c239f814c3a_Cfunc_pn_event_session v :""._cgo_runtime_cgocall_errno � - 0 -"".r1 Ftype.*""._Ctype_struct_pn_session_t -"".p0 Btype.*""._Ctype_struct_pn_event_t 0./ P � #! - B Tgclocals·0d07eeeeb0a929c278204725c205f82e Tgclocals·0115f8d53b75c1696444f08ad03251d9 �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�.""._Cfunc_pn_event_type � �dH� % H;aw� ��H���D$( H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt J P""._cgo_6c239f814c3a_Cfunc_pn_event_type t :""._cgo_runtime_cgocall_errno � - 0 -"".r1 <type.""._Ctype_pn_event_type_t -"".p0 Btype.*""._Ctype_struct_pn_event_t 0-/ P � "! - A Tgclocals·cf86db206769ec68369d07e260728f65 Tgclocals·0115f8d53b75c1696444f08ad03251d9 �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�6""._Cfunc_pn_flowcontroller � �dH� % H;aw� ��H��H�D$( H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt L X""._cgo_6c239f814c3a_Cfunc_pn_flowcontroller v :""._cgo_runtime_cgocall_errno � - 0 -"".r1 Ftype.*""._Ctype_struct_pn_handler_t -"".p0 $type.""._Ctype_int 0./ P � #! - B Tgclocals·8512b64a8c2de1386e17b894ea692148 Tgclocals·0115f8d53b75c1696444f08ad03251d9 �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�:""._Cfunc_pn_handler_dispatch � �dH� % H;aw� ��H��H�\$8H�\$8H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt N \""._cgo_6c239f814c3a_Cfunc_pn_handler_dispatch x :""._cgo_runtime_cgocall_errno � - 00 -"".r1 0&type.""._Ctype_void -"".p2 <type.""._Ctype_pn_event_type_t -"".p1 Btype.*""._Ctype_struct_pn_event_t -"".p0 Ftype.*""._Ctype_struct_pn_handler_t 0// P � $! - C Tgclocals·72c306c66d827d7caa50958774c351b5 Tgclocals·3280bececceccd33cb74587feedb1f9f �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�2""._Cfunc_pn_handler_free � �dH� % H;aw� ��H��H�\$(H�\$(H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt N T""._cgo_6c239f814c3a_Cfunc_pn_handler_free x :""._cgo_runtime_cgocall_errno � - 0 -"".r1 &type.""._Ctype_void -"".p0 Ftype.*""._Ctype_struct_pn_handler_t 0// P � $! - C Tgclocals·519efd86263089ddb84df3cfe7fd2992 Tgclocals·3280bececceccd33cb74587feedb1f9f �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�2""._Cfunc_pn_link_advance � �dH� % H;aw� ��H���D$( H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt D T""._cgo_6c239f814c3a_Cfunc_pn_link_advance n :""._cgo_runtime_cgocall_errno | - 0 -"".r1 (type.""._Ctype__Bool -"".p0 @type.*""._Ctype_struct_pn_link_t 0*/ P � -! - > Tgclocals·cf86db206769ec68369d07e260728f65 Tgclocals·0115f8d53b75c1696444f08ad03251d9 �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�6""._Cfunc_pn_link_available � �dH� % H;aw� ��H���D$( H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt J X""._cgo_6c239f814c3a_Cfunc_pn_link_available t :""._cgo_runtime_cgocall_errno � - 0 -"".r1 $type.""._Ctype_int -"".p0 @type.*""._Ctype_struct_pn_link_t 0-/ P � -"! - A Tgclocals·cf86db206769ec68369d07e260728f65 Tgclocals·0115f8d53b75c1696444f08ad03251d9 �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�.""._Cfunc_pn_link_close � �dH� % H;aw� ��H��H�\$(H�\$(H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt N P""._cgo_6c239f814c3a_Cfunc_pn_link_close x :""._cgo_runtime_cgocall_errno � - 0 -"".r1 &type.""._Ctype_void -"".p0 @type.*""._Ctype_struct_pn_link_t 0// P � -$! - C Tgclocals·519efd86263089ddb84df3cfe7fd2992 Tgclocals·3280bececceccd33cb74587feedb1f9f �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�6""._Cfunc_pn_link_condition � �dH� % H;aw� ��H��H�D$( H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt L X""._cgo_6c239f814c3a_Cfunc_pn_link_condition v :""._cgo_runtime_cgocall_errno � - 0 -"".r1 Jtype.*""._Ctype_struct_pn_condition_t -"".p0 @type.*""._Ctype_struct_pn_link_t 0./ P � -#! - B Tgclocals·0d07eeeeb0a929c278204725c205f82e Tgclocals·0115f8d53b75c1696444f08ad03251d9 �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�0""._Cfunc_pn_link_credit � �dH� % H;aw� ��H���D$( H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt J R""._cgo_6c239f814c3a_Cfunc_pn_link_credit t :""._cgo_runtime_cgocall_errno � - 0 -"".r1 $type.""._Ctype_int -"".p0 @type.*""._Ctype_struct_pn_link_t 0-/ P � -"! - A Tgclocals·cf86db206769ec68369d07e260728f65 Tgclocals·0115f8d53b75c1696444f08ad03251d9 �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�2""._Cfunc_pn_link_current � �dH� % H;aw� ��H��H�D$( H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt L T""._cgo_6c239f814c3a_Cfunc_pn_link_current v :""._cgo_runtime_cgocall_errno � - 0 -"".r1 Htype.*""._Ctype_struct_pn_delivery_t -"".p0 @type.*""._Ctype_struct_pn_link_t 0./ P � -#! - B Tgclocals·0d07eeeeb0a929c278204725c205f82e Tgclocals·0115f8d53b75c1696444f08ad03251d9 �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�0""._Cfunc_pn_link_detach � �dH� % H;aw� ��H��H�\$(H�\$(H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt N R""._cgo_6c239f814c3a_Cfunc_pn_link_detach x :""._cgo_runtime_cgocall_errno � - 0 -"".r1 &type.""._Ctype_void -"".p0 @type.*""._Ctype_struct_pn_link_t 0// P � -$! - C Tgclocals·519efd86263089ddb84df3cfe7fd2992 Tgclocals·3280bececceccd33cb74587feedb1f9f �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�.""._Cfunc_pn_link_drain � �dH� % H;aw� ��H��H�\$0H�\$0H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt N P""._cgo_6c239f814c3a_Cfunc_pn_link_drain x :""._cgo_runtime_cgocall_errno � - 0 -"".r1 &type.""._Ctype_void -"".p1 $type.""._Ctype_int -"".p0 @type.*""._Ctype_struct_pn_link_t 0// P � -$! - C Tgclocals·cd30d2bcfdea04ed7c49639580b4bd08 Tgclocals·3280bececceccd33cb74587feedb1f9f �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�2""._Cfunc_pn_link_drained � �dH� % H;aw� ��H���D$( H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt J T""._cgo_6c239f814c3a_Cfunc_pn_link_drained t :""._cgo_runtime_cgocall_errno � - 0 -"".r1 $type.""._Ctype_int -"".p0 @type.*""._Ctype_struct_pn_link_t 0-/ P � -"! - A Tgclocals·cf86db206769ec68369d07e260728f65 Tgclocals·0115f8d53b75c1696444f08ad03251d9 �/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/event/�4""._Cfunc_pn_link_draining � �dH� % H;aw� ��H���D$( H� H�$H�\$ H�\$H� H���H��� - - 0runtime.morestack_noctxt D V""._cgo_6c239f814c3a_Cfunc_pn_link_draining n
<TRUNCATED> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
