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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/docs/examples/
H A Dhiperfifo.c245 SockInfo *fdp = calloc(sizeof(SockInfo), 1); local
247 fdp->global = g;
248 setsock(fdp, s, easy, action, g);
249 curl_multi_assign(g->multi, s, fdp);
256 SockInfo *fdp = (SockInfo*) sockp; local
263 remsock(fdp);
266 if (!fdp) {
273 whatstr[fdp->action], whatstr[what]);
274 setsock(fdp, s, e, what, g);
H A Dghiper.c240 SockInfo *fdp = g_malloc0(sizeof(SockInfo)); local
242 fdp->global = g;
243 fdp->ch=g_io_channel_unix_new(s);
244 setsock(fdp, s, easy, action, g);
245 curl_multi_assign(g->multi, s, fdp);
254 SockInfo *fdp = (SockInfo*) sockp; local
260 remsock(fdp);
262 if (!fdp) {
270 "Changing action from %d to %d\n", fdp->action, what);
271 setsock(fdp,
[all...]
H A Devhiperfifo.c254 SockInfo *fdp = calloc(sizeof(SockInfo), 1); local
256 fdp->global = g;
257 setsock(fdp, s, easy, action, g);
258 curl_multi_assign(g->multi, s, fdp);
268 SockInfo *fdp = (SockInfo*) sockp; local
276 remsock(fdp, g);
279 if ( !fdp )
287 whatstr[fdp->action], whatstr[what]);
288 setsock(fdp, s, e, what, g);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Dscm.c57 int *fdp = (int*)CMSG_DATA(cmsg); local
89 int fd = fdp[i];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jffs2/
H A Dgc.c811 struct jffs2_full_dirent **fdp = &f->dents; local
903 while (*fdp) {
904 if ((*fdp) == fd) {
906 *fdp = fd->next;
909 fdp = &(*fdp)->next;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dosst.h188 unsigned fdp :1; /* Fixed Data Partitions */ member in struct:__anon6882
198 unsigned fdp :1; /* Fixed Data Partitions */ member in struct:__anon6882
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb_cxx.h197 virtual int fd(int *fdp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb_cxx.h198 virtual int fd(int *fdp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb_cxx.h198 virtual int fd(int *fdp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/
H A Dide-tape.c945 unsigned fdp :1; /* Fixed Data Partitions */ member in struct:__anon4453

Completed in 130 milliseconds