/dports/security/xray-core/Xray-core-1.5.0/common/net/ |
H A D | network.go | 3 func (n Network) SystemString() string { func
|
/dports/net/v2ray/v2ray-core-4.36.2/common/net/ |
H A D | network.go | 3 func (n Network) SystemString() string {
|
/dports/net/v2ray/v2ray-core-4.36.2/transport/internet/ |
H A D | system_dialer.go | 98 return dialer.DialContext(ctx, dest.Network.SystemString(), dest.NetAddr()) 154 return v.adapter.Dial(dest.Network.SystemString(), dest.NetAddr())
|
/dports/security/xray-core/Xray-core-1.5.0/transport/internet/ |
H A D | system_dialer.go | 101 return dialer.DialContext(ctx, dest.Network.SystemString(), dest.NetAddr()) 165 return v.adapter.Dial(dest.Network.SystemString(), dest.NetAddr())
|
/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/ast/ |
H A D | fluxframe.c | 240 static const char *SystemString( AstFrame *, AstSystemType, int * ); 1868 frame->SystemString = SystemString; in astInitFluxFrameVtab_() 3296 static const char *SystemString( AstFrame *this, AstSystemType system, int *status ) { in SystemString() function
|
H A D | specframe.c | 347 static const char *SystemString( AstFrame *, AstSystemType, int * ); 1417 result = SystemString( (AstFrame *) this, sys, status ); in GetAttrib() 2472 frame->SystemString = SystemString; in astInitSpecFrameVtab_() 5159 static const char *SystemString( AstFrame *this, AstSystemType system, int *status ) { in SystemString() function 6649 sval = SystemString( (AstFrame *) this, sys, status ); in Dump()
|
H A D | timeframe.c | 354 static const char *SystemString( AstFrame *, AstSystemType, int * ); 2934 frame->SystemString = SystemString; in astInitTimeFrameVtab_() 5050 static const char *SystemString( AstFrame *this, AstSystemType system, int *status ) { in SystemString() function
|
H A D | cmpframe.c | 700 static const char *SystemString( AstFrame *, AstSystemType, int * ); 4627 frame->SystemString = SystemString; in astInitCmpFrameVtab_() 8589 static const char *SystemString( AstFrame *this, AstSystemType system, int *status ) { in SystemString() function
|
H A D | frame.c | 934 static const char *SystemString( AstFrame *, AstSystemType, int * ); 5887 vtab->SystemString = SystemString; in astInitFrameVtab_() 10561 static const char *SystemString( AstFrame *this, AstSystemType system, int *status ) { in SystemString() function 14868 return (**astMEMBER(this,Frame,SystemString))( this, system, status ); in astSystemString_()
|
H A D | skyframe.c | 954 static const char *SystemString( AstFrame *, AstSystemType, int * ); 4833 frame->SystemString = SystemString; in astInitSkyFrameVtab_() 9884 static const char *SystemString( AstFrame *this, AstSystemType system, int *status ) { in SystemString() function
|
H A D | frameset.c | 873 static const char *SystemString( AstFrame *, AstSystemType, int * ); 5849 frame->SystemString = SystemString; in astInitFrameSetVtab_() 10037 static const char *SystemString( AstFrame *this_frame, AstSystemType system, int *status ) { in SystemString() function
|
H A D | region.c | 918 static const char *SystemString( AstFrame *, AstSystemType, int * ); 4545 frame->SystemString = SystemString; in astInitRegionVtab_() 10704 static const char *SystemString( AstFrame *this_frame, AstSystemType system, int *status ) { in SystemString() function
|
H A D | frame.h | 716 const char *(* SystemString)( AstFrame *, AstSystemType, int * ); member
|