Searched defs:a7 (Results 1 - 7 of 7) sorted by relevance

/bind-9.11.3/bin/tests/master/
H A Dt_master.c246 static const char *a7 = variable
254 t_assert("dns_master_loadfile", 7, T_REQUIRED, "%s", a7);
/bind-9.11.3/contrib/idn/idnkit-1.0-src/wsock/wsock11/
H A Ddllstub.c1220 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.11.3/contrib/idn/idnkit-1.0-src/wsock/wsock20/
H A Ddllstub.c935 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.11.3/bin/tests/db/
H A Dt_db.c615 static const char *a7 = variable
723 t_assert("dns_db_class", 7, T_REQUIRED, "%s", a7);
/bind-9.11.3/bin/tests/rbt/
H A Dt_rbt.c575 static const char *a7 = "when a name does not exist, " variable
582 t_assert("dns_rbt_findname", 7, T_REQUIRED, "%s", a7);
/bind-9.11.3/bin/tests/tasks/
H A Dt_tasks.c1287 static const char *a7 = "A call to isc_task_create() creates a task that can " variable
1292 t_assert("tasks", 7, T_REQUIRED, "%s", a7);
/bind-9.11.3/bin/tests/names/
H A Dt_names.c483 static const char *a7 = "dns_name_isabsolute returns ISC_TRUE if 'name' ends " variable
528 t_assert("dns_name_isabsolute", 1, T_REQUIRED, "%s", a7);

Completed in 35 milliseconds