Searched refs:add_entry (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dtiffenc.c109 static void add_entry(TiffEncoderContext * s, function
136 add_entry(s, tag, type, 1, type == TIFF_SHORT ? (void *)&w : (void *)&dw);
391 add_entry(s, TIFF_BPP, TIFF_SHORT, s->bpp_tab_size, bpp_tab);
395 add_entry(s, TIFF_STRIP_OFFS, TIFF_LONG, strips, strip_offsets);
401 add_entry(s, TIFF_STRIP_SIZE, TIFF_LONG, strips, strip_sizes);
402 add_entry(s, TIFF_XRES, TIFF_RATIONAL, 1, res);
403 add_entry(s, TIFF_YRES, TIFF_RATIONAL, 1, res);
407 add_entry(s, TIFF_SOFTWARE_NAME, TIFF_STRING,
418 add_entry(s, TIFF_PAL, TIFF_SHORT, 256 * 3, pal);
423 add_entry(
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/atm/
H A Dmpoa_caches.h32 in_cache_entry *(*add_entry)(__be32 dst_ip, member in struct:in_cache_ops
65 eg_cache_entry *(*add_entry)(struct k_message *msg, struct mpoa_client *client); member in struct:eg_cache_ops
H A Dmpc.c472 entry = mpc->in_ops->add_entry(ipaddr, mpc);
1031 entry = mpc->in_ops->add_entry(dst_ip, mpc);
1260 entry = mpc->eg_ops->add_entry(msg, mpc);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Dapi_flags.c30 int add_entry(char *, char *);
134 if (add_entry(api, p))
155 add_entry(char *api_name, char *flag_name) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/rapidio/
H A Drio-scan.c235 * and did match a switch table entry, then set the add_entry() and
246 rdev->rswitch->add_entry = cur->add_hook;
252 if (!rdev->rswitch->add_entry || !rdev->rswitch->get_entry)
433 * Calls the switch specific add_entry() method to add a route entry
443 return rswitch->add_entry(mport, rswitch->destid,
846 if (rswitch->add_entry) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Drio.h206 * @add_entry: Callback for switch-specific route add function
215 int (*add_entry) (struct rio_mport * mport, u16 destid, u8 hopcount, member in struct:rio_switch
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/smbfs/
H A Ddir.c453 goto add_entry;
459 add_entry:
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/squashfs/
H A Dunsquashfs.c105 int add_entry(struct hash_table_entry *hash_table[], int start, int bytes) function
268 add_entry(inode_table_hash, start, bytes);
879 add_entry(directory_table_hash, start, bytes);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ncpfs/
H A Ddir.c828 goto add_entry;
841 add_entry:

Completed in 372 milliseconds