func github.com/jackc/pgx/v5/internal/pgio.AppendUint16
23 uses
github.com/jackc/pgx/v5/internal/pgio (current package)
write.go#L3: func AppendUint16(buf []byte, n uint16) []byte {
write.go#L19: return AppendUint16(buf, uint16(n))
github.com/jackc/pgx/v5/pgproto3
bind.go#L124: dst = pgio.AppendUint16(dst, uint16(len(src.ParameterFormatCodes)))
bind.go#L132: dst = pgio.AppendUint16(dst, uint16(len(src.Parameters)))
bind.go#L146: dst = pgio.AppendUint16(dst, uint16(len(src.ResultFormatCodes)))
copy_both_response.go#L54: dst = pgio.AppendUint16(dst, uint16(len(src.ColumnFormatCodes)))
copy_both_response.go#L56: dst = pgio.AppendUint16(dst, fc)
copy_in_response.go#L55: dst = pgio.AppendUint16(dst, uint16(len(src.ColumnFormatCodes)))
copy_in_response.go#L57: dst = pgio.AppendUint16(dst, fc)
copy_out_response.go#L55: dst = pgio.AppendUint16(dst, uint16(len(src.ColumnFormatCodes)))
copy_out_response.go#L57: dst = pgio.AppendUint16(dst, fc)
data_row.go#L71: dst = pgio.AppendUint16(dst, uint16(len(src.Values)))
function_call.go#L104: dst = pgio.AppendUint16(dst, uint16(len(src.ArgFormatCodes)))
function_call.go#L106: dst = pgio.AppendUint16(dst, argFormatCode)
function_call.go#L112: dst = pgio.AppendUint16(dst, uint16(len(src.Arguments)))
function_call.go#L121: dst = pgio.AppendUint16(dst, src.ResultFormatCode)
parameter_description.go#L50: dst = pgio.AppendUint16(dst, uint16(len(src.ParameterOIDs)))
parse.go#L68: dst = pgio.AppendUint16(dst, uint16(len(src.ParameterOIDs)))
row_description.go#L109: dst = pgio.AppendUint16(dst, uint16(len(src.Fields)))
row_description.go#L115: dst = pgio.AppendUint16(dst, fd.TableAttributeNumber)
github.com/jackc/pgx/v5/pgtype
tid.go#L115: buf = pgio.AppendUint16(buf, tid.OffsetNumber)
tsvector.go#L173: buf = pgio.AppendUint16(buf, uint16(len(entry.Positions)))
tsvector.go#L178: buf = pgio.AppendUint16(buf, packed)