Searched refs:priv (Results 151 - 175 of 554) sorted by path

1234567891011>>

/external/libmtp/src/
H A Dlibusb-glue.c881 int putfunc_ret = handler->putfunc(NULL, handler->priv, result, bytes, &written);
960 int getfunc_ret = handler->getfunc(NULL, handler->priv,towrite,bytes,&towrite);
1035 PTPMemHandlerPrivate* priv = (PTPMemHandlerPrivate*)private; local
1038 if (priv->curoff + tocopy > priv->size)
1039 tocopy = priv->size - priv->curoff;
1040 memcpy (data, priv->data + priv->curoff, tocopy);
1041 priv
1051 PTPMemHandlerPrivate* priv = (PTPMemHandlerPrivate*)private; local
1066 PTPMemHandlerPrivate* priv; local
1084 PTPMemHandlerPrivate* priv; local
1100 PTPMemHandlerPrivate* priv = (PTPMemHandlerPrivate*)handler->priv; local
1111 PTPMemHandlerPrivate* priv = (PTPMemHandlerPrivate*)handler->priv; local
[all...]
H A Dptp.c216 PTPMemHandlerPrivate* priv = (PTPMemHandlerPrivate*)private; local
219 if (priv->curoff + tocopy > priv->size)
220 tocopy = priv->size - priv->curoff;
221 memcpy (data, priv->data + priv->curoff, tocopy);
222 priv->curoff += tocopy;
232 PTPMemHandlerPrivate* priv = (PTPMemHandlerPrivate*)private; local
234 if (priv
247 PTPMemHandlerPrivate* priv; local
265 PTPMemHandlerPrivate* priv; local
281 PTPMemHandlerPrivate* priv = (PTPMemHandlerPrivate*)handler->priv; local
292 PTPMemHandlerPrivate* priv = (PTPMemHandlerPrivate*)handler->priv; local
309 PTPFDHandlerPrivate* priv = (PTPFDHandlerPrivate*)private; local
326 PTPFDHandlerPrivate* priv = (PTPFDHandlerPrivate*)private; local
338 PTPFDHandlerPrivate* priv; local
349 PTPFDHandlerPrivate* priv = (PTPFDHandlerPrivate*)handler->priv; local
[all...]
H A Dptp.h1847 typedef uint16_t (* PTPDataGetFunc) (PTPParams* params, void*priv,
1851 typedef uint16_t (* PTPDataPutFunc) (PTPParams* params, void*priv,
1857 void *priv; member in struct:_PTPDataHandler
/external/libpcap/
H A Ddlpisubs.c86 struct pcap_dlpi *pd = p->priv;
128 struct pcap_dlpi *pd = p->priv;
H A Dpcap-bpf.c244 struct pcap_bpf *pb = p->priv;
256 struct pcap_bpf *pb = p->priv;
279 struct pcap_bpf *pb = p->priv;
317 struct pcap_bpf *pb = p->priv;
415 struct pcap_bpf *pb = p->priv;
826 struct pcap_bpf *pb = p->priv;
1277 struct pcap_bpf *pb = p->priv;
1481 struct pcap_bpf *pb = p->priv;
2294 struct pcap_bpf *pb = p->priv;
2609 struct pcap_bpf *pb = p->priv;
[all...]
H A Dpcap-bt-linux.c189 struct pcap_bt *handlep = handle->priv;
384 struct pcap_bt *handlep = handle->priv;
H A Dpcap-can-linux.c146 struct pcap_can *handlep = handle->priv;
H A Dpcap-canusb-linux.c245 canusb = p->priv;
320 struct pcap_canusb *canusb = handle->priv;
341 struct pcap_canusb *canusb = handle->priv;
H A Dpcap-dag.c154 pd = p->priv;
251 struct pcap_dag *pd = p->priv;
614 struct pcap_dag *handlep = handle->priv;
930 struct pcap_dag *pd = p->priv;
1042 struct pcap_dag *pd = p->priv;
1091 struct pcap_dag *pd = p->priv;
H A Dpcap-dbus.c56 struct pcap_dbus *handlep = handle->priv;
109 struct pcap_dbus *handlep = handle->priv;
130 struct pcap_dbus *handlep = handle->priv;
141 struct pcap_dbus *handlep = handle->priv;
162 struct pcap_dbus *handlep = handle->priv;
H A Dpcap-dlpi.c249 struct pcap_dlpi *pd = p->priv;
328 struct pcap_dlpi *pd = p->priv;
342 struct pcap_dlpi *pd = p->priv;
1718 pd = p->priv;
H A Dpcap-dos.c172 struct pcap_dos *pcapd = pcap->priv;
223 struct pcap_dos *pd = p->priv;
335 struct pcap_dos *pd = p->priv;
375 pd = p->priv;
449 pd = p->priv;
613 pd = p->priv;
1082 if (dev->priv)
1083 free (dev->priv);
1084 dev->priv = NULL;
1105 struct net_device_stats *stats = (struct net_device_stats*) dev->priv;
[all...]
H A Dpcap-dos.h170 void *priv; /* private data */ member in struct:device
H A Dpcap-int.h150 void *priv; /* private data for methods */ member in struct:pcap
H A Dpcap-libdlpi.c103 struct pcap_dlpi *pd = p->priv;
238 struct pcap_dlpi *pd = p->priv;
304 struct pcap_dlpi *pd = p->priv;
356 struct pcap_dlpi *pd = p->priv;
379 struct pcap_dlpi *pd = p->priv;
H A Dpcap-linux.c791 struct pcap_linux *handlep = handle->priv;
1073 struct pcap_linux *handlep = handle->priv;
1238 struct pcap_linux *handlep = handle->priv;
1422 struct pcap_linux *handlep = handle->priv;
1458 struct pcap_linux *handlep = handle->priv;
1794 struct pcap_linux *handlep = handle->priv;
1846 struct pcap_linux *handlep = handle->priv;
2379 handlep = handle->priv;
2540 struct pcap_linux *handlep = handle->priv;
2998 struct pcap_linux *handlep = handle->priv;
4840 struct iw_priv_args *priv; local
[all...]
H A Dpcap-netfilter-linux.c89 struct pcap_netfilter *handlep = handle->priv;
222 struct pcap_netfilter *handlep = handle->priv;
H A Dpcap-nit.c84 struct pcap_nit *pn = p->priv;
109 struct pcap_nit *pn = p->priv;
H A Dpcap-pf.c108 struct pcap_pf *pf = pc->priv;
250 struct pcap_pf *pf = p->priv;
305 struct pcap_pf *pf = p->priv;
532 struct pcap_pf *pf = p->priv;
H A Dpcap-septel.c67 struct pcap_septel *ps = p->priv;
249 struct pcap_septel *handlep = p->priv;
H A Dpcap-snf.c60 struct pcap_snf *ps = p->priv;
73 struct pcap_snf *ps = p->priv;
81 struct pcap_snf *ps = p->priv;
112 struct pcap_snf *ps = p->priv;
194 struct pcap_snf *ps = p->priv;
325 ps = p->priv;
H A Dpcap-snit.c97 struct pcap_snit *psn = p->priv;
123 struct pcap_snit *psn = p->priv;
H A Dpcap-snoop.c71 struct pcap_snoop *psn = p->priv;
167 struct pcap_snoop *psn = p->priv;
H A Dpcap-usb-linux.c217 struct pcap_usb_linux *handlep = handle->priv;
343 struct pcap_usb_linux *handlep = handle->priv;
471 struct pcap_usb_linux *handlep = handle->priv;
673 struct pcap_usb_linux *handlep = handle->priv;
757 struct pcap_usb_linux *handlep = handle->priv;
781 struct pcap_usb_linux *handlep = handle->priv;
840 struct pcap_usb_linux *handlep = handle->priv;
924 struct pcap_usb_linux *handlep = handle->priv;
H A Dpcap-win32.c274 struct pcap_win *pw = p->priv;
479 struct pcap_win *pw = p->priv;
843 struct pcap_win *pw = p->priv;
856 struct pcap_win *pw = p->priv;

Completed in 419 milliseconds

1234567891011>>