/bind-9.6-ESV-R11/bin/tests/master/ |
H A D | t_master.c | 254 static const char *a7 = variable 262 t_assert("dns_master_loadfile", 7, T_REQUIRED, "%s", a7);
|
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/wsock11/ |
H A D | dllstub.c | 1220 GetAddressByNameA(DWORD a0, LPGUID a1, LPSTR a2, LPINT a3, DWORD a4, LPSERVICE_ASYNC_INFO a5, LPVOID a6, LPDWORD a7, LPSTR a8, LPDWORD a9) argument 1222 static INT (PASCAL *fp)(DWORD a0, LPGUID a1, LPSTR a2, LPINT a3, DWORD a4, LPSERVICE_ASYNC_INFO a5, LPVOID a6, LPDWORD a7, LPSTR a8, LPDWORD a9); 1235 return (*fp)(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9); 1239 GetAddressByNameW(DWORD a0, LPGUID a1, LPWSTR a2, LPINT a3, DWORD a4, LPSERVICE_ASYNC_INFO a5, LPVOID a6, LPDWORD a7, LPWSTR a8, LPDWORD a9) argument 1241 static INT (PASCAL *fp)(DWORD a0, LPGUID a1, LPWSTR a2, LPINT a3, DWORD a4, LPSERVICE_ASYNC_INFO a5, LPVOID a6, LPDWORD a7, LPWSTR a8, LPDWORD a9); 1254 return (*fp)(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9); 1505 AcceptEx(SOCKET a0, SOCKET a1, PVOID a2, DWORD a3, DWORD a4, DWORD a5, LPDWORD a6, LPOVERLAPPED a7) argument 1507 static BOOL (PASCAL *fp)(SOCKET a0, SOCKET a1, PVOID a2, DWORD a3, DWORD a4, DWORD a5, LPDWORD a6, LPOVERLAPPED a7); 1520 return (*fp)(a0, a1, a2, a3, a4, a5, a6, a7); 1524 GetAcceptExSockaddrs(PVOID a0, DWORD a1, DWORD a2, DWORD a3, struct sockaddr** a4, LPINT a5, struct sockaddr** a6, LPINT a7) argument [all...] |
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/wsock20/ |
H A D | dllstub.c | 935 WSAIoctl(SOCKET a0, DWORD a1, LPVOID a2, DWORD a3, LPVOID a4, DWORD a5, LPDWORD a6, LPWSAOVERLAPPED a7, LPWSAOVERLAPPED_COMPLETION_ROUTINE a8) argument 937 static int (WINAPI *fp)(SOCKET a0, DWORD a1, LPVOID a2, DWORD a3, LPVOID a4, DWORD a5, LPDWORD a6, LPWSAOVERLAPPED a7, LPWSAOVERLAPPED_COMPLETION_ROUTINE a8); 950 return (*fp)(a0, a1, a2, a3, a4, a5, a6, a7, a8); 1087 WSAJoinLeaf(SOCKET a0, const struct sockaddr * a1, int a2, LPWSABUF a3, LPWSABUF a4, LPQOS a5, LPQOS a6, DWORD a7) argument 1089 static SOCKET (WINAPI *fp)(SOCKET a0, const struct sockaddr * a1, int a2, LPWSABUF a3, LPWSABUF a4, LPQOS a5, LPQOS a6, DWORD a7); 1102 return (*fp)(a0, a1, a2, a3, a4, a5, a6, a7); 1296 WSARecvFrom(SOCKET a0, LPWSABUF a1, DWORD a2, LPDWORD a3, LPDWORD a4, struct sockaddr * a5, LPINT a6, LPWSAOVERLAPPED a7, LPWSAOVERLAPPED_COMPLETION_ROUTINE a8) argument 1298 static int (WINAPI *fp)(SOCKET a0, LPWSABUF a1, DWORD a2, LPDWORD a3, LPDWORD a4, struct sockaddr * a5, LPINT a6, LPWSAOVERLAPPED a7, LPWSAOVERLAPPED_COMPLETION_ROUTINE a8); 1311 return (*fp)(a0, a1, a2, a3, a4, a5, a6, a7, a8); 1391 WSASendTo(SOCKET a0, LPWSABUF a1, DWORD a2, LPDWORD a3, DWORD a4, const struct sockaddr * a5, int a6, LPWSAOVERLAPPED a7, LPWSAOVERLAPPED_COMPLETION_ROUTIN argument 2075 WSANSPIoctl(HANDLE a0, DWORD a1, LPVOID a2, DWORD a3, LPVOID a4, DWORD a5, LPDWORD a6, LPVOID a7) argument [all...] |
/bind-9.6-ESV-R11/bin/tests/rbt/ |
H A D | t_rbt.c | 583 static const char *a7 = "when a name does not exist, " variable 590 t_assert("dns_rbt_findname", 7, T_REQUIRED, "%s", a7);
|
/bind-9.6-ESV-R11/bin/tests/names/ |
H A D | t_names.c | 491 static const char *a7 = "dns_name_isabsolute returns ISC_TRUE if 'name' ends " variable 536 t_assert("dns_name_isabsolute", 1, T_REQUIRED, "%s", a7);
|
/bind-9.6-ESV-R11/bin/tests/tasks/ |
H A D | t_tasks.c | 1270 static const char *a7 = "A call to isc_task_create() creates a task that can " variable 1275 t_assert("tasks", 7, T_REQUIRED, "%s", a7);
|
/bind-9.6-ESV-R11/bin/tests/db/ |
H A D | t_db.c | 624 static const char *a7 = variable 732 t_assert("dns_db_class", 7, T_REQUIRED, "%s", a7);
|