Function report |
Source Code:include\linux\sunrpc\xdr.h |
Create Date:2022-07-28 09:06:49 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:xdr_stream_decode_u32 - Decode a 32-bit integer*@xdr: pointer to xdr_stream*@ptr: location to store integer* Return values:* %0 on success* %-EBADMSG on XDR buffer overflow
Proto:static inline ssize_t xdr_stream_decode_u32(struct xdr_stream *xdr, __u32 *ptr)
Type:ssize_t
Parameter:
Type | Parameter | Name |
---|---|---|
struct xdr_stream * | xdr | |
__u32 * | ptr |
451 | p = xdr_inline_decode(xdr, count) |
453 | If Value for the false possibility is greater at compile time(!p) Then Return -EBADMSG |
455 | ptr = be32_to_cpup(p) |
456 | Return 0 |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |