HomeSort by relevance Sort by last modified time
    Searched full:lpcb (Results 1 - 10 of 10) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mapiutil.h 159 STDAPI_(SCODE) ScCountNotifications(int cNotifications,LPNOTIFICATION lpNotifications,ULONG *lpcb);
160 STDAPI_(SCODE) ScCopyNotifications(int cNotification,LPNOTIFICATION lpNotifications,LPVOID lpvDst,ULONG *lpcb);
161 STDAPI_(SCODE) ScRelocNotifications(int cNotification,LPNOTIFICATION lpNotifications,LPVOID lpvBaseOld,LPVOID lpvBaseNew,ULONG *lpcb);
162 STDAPI_(SCODE) ScCountProps(int cValues,LPSPropValue lpPropArray,ULONG *lpcb);
164 STDAPI_(SCODE) ScCopyProps(int cValues,LPSPropValue lpPropArray,LPVOID lpvDst,ULONG *lpcb);
165 STDAPI_(SCODE) ScRelocProps(int cValues,LPSPropValue lpPropArray,LPVOID lpvBaseOld,LPVOID lpvBaseNew,ULONG *lpcb);
185 STDAPI HrEntryIDFromSz(LPTSTR lpsz,ULONG *lpcb,LPENTRYID *lppEntryID);
wabutil.h 164 STDAPI_(SCODE) ScCountNotifications(int cNotifications,LPNOTIFICATION lpNotifications,ULONG *lpcb);
165 STDAPI_(SCODE) ScCopyNotifications(int cNotification,LPNOTIFICATION lpNotifications,LPVOID lpvDst,ULONG *lpcb);
166 STDAPI_(SCODE) ScRelocNotifications(int cNotification,LPNOTIFICATION lpNotifications,LPVOID lpvBaseOld,LPVOID lpvBaseNew,ULONG *lpcb);
167 STDAPI_(SCODE) ScCountProps(int cValues,LPSPropValue lpPropArray,ULONG *lpcb);
169 STDAPI_(SCODE) ScCopyProps(int cValues,LPSPropValue lpPropArray,LPVOID lpvDst,ULONG *lpcb);
170 STDAPI_(SCODE) ScRelocProps(int cValues,LPSPropValue lpPropArray,LPVOID lpvBaseOld,LPVOID lpvBaseNew,ULONG *lpcb);
ddrawi.h 706 LPDDRAWI_DDRAWSURFACE_INT lpCB;
    [all...]
vfw.h 920 STDMETHOD(ReadData) (THIS_ DWORD fcc,LPVOID lp,LONG *lpcb) PURE;
    [all...]
  /external/syslinux/core/lwip/src/core/
tcp.c 485 struct tcp_pcb_listen *lpcb; local
499 for(lpcb = tcp_listen_pcbs.listen_pcbs; lpcb != NULL; lpcb = lpcb->next) {
500 if (lpcb->local_port == pcb->local_port) {
501 if (ip_addr_cmp(&lpcb->local_ip, &pcb->local_ip)) {
509 lpcb = (struct tcp_pcb_listen *)memp_malloc(MEMP_TCP_PCB_LISTEN);
510 if (lpcb == NULL) {
513 lpcb->callback_arg = pcb->callback_arg
1374 struct tcp_pcb_listen *lpcb; local
    [all...]
netif.c 325 struct tcp_pcb_listen *lpcb; local
349 for (lpcb = tcp_listen_pcbs.listen_pcbs; lpcb != NULL; lpcb = lpcb->next) {
351 if ((!(ip_addr_isany(&(lpcb->local_ip)))) &&
352 (ip_addr_cmp(&(lpcb->local_ip), &(netif->ip_addr)))) {
355 ip_addr_set(&(lpcb->local_ip), ipaddr);
tcp_in.c 95 struct tcp_pcb_listen *lpcb; local
228 for(lpcb = tcp_listen_pcbs.listen_pcbs; lpcb != NULL; lpcb = lpcb->next) {
229 if (lpcb->local_port == tcphdr->dest) {
231 if (ip_addr_cmp(&(lpcb->local_ip), &current_iphdr_dest)) {
234 } else if(ip_addr_isany(&(lpcb->local_ip))) {
236 lpcb_any = lpcb;
240 if (ip_addr_cmp(&(lpcb->local_ip), &current_iphdr_dest) |
    [all...]
  /external/syslinux/core/lwip/src/api/
api_msg.c 1062 struct tcp_pcb* lpcb = tcp_listen_with_backlog(msg->conn->pcb.tcp, msg->msg.lb.backlog); local
1064 struct tcp_pcb* lpcb = tcp_listen(msg->conn->pcb.tcp);
1066 if (lpcb == NULL) {
1082 msg->conn->pcb.tcp = lpcb;
1086 /* since the old pcb is already deallocated, free lpcb now */
1087 tcp_close(lpcb);
    [all...]
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
PciTree.asl 376 Device(LPCB) // LPC Bridge
379 include("LpcB.asl")
Platform.asl 32 External(\_SB.PCI0.LPCB.TPM.PTS, MethodObj)

Completed in 233 milliseconds