代码搜索:Encode
找到约 8,258 项符合「Encode」的源代码
代码结果 8,258
www.eeworm.com/read/292705/3949576
c nfs2xdr.c
/*
* linux/fs/nfs/nfs2xdr.c
*
* XDR functions to encode/decode NFS RPC arguments and results.
*
* Copyright (C) 1992, 1993, 1994 Rick Sladkey
* Copyright (C) 1996 Olaf Kirch
* 04 Aug 1998 Ion
www.eeworm.com/read/442179/1764809
xtp xtp-page.xtp
Rewriting links to encode sessions is a tedious and error-prone task.
If you use URL-encoded sessions, every <a> link and every <form> action
needs a rewritten li
www.eeworm.com/read/440906/1781557
c 20000329-1.c
int giop_tx_big_endian;
inline
void
giop_encode_ulong (unsigned long i, char *buf)
{
if (giop_tx_big_endian)
{
*(unsigned long *) buf = i;
}
else
{
*buf++ = i & 0xff;
www.eeworm.com/read/439082/1819600
c nfs2xdr.c
/*
* linux/fs/nfs/nfs2xdr.c
*
* XDR functions to encode/decode NFS RPC arguments and results.
*
* Copyright (C) 1992, 1993, 1994 Rick Sladkey
* Copyright (C) 1996 Olaf Kirch
* 04 Aug 1998 Ion
www.eeworm.com/read/430518/1928503
c nfs2xdr.c
/*
* linux/fs/nfs/nfs2xdr.c
*
* XDR functions to encode/decode NFS RPC arguments and results.
*
* Copyright (C) 1992, 1993, 1994 Rick Sladkey
* Copyright (C) 1996 Olaf Kirch
* 04 Aug 1998 Ion