Searched refs:fdp (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/docs/examples/
H A Dhiperfifo.c249 SockInfo *fdp = calloc(sizeof(SockInfo), 1); local
251 fdp->global = g;
252 setsock(fdp, s, easy, action, g);
253 curl_multi_assign(g->multi, s, fdp);
260 SockInfo *fdp = (SockInfo*) sockp; local
267 remsock(fdp);
270 if (!fdp) {
277 whatstr[fdp->action], whatstr[what]);
278 setsock(fdp, s, e, what, g);
H A Dghiper.c239 SockInfo *fdp = g_malloc0(sizeof(SockInfo)); local
241 fdp->global = g;
242 fdp->ch=g_io_channel_unix_new(s);
243 setsock(fdp, s, easy, action, g);
244 curl_multi_assign(g->multi, s, fdp);
253 SockInfo *fdp = (SockInfo*) sockp; local
259 remsock(fdp);
261 if (!fdp) {
269 "Changing action from %d to %d\n", fdp->action, what);
270 setsock(fdp,
[all...]
H A Devhiperfifo.c253 SockInfo *fdp = calloc(sizeof(SockInfo), 1); local
255 fdp->global = g;
256 setsock(fdp, s, easy, action, g);
257 curl_multi_assign(g->multi, s, fdp);
267 SockInfo *fdp = (SockInfo*) sockp; local
275 remsock(fdp, g);
278 if ( !fdp )
286 whatstr[fdp->action], whatstr[what]);
287 setsock(fdp, s, e, what, g);
H A Dasiohiper.cpp203 static void setsock(int *fdp, curl_socket_t s, CURL*e, int act, GlobalInfo*g) argument
205 fprintf(MSG_OUT, "\nsetsock: socket=%d, act=%d, fdp=%p", s, act, fdp);
217 *fdp = act;
256 int *fdp = (int *)calloc(sizeof(int), 1); /* fdp is used to store current action */ local
258 setsock(fdp, s, easy, action, g);
259 curl_multi_assign(g->multi, s, fdp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-sysdeps-win.c953 DBusPollFD *fdp = &fds[i]; local
956 if (fdp->events & _DBUS_POLLIN)
957 msgp += sprintf (msgp, "R:%d ", fdp->fd);
959 if (fdp->events & _DBUS_POLLOUT)
960 msgp += sprintf (msgp, "W:%d ", fdp->fd);
962 msgp += sprintf (msgp, "E:%d\n\t", fdp->fd);
977 DBusPollFD *fdp = &fds[i]; local
983 if (fdp->events & _DBUS_POLLIN)
986 if (fdp->events & _DBUS_POLLOUT)
989 WSAEventSelect(fdp
1016 DBusPollFD *fdp = &fds[i]; local
[all...]
H A Ddbus-sysdeps-unix.c2557 DBusPollFD *fdp = &fds[i];
2559 if (fdp->events & _DBUS_POLLIN)
2560 FD_SET (fdp->fd, &read_set);
2562 if (fdp->events & _DBUS_POLLOUT)
2563 FD_SET (fdp->fd, &write_set);
2565 FD_SET (fdp->fd, &err_set);
2567 max_fd = MAX (max_fd, fdp->fd);
2580 DBusPollFD *fdp = &fds[i];
2582 fdp->revents = 0;
2584 if (FD_ISSET (fdp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dwrite-po.c600 char *fdp; local
611 for (fdp = fmtdir; fdp < fd_end; fdp++)
612 if (*fdp & FMTDIR_START)
615 for (fdq = fdp; fdq < fd_end; fdq++)
624 memset (fdp, ATTR_INVALID_FORMAT_DIRECTIVE, fdq - fdp + 1);
626 memset (fdp, ATTR_FORMAT_DIRECTIVE, fdq - fdp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dscm.c62 int *fdp = (int*)CMSG_DATA(cmsg); local
94 int fd = fdp[i];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jffs2/
H A Dgc.c845 struct jffs2_full_dirent **fdp = &f->dents; local
937 while (*fdp) {
938 if ((*fdp) == fd) {
940 *fdp = fd->next;
943 fdp = &(*fdp)->next;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dosst.h189 unsigned fdp :1; /* Fixed Data Partitions */ member in struct:__anon14872
199 unsigned fdp :1; /* Fixed Data Partitions */ member in struct:__anon14872
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/test/
H A Dregress_bufferevent.c572 evutil_socket_t *fdp = arg; local
573 if (*fdp >= 0) {
574 evutil_closesocket(*fdp);
575 *fdp = -1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_db.cpp245 DB_METHOD(fd, (int *fdp), (db, fdp), DB_RETOK_STD)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_iface.c578 __db_fd_pp(dbp, fdp)
580 int *fdp;
610 *fdp = -1;
615 *fdp = fhp->fd;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb_cxx.h197 virtual int fd(int *fdp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb_cxx.h198 virtual int fd(int *fdp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb_cxx.h198 virtual int fd(int *fdp);

Completed in 222 milliseconds