func github.com/jackc/pgio.SetInt32

62 uses

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

	github.com/jackc/pgconn
		pgconn.go#L1213: 				pgio.SetInt32(buf[sp:], int32(n+4))

	github.com/jackc/pgproto3/v2
		authentication_sasl.go#L57: 	pgio.SetInt32(dst[sp:], int32(len(dst[sp:])))
		authentication_sasl_continue.go#L45: 	pgio.SetInt32(dst[sp:], int32(len(dst[sp:])))
		authentication_sasl_final.go#L45: 	pgio.SetInt32(dst[sp:], int32(len(dst[sp:])))
		bind.go#L141: 	pgio.SetInt32(dst[sp:], int32(len(dst[sp:])))
		close.go#L48: 	pgio.SetInt32(dst[sp:], int32(len(dst[sp:])))
		command_complete.go#L39: 	pgio.SetInt32(dst[sp:], int32(len(dst[sp:])))
		copy_both_response.go#L56: 	pgio.SetInt32(dst[sp:], int32(len(dst[sp:])))
		copy_fail.go#L39: 	pgio.SetInt32(dst[sp:], int32(len(dst[sp:])))
		copy_in_response.go#L57: 	pgio.SetInt32(dst[sp:], int32(len(dst[sp:])))
		copy_out_response.go#L57: 	pgio.SetInt32(dst[sp:], int32(len(dst[sp:])))
		data_row.go#L82: 	pgio.SetInt32(dst[sp:], int32(len(dst[sp:])))
		describe.go#L48: 	pgio.SetInt32(dst[sp:], int32(len(dst[sp:])))
		execute.go#L49: 	pgio.SetInt32(dst[sp:], int32(len(dst[sp:])))
		function_call_response.go#L54: 	pgio.SetInt32(dst[sp:], int32(len(dst[sp:])))
		notification_response.go#L55: 	pgio.SetInt32(dst[sp:], int32(len(dst[sp:])))
		parameter_description.go#L52: 	pgio.SetInt32(dst[sp:], int32(len(dst[sp:])))
		parameter_status.go#L50: 	pgio.SetInt32(dst[sp:], int32(len(dst[sp:])))
		parse.go#L70: 	pgio.SetInt32(dst[sp:], int32(len(dst[sp:])))
		row_description.go#L120: 	pgio.SetInt32(dst[sp:], int32(len(dst[sp:])))
		sasl_initial_response.go#L53: 	pgio.SetInt32(dst[sp:], int32(len(dst[sp:])))
		startup_message.go#L80: 	pgio.SetInt32(dst[sp:], int32(len(dst[sp:])))

	github.com/jackc/pgtype
		array_type.go#L317: 			pgio.SetInt32(buf[sp:], int32(len(buf[sp:])-4))
		bool_array.go#L481: 			pgio.SetInt32(buf[sp:], int32(len(buf[sp:])-4))
		bpchar_array.go#L481: 			pgio.SetInt32(buf[sp:], int32(len(buf[sp:])-4))
		bytea_array.go#L453: 			pgio.SetInt32(buf[sp:], int32(len(buf[sp:])-4))
		cidr_array.go#L510: 			pgio.SetInt32(buf[sp:], int32(len(buf[sp:])-4))
		date_array.go#L482: 			pgio.SetInt32(buf[sp:], int32(len(buf[sp:])-4))
		daterange.go#L224: 		pgio.SetInt32(buf[sp:], int32(len(buf[sp:])-4))
		daterange.go#L239: 		pgio.SetInt32(buf[sp:], int32(len(buf[sp:])-4))
		float4_array.go#L481: 			pgio.SetInt32(buf[sp:], int32(len(buf[sp:])-4))
		float8_array.go#L481: 			pgio.SetInt32(buf[sp:], int32(len(buf[sp:])-4))
		hstore.go#L221: 			pgio.SetInt32(buf[sp:], int32(len(buf[sp:])-4))
		hstore_array.go#L453: 			pgio.SetInt32(buf[sp:], int32(len(buf[sp:])-4))
		inet_array.go#L510: 			pgio.SetInt32(buf[sp:], int32(len(buf[sp:])-4))
		int2_array.go#L873: 			pgio.SetInt32(buf[sp:], int32(len(buf[sp:])-4))
		int4_array.go#L873: 			pgio.SetInt32(buf[sp:], int32(len(buf[sp:])-4))
		int4range.go#L224: 		pgio.SetInt32(buf[sp:], int32(len(buf[sp:])-4))
		int4range.go#L239: 		pgio.SetInt32(buf[sp:], int32(len(buf[sp:])-4))
		int8_array.go#L873: 			pgio.SetInt32(buf[sp:], int32(len(buf[sp:])-4))
		int8range.go#L224: 		pgio.SetInt32(buf[sp:], int32(len(buf[sp:])-4))
		int8range.go#L239: 		pgio.SetInt32(buf[sp:], int32(len(buf[sp:])-4))
		jsonb_array.go#L481: 			pgio.SetInt32(buf[sp:], int32(len(buf[sp:])-4))
		macaddr_array.go#L482: 			pgio.SetInt32(buf[sp:], int32(len(buf[sp:])-4))
		numeric_array.go#L649: 			pgio.SetInt32(buf[sp:], int32(len(buf[sp:])-4))
		numrange.go#L224: 		pgio.SetInt32(buf[sp:], int32(len(buf[sp:])-4))
		numrange.go#L239: 		pgio.SetInt32(buf[sp:], int32(len(buf[sp:])-4))
		text_array.go#L481: 			pgio.SetInt32(buf[sp:], int32(len(buf[sp:])-4))
		timestamp_array.go#L482: 			pgio.SetInt32(buf[sp:], int32(len(buf[sp:])-4))
		timestamptz_array.go#L482: 			pgio.SetInt32(buf[sp:], int32(len(buf[sp:])-4))
		tsrange.go#L224: 		pgio.SetInt32(buf[sp:], int32(len(buf[sp:])-4))
		tsrange.go#L239: 		pgio.SetInt32(buf[sp:], int32(len(buf[sp:])-4))
		tsrange_array.go#L434: 			pgio.SetInt32(buf[sp:], int32(len(buf[sp:])-4))
		tstzrange.go#L224: 		pgio.SetInt32(buf[sp:], int32(len(buf[sp:])-4))
		tstzrange.go#L239: 		pgio.SetInt32(buf[sp:], int32(len(buf[sp:])-4))
		tstzrange_array.go#L434: 			pgio.SetInt32(buf[sp:], int32(len(buf[sp:])-4))
		uuid_array.go#L537: 			pgio.SetInt32(buf[sp:], int32(len(buf[sp:])-4))
		varchar_array.go#L481: 			pgio.SetInt32(buf[sp:], int32(len(buf[sp:])-4))

	github.com/jackc/pgx/v4
		values.go#L157: 			pgio.SetInt32(buf[sp:], int32(len(buf[sp:])-4))
		values.go#L169: 			pgio.SetInt32(buf[sp:], int32(len(buf[sp:])-4))
		values.go#L213: 			pgio.SetInt32(buf[sp:], int32(len(buf[sp:])-4))