Searched refs:ea (Results 1 - 25 of 138) sorted by path

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dallformats.c77 REGISTER_DEMUXER (EA, ea);
H A Delectronicarts.c104 EaDemuxContext *ea = s->priv_data; local
108 ea->bytes = 2;
109 ea->sample_rate = -1;
110 ea->num_channels = 1;
131 ea->num_channels = read_arbitary(pb);
132 av_log (s, AV_LOG_INFO, "num_channels (element 0x82) set to 0x%08x\n", ea->num_channels);
139 ea->sample_rate = read_arbitary(pb);
140 av_log (s, AV_LOG_INFO, "sample_rate (element 0x84) set to %i\n", ea->sample_rate);
143 ea->num_samples = read_arbitary(pb);
144 av_log (s, AV_LOG_INFO, "num_samples (element 0x85) set to 0x%08x\n", ea
216 EaDemuxContext *ea = s->priv_data; local
248 EaDemuxContext *ea = s->priv_data; local
261 EaDemuxContext *ea = s->priv_data; local
273 EaDemuxContext *ea = s->priv_data; local
290 EaDemuxContext *ea = s->priv_data; local
396 EaDemuxContext *ea = s->priv_data; local
441 EaDemuxContext *ea = s->priv_data; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex8182 \gdef^^ea{\^e}
8302 \gdef^^ea{\ogonek{e}}
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dattrib.h241 EA_ATTR ea; member in union:__anon1221
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libsmb/
H A Dclifile.c1570 struct ea_struct *ea = &ea_list[num_eas]; local
1575 ea->flags = CVAL(p,0);
1578 ea->name = talloc_strdup(ctx, unix_ea_name);
1580 ea->value = data_blob_talloc(ctx, NULL, ea_valuelen + 1);
1581 if (!ea->value.data) {
1585 memcpy(ea->value.data, p+4+ea_namelen+1, ea_valuelen);
1587 ea->value.data[ea_valuelen] = 0;
1588 ea->value.length--;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dtrans2.c127 struct ea_struct ea; member in struct:ea_list
229 if (!get_ea_value(mem_ctx, conn, fsp, fname, p, &listp->ea)) {
235 push_ascii_fstring(dos_ea_name, listp->ea.name);
236 *pea_total_len += 4 + strlen(dos_ea_name) + 1 + listp->ea.value.length;
239 (unsigned int)listp->ea.value.length ));
292 push_ascii_fstring(dos_ea_name, ea_list->ea.name);
297 if (ea_list->ea.value.length > 65535) {
300 if (4 + dos_namelen + 1 + ea_list->ea.value.length > total_data_size) {
305 SCVAL(p,0,ea_list->ea.flags);
307 SSVAL(p,2,ea_list->ea
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_c/ex_rep/base/
H A Drep_msg.c52 elect_args *ea; local
63 ea = NULL;
180 if (ea != NULL) {
186 ea = NULL;
188 if ((ea = calloc(sizeof(elect_args), 1)) == NULL) {
193 ea->dbenv = dbenv;
194 ea->machtab = tab;
196 NULL, elect_thread, (void *)ea)) != 0) {
224 if (ea != NULL && thread_join(elect_thr, &status) != 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dtexinfo.tex7910 \gdef^^ea{\^e}
8030 \gdef^^ea{\missingcharmsg{LATIN SMALL LETTER E WITH OGONEK}}
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/
H A Dconfigure33688 for ac_header in sys/attributes.h attr/xattr.h sys/xattr.h sys/extattr.h sys/uio.h sys/ea.h
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dextattrs.c30 #include <atalk/ea.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/cnid_dbd/
H A Dcmd_dbd_scanvol.c34 #include <atalk/ea.h>
356 static void remove_eafiles(const char *name, struct ea *ea) argument
403 struct ea ea; local
407 if ((ret = ea_open(&volume, fname, EA_RDWR, &ea)) != 0) {
412 remove_eafiles(fname, &ea);
417 while (count < ea.ea_count) {
418 dbd_log(LOGDEBUG, "EA: %s", (*ea.ea_entries)[count].ea_name);
421 eaname = ea_path(&ea, (*e
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A DMakefile262 zip.h ea.h acl.h unix.h directory.h hash.h volume.h
H A DMakefile.am9 zip.h ea.h acl.h unix.h directory.h hash.h volume.h
H A DMakefile.in262 zip.h ea.h acl.h unix.h directory.h hash.h volume.h
H A Dea.h2 $Id: ea.h,v 1.11 2010-03-12 15:16:49 franklahm Exp $
64 #define EA_INITED 0xea494e54 /* ea"INT", for interfacing ea_open w. ea_close */
75 EA_DIR = (1<<4) /* ea header file is for a dir, ea_open adds it as appropiate */
99 struct ea { struct
157 struct ea * __restrict ea);
162 struct ea * __restrict ea);
163 extern int ea_close(struct ea * __restrict ea);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/util/
H A Dunix.c37 #include <atalk/ea.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/vfs/
H A DMakefile69 am__libvfs_la_SOURCES_DIST = vfs.c unix.c ea.c sys_ea.c ea_sys.c acl.c
71 am_libvfs_la_OBJECTS = vfs.lo unix.lo ea.lo sys_ea.lo ea_sys.lo \
267 libvfs_la_SOURCES = vfs.c unix.c ea.c sys_ea.c ea_sys.c \
321 include ./$(DEPDIR)/ea.Plo
H A DMakefile.am5 libvfs_la_SOURCES = vfs.c unix.c ea.c sys_ea.c ea_sys.c
H A DMakefile.in69 am__libvfs_la_SOURCES_DIST = vfs.c unix.c ea.c sys_ea.c ea_sys.c acl.c
71 am_libvfs_la_OBJECTS = vfs.lo unix.lo ea.lo sys_ea.lo ea_sys.lo \
267 libvfs_la_SOURCES = vfs.c unix.c ea.c sys_ea.c ea_sys.c \
321 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ea.Plo@am__quote@
H A Dea.c30 #include <atalk/ea.h>
109 * Purpose: unpack and verify header file data buffer at ea->ea_data into struct ea
113 * ea (rw) handle to struct ea
121 static int unpack_header(struct ea * __restrict ea) argument
129 buf = ea->ea_data;
144 ea->ea_count = ntohs(*(uint16_t *)buf);
145 LOG(log_debug, logtype_afpd, "unpack_header: number of EAs: %u", ea
200 pack_header(struct ea * __restrict ea) argument
296 ea_addentry(struct ea * __restrict ea, const char * __restrict attruname, size_t attrsize, int bitmap) argument
387 create_ea_header(const char * __restrict uname, struct ea * __restrict ea) argument
443 write_ea(const struct ea * __restrict ea, const char * __restrict attruname, const char * __restrict ibuf, size_t attrsize) argument
511 ea_delentry(struct ea * __restrict ea, const char * __restrict attruname) argument
550 delete_ea_file(const struct ea * __restrict ea, const char *eaname) argument
598 ea_path(const struct ea * __restrict ea, const char * __restrict eaname, int macname) argument
647 ea_open(const struct vol * __restrict vol, const char * __restrict uname, eaflags_t eaflags, struct ea * __restrict ea) argument
821 ea_openat(const struct vol * __restrict vol, int dirfd, const char * __restrict uname, eaflags_t eaflags, struct ea * __restrict ea) argument
872 ea_close(struct ea * __restrict ea) argument
996 struct ea ea; local
1058 struct ea ea; local
1146 struct ea ea; local
1225 struct ea ea; local
1277 struct ea ea; local
1317 struct ea ea; local
1558 struct ea ea; local
1620 struct ea ea; local
1686 struct ea ea; local
[all...]
H A Dea_sys.c37 #include <sys/ea.h>
45 #include <atalk/ea.h>
328 LOG(log_debug, logtype_afpd, "sys_set_ea(\"%s/%s\", ea:'%s'): encountered symlink with kXAttrNoFollow",
332 LOG(log_debug, logtype_afpd, "sys_set_ea(\"%s/%s\", ea:'%s'): EA already exists",
336 LOG(log_error, logtype_afpd, "sys_set_ea(\"%s/%s\", ea:'%s', size: %u, flags: %s|%s|%s): %s",
H A Dsys_ea.c48 #include <sys/ea.h>
63 #include <atalk/ea.h>
729 LOG(log_error, logtype_default, "attropen(\"%s\", ea:'%s'): %s",
H A Dvfs.c34 #include <atalk/ea.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/sys/netatalk/
H A Daarp.c142 struct ether_aarp *ea; local
151 m->m_len = sizeof( *ea );
152 m->m_pkthdr.len = sizeof( *ea );
153 MH_ALIGN( m, sizeof( *ea ));
158 m->m_len = sizeof( *ea );
159 m->m_off = MMAXOFF - sizeof( *ea );
162 ea = mtod( m, struct ether_aarp *);
163 bzero((caddr_t)ea, sizeof( *ea ));
165 ea
363 struct ether_aarp *ea; local
671 struct ether_aarp *ea; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/sys/solaris/
H A Daarp.c189 struct ether_aarp *ea; local
198 ea = (struct ether_aarp *)m->b_rptr;
200 if ( ea->aarp_hrd != htons( AARPHRD_ETHER ) ||
201 ea->aarp_pro != htons( ETHERTYPE_AT ) ||
202 ea->aarp_hln != sizeof( ea->aarp_sha ) ||
203 ea->aarp_pln != sizeof( ea->aarp_spu )) {
208 if ( bcmp( ea->aarp_sha, aid->aid_hwaddr, sizeof( ea
288 struct ether_aarp *ea; local
[all...]

Completed in 299 milliseconds

123456