func github.com/jackc/pgio.AppendInt32

102 uses

	github.com/jackc/pgio (current package)
		write.go#L30: func AppendInt32(buf []byte, n int32) []byte {

	github.com/jackc/pgproto3/v2
		authentication_cleartext_password.go#L36: 	dst = pgio.AppendInt32(dst, 8)
		authentication_md5_password.go#L39: 	dst = pgio.AppendInt32(dst, 12)
		authentication_ok.go#L36: 	dst = pgio.AppendInt32(dst, 8)
		authentication_sasl.go#L48: 	dst = pgio.AppendInt32(dst, -1)
		authentication_sasl_continue.go#L40: 	dst = pgio.AppendInt32(dst, -1)
		authentication_sasl_final.go#L40: 	dst = pgio.AppendInt32(dst, -1)
		bind.go#L113: 	dst = pgio.AppendInt32(dst, -1)
		bind.go#L128: 			dst = pgio.AppendInt32(dst, -1)
		bind.go#L132: 		dst = pgio.AppendInt32(dst, int32(len(p)))
		cancel_request.go#L40: 	dst = pgio.AppendInt32(dst, 16)
		cancel_request.go#L41: 	dst = pgio.AppendInt32(dst, cancelRequestCode)
		close.go#L42: 	dst = pgio.AppendInt32(dst, -1)
		command_complete.go#L34: 	dst = pgio.AppendInt32(dst, -1)
		copy_both_response.go#L49: 	dst = pgio.AppendInt32(dst, -1)
		copy_data.go#L30: 	dst = pgio.AppendInt32(dst, int32(4+len(src.Data)))
		copy_fail.go#L34: 	dst = pgio.AppendInt32(dst, -1)
		copy_in_response.go#L49: 	dst = pgio.AppendInt32(dst, -1)
		copy_out_response.go#L48: 	dst = pgio.AppendInt32(dst, -1)
		data_row.go#L69: 	dst = pgio.AppendInt32(dst, -1)
		data_row.go#L74: 			dst = pgio.AppendInt32(dst, -1)
		data_row.go#L78: 		dst = pgio.AppendInt32(dst, int32(len(v)))
		describe.go#L42: 	dst = pgio.AppendInt32(dst, -1)
		execute.go#L42: 	dst = pgio.AppendInt32(dst, -1)
		function_call_response.go#L45: 	dst = pgio.AppendInt32(dst, -1)
		function_call_response.go#L48: 		dst = pgio.AppendInt32(dst, -1)
		function_call_response.go#L50: 		dst = pgio.AppendInt32(dst, int32(len(src.Result)))
		gss_enc_request.go#L35: 	dst = pgio.AppendInt32(dst, 8)
		gss_enc_request.go#L36: 	dst = pgio.AppendInt32(dst, gssEncReqNumber)
		notification_response.go#L47: 	dst = pgio.AppendInt32(dst, -1)
		parameter_description.go#L45: 	dst = pgio.AppendInt32(dst, -1)
		parameter_status.go#L43: 	dst = pgio.AppendInt32(dst, -1)
		parse.go#L58: 	dst = pgio.AppendInt32(dst, -1)
		password_message.go#L34: 	dst = pgio.AppendInt32(dst, int32(4+len(src.Password)+1))
		query.go#L33: 	dst = pgio.AppendInt32(dst, int32(4+len(src.String)+1))
		row_description.go#L105: 	dst = pgio.AppendInt32(dst, -1)
		row_description.go#L116: 		dst = pgio.AppendInt32(dst, fd.TypeModifier)
		sasl_initial_response.go#L45: 	dst = pgio.AppendInt32(dst, -1)
		sasl_initial_response.go#L50: 	dst = pgio.AppendInt32(dst, int32(len(src.Data)))
		sasl_response.go#L27: 	dst = pgio.AppendInt32(dst, int32(4+len(src.Data)))
		ssl_request.go#L35: 	dst = pgio.AppendInt32(dst, 8)
		ssl_request.go#L36: 	dst = pgio.AppendInt32(dst, sslRequestNumber)
		startup_message.go#L69: 	dst = pgio.AppendInt32(dst, -1)

	github.com/jackc/pgtype
		array.go#L65: 	buf = pgio.AppendInt32(buf, int32(len(src.Dimensions)))
		array.go#L71: 	buf = pgio.AppendInt32(buf, containsNull)
		array.go#L73: 	buf = pgio.AppendInt32(buf, src.ElementOID)
		array.go#L76: 		buf = pgio.AppendInt32(buf, src.Dimensions[i].Length)
		array.go#L77: 		buf = pgio.AppendInt32(buf, src.Dimensions[i].LowerBound)
		array_type.go#L309: 		buf = pgio.AppendInt32(buf, -1)
		bool_array.go#L473: 		buf = pgio.AppendInt32(buf, -1)
		bpchar_array.go#L473: 		buf = pgio.AppendInt32(buf, -1)
		bytea_array.go#L445: 		buf = pgio.AppendInt32(buf, -1)
		cidr_array.go#L502: 		buf = pgio.AppendInt32(buf, -1)
		composite_type.go#L573: 	b.buf = pgio.AppendInt32(b.buf, -1)
		date.go#L194: 	return pgio.AppendInt32(buf, daysSinceDateEpoch), nil
		date_array.go#L474: 		buf = pgio.AppendInt32(buf, -1)
		daterange.go#L214: 		buf = pgio.AppendInt32(buf, -1)
		daterange.go#L229: 		buf = pgio.AppendInt32(buf, -1)
		float4_array.go#L473: 		buf = pgio.AppendInt32(buf, -1)
		float8_array.go#L473: 		buf = pgio.AppendInt32(buf, -1)
		hstore.go#L205: 	buf = pgio.AppendInt32(buf, int32(len(src.Map)))
		hstore.go#L209: 		buf = pgio.AppendInt32(buf, int32(len(k)))
		hstore.go#L213: 		buf = pgio.AppendInt32(buf, -1)
		hstore_array.go#L445: 		buf = pgio.AppendInt32(buf, -1)
		inet_array.go#L502: 		buf = pgio.AppendInt32(buf, -1)
		int2_array.go#L865: 		buf = pgio.AppendInt32(buf, -1)
		int4.go#L242: 	return pgio.AppendInt32(buf, src.Int), nil
		int4_array.go#L865: 		buf = pgio.AppendInt32(buf, -1)
		int4range.go#L214: 		buf = pgio.AppendInt32(buf, -1)
		int4range.go#L229: 		buf = pgio.AppendInt32(buf, -1)
		int8_array.go#L865: 		buf = pgio.AppendInt32(buf, -1)
		int8range.go#L214: 		buf = pgio.AppendInt32(buf, -1)
		int8range.go#L229: 		buf = pgio.AppendInt32(buf, -1)
		interval.go#L231: 	buf = pgio.AppendInt32(buf, src.Days)
		interval.go#L232: 	return pgio.AppendInt32(buf, src.Months), nil
		jsonb_array.go#L473: 		buf = pgio.AppendInt32(buf, -1)
		macaddr_array.go#L474: 		buf = pgio.AppendInt32(buf, -1)
		numeric_array.go#L641: 		buf = pgio.AppendInt32(buf, -1)
		numrange.go#L214: 		buf = pgio.AppendInt32(buf, -1)
		numrange.go#L229: 		buf = pgio.AppendInt32(buf, -1)
		path.go#L163: 	buf = pgio.AppendInt32(buf, int32(len(src.P)))
		polygon.go#L194: 	buf = pgio.AppendInt32(buf, int32(len(src.P)))
		text_array.go#L473: 		buf = pgio.AppendInt32(buf, -1)
		timestamp_array.go#L474: 		buf = pgio.AppendInt32(buf, -1)
		timestamptz_array.go#L474: 		buf = pgio.AppendInt32(buf, -1)
		tsrange.go#L214: 		buf = pgio.AppendInt32(buf, -1)
		tsrange.go#L229: 		buf = pgio.AppendInt32(buf, -1)
		tsrange_array.go#L426: 		buf = pgio.AppendInt32(buf, -1)
		tstzrange.go#L214: 		buf = pgio.AppendInt32(buf, -1)
		tstzrange.go#L229: 		buf = pgio.AppendInt32(buf, -1)
		tstzrange_array.go#L426: 		buf = pgio.AppendInt32(buf, -1)
		uuid_array.go#L529: 		buf = pgio.AppendInt32(buf, -1)
		varbit.go#L107: 	buf = pgio.AppendInt32(buf, src.Len)
		varchar_array.go#L473: 		buf = pgio.AppendInt32(buf, -1)

	github.com/jackc/pgx/v4
		copy_from.go#L117: 		buf = pgio.AppendInt32(buf, 0)
		copy_from.go#L118: 		buf = pgio.AppendInt32(buf, 0)
		values.go#L144: 		return pgio.AppendInt32(buf, -1), nil
		values.go#L150: 		buf = pgio.AppendInt32(buf, -1)
		values.go#L162: 		buf = pgio.AppendInt32(buf, -1)
		values.go#L173: 		buf = pgio.AppendInt32(buf, int32(len(arg)))
		values.go#L182: 			return pgio.AppendInt32(buf, -1), nil
		values.go#L206: 		buf = pgio.AppendInt32(buf, -1)