Home
last modified time | relevance | path

Searched defs:buflen (Results 1 – 25 of 90) sorted by relevance

1234

/reactos/dll/3rdparty/mbedtls/
H A Derror.c241 void mbedtls_strerror( int ret, char *buf, size_t buflen ) in mbedtls_strerror()
934 void mbedtls_strerror( int ret, char *buf, size_t buflen ) in mbedtls_strerror()
H A Dpem.c169 unsigned char *buf, size_t buflen, in pem_des_decrypt()
197 unsigned char *buf, size_t buflen, in pem_des3_decrypt()
227 unsigned char *buf, size_t buflen, in pem_aes_decrypt()
H A Dx509_csr.c116 const unsigned char *buf, size_t buflen ) in mbedtls_x509_csr_parse_der()
287 int mbedtls_x509_csr_parse( mbedtls_x509_csr *csr, const unsigned char *buf, size_t buflen ) in mbedtls_x509_csr_parse()
H A Dx509_crl.c326 const unsigned char *buf, size_t buflen ) in mbedtls_x509_crl_parse_der()
564 int mbedtls_x509_crl_parse( mbedtls_x509_crl *chain, const unsigned char *buf, size_t buflen ) in mbedtls_x509_crl_parse()
H A Dentropy_poll.c129 static int getrandom_wrapper( void *buf, size_t buflen, unsigned int flags ) in getrandom_wrapper()
/reactos/drivers/filesystems/btrfs/
H A Dreparse.c27 NTSTATUS get_reparse_point(PFILE_OBJECT FileObject, void* buffer, DWORD buflen, ULONG_PTR* retlen) { in get_reparse_point()
179 …Irp, file_ref* fileref, fcb* fcb, ccb* ccb, REPARSE_DATA_BUFFER* rdb, ULONG buflen, LIST_ENTRY* ro… in set_symlink()
307 NTSTATUS set_reparse_point2(fcb* fcb, REPARSE_DATA_BUFFER* rdb, ULONG buflen, ccb* ccb, file_ref* f… in set_reparse_point2()
414 DWORD buflen = IrpSp->Parameters.DeviceIoControl.InputBufferLength; in set_reparse_point() local
486 DWORD buflen = IrpSp->Parameters.DeviceIoControl.InputBufferLength; in delete_reparse_point() local
H A Dsecurity.c418 ULONG buflen; in get_top_level_sd() local
515 ULONG buflen; in fcb_get_sd() local
636 …et_file_security(PFILE_OBJECT FileObject, SECURITY_DESCRIPTOR* relsd, ULONG* buflen, SECURITY_INFO… in get_file_security()
669 ULONG buflen; in _Function_class_() local
/reactos/dll/win32/winhttp/
H A Dsession.c55 void send_callback( struct object_header *hdr, DWORD status, void *info, DWORD buflen ) in send_callback()
96 …c BOOL session_query_option( struct object_header *hdr, DWORD option, void *buffer, DWORD *buflen ) in session_query_option()
147 static BOOL session_set_option( struct object_header *hdr, DWORD option, void *buffer, DWORD buflen in session_set_option()
660 static void str_to_buffer( WCHAR *buffer, const WCHAR *str, LPDWORD buflen ) in str_to_buffer()
876 static WCHAR *buffer_to_str( WCHAR *buffer, DWORD buflen ) in buffer_to_str()
889 static BOOL request_set_option( struct object_header *hdr, DWORD option, void *buffer, DWORD buflen in request_set_option()
1212 static BOOL query_option( struct object_header *hdr, DWORD option, void *buffer, DWORD *buflen ) in query_option()
1253 BOOL WINAPI WinHttpQueryOption( HINTERNET handle, DWORD option, LPVOID buffer, LPDWORD buflen ) in WinHttpQueryOption()
1273 static BOOL set_option( struct object_header *hdr, DWORD option, void *buffer, DWORD buflen ) in set_option()
1312 BOOL WINAPI WinHttpSetOption( HINTERNET handle, DWORD option, LPVOID buffer, DWORD buflen ) in WinHttpSetOption()
[all …]
/reactos/win32ss/user/user32/misc/
H A Dresources.c22 LPWSTR buffer, INT buflen ) in LoadStringW()
77 INT WINAPI LoadStringA( HINSTANCE instance, UINT resource_id, LPSTR buffer, INT buflen ) in LoadStringA()
/reactos/modules/rostests/tests/regdump/
H A Dmain.c12 DWORD GetInput(char* Buffer, int buflen) in GetInput()
/reactos/drivers/network/tcpip/lwip/src/core/
H A Dip.c101 char *ipaddr_ntoa_r(const ip_addr_t *addr, char *buf, int buflen) in ipaddr_ntoa_r()
/reactos/dll/win32/winscard/
H A Dwinscard.c132 …NG WINAPI SCardListReadersA(SCARDCONTEXT context, const CHAR *groups, CHAR *readers, DWORD *buflen) in SCardListReadersA()
138 … WINAPI SCardListReadersW(SCARDCONTEXT context, const WCHAR *groups, WCHAR *readers, DWORD *buflen) in SCardListReadersW()
/reactos/dll/win32/sxs/
H A Dname.c120 LPDWORD buflen ) in name_GetProperty()
136 LPDWORD buflen, in name_GetDisplayName()
205 LPDWORD buflen, in name_GetName()
/reactos/sdk/include/reactos/libs/mbedtls/
H A Dpem.h88 size_t buflen; /*!< length of the buffer */ member
/reactos/drivers/network/tcpip/lwip/src/netif/ppp/polarssl/
H A Darc4.c76 void arc4_crypt( arc4_context *ctx, unsigned char *buf, int buflen ) in arc4_crypt()
/reactos/dll/win32/rpcrt4/
H A Dndr_clientserver.c163 unsigned char *WINAPI NdrGetBuffer(PMIDL_STUB_MESSAGE stubmsg, ULONG buflen, RPC_BINDING_HANDLE han… in NdrGetBuffer()
/reactos/modules/rostests/apitests/ws2_32/
H A DWSAIoctl.c74 ULONG buflen, BytesReturned, BCastAddr; in Test_WSAIoctl_GetInterfaceList() local
/reactos/dll/win32/hhctrl.ocx/
H A Dhhctrl.c100 static BOOL resolve_filename(const WCHAR *env_filename, WCHAR *fullname, DWORD buflen, WCHAR **inde… in resolve_filename()
503 int len, buflen, mapid = -1; in doWinMain() local
/reactos/drivers/network/tcpip/lwip/src/core/ipv4/
H A Dip4_addr.c285 ip4addr_ntoa_r(const ip4_addr_t *addr, char *buf, int buflen) in ip4addr_ntoa_r()
/reactos/drivers/network/tcpip/lwip/src/core/ipv6/
H A Dip6_addr.c234 ip6addr_ntoa_r(const ip6_addr_t *addr, char *buf, int buflen) in ip6addr_ntoa_r()
/reactos/drivers/network/tcpip/lwip/src/include/lwip/
H A Dinet.h159 #define inet_ntoa_r(addr, buf, buflen) ip4addr_ntoa_r((const ip4_addr_t*)&(addr), buf, buflen) argument
177 #define inet6_ntoa_r(addr, buf, buflen) ip6addr_ntoa_r((const ip6_addr_t*)&(addr), buf, buflen) argument
/reactos/drivers/network/tcpip/lwip/src/netif/ppp/
H A Dutils.c120 int ppp_slprintf(char *buf, int buflen, const char *fmt, ...) { in ppp_slprintf()
135 int ppp_vslprintf(char *buf, int buflen, const char *fmt, va_list args) { in ppp_vslprintf()
/reactos/sdk/lib/3rdparty/adns/src/
H A Dsetup.c294 int lno, char *buf, int buflen) { in gl_file()
338 int lno, char *buf, int buflen) { in gl_text()
362 char *buf, int buflen), in readconfiggeneric()
/reactos/dll/win32/shell32/wine/
H A Dclasses.c409 DWORD buflen = len; in HCR_GetClassNameW() local
483 DWORD buflen = len; in HCR_GetClassNameA() local
/reactos/modules/rostests/win32/loadlib/
H A Dloadlib.c59 long getinput(char* buf, int buflen) in getinput()

1234