Searched refs:refs (Results 1 - 25 of 69) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/refs/
H A DMakefile4 BUILD= refs.html witold.html
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavfilter/
H A Dformats.c25 * Add all refs from a to ret and destroy a.
32 ret->refs[ret->refcount] = a->refs[i];
33 *ret->refs[ret->refcount++] = ret;
36 av_free(a->refs);
64 ret->refs = av_malloc(sizeof(AVFilterFormats**)*(a->refcount+b->refcount));
108 f->refs = av_realloc(f->refs, sizeof(AVFilterFormats**) * ++f->refcount);
109 f->refs[f->refcount-1] = ref;
116 if((*ref)->refs[
[all...]
H A Ddefaults.c159 av_free(formats->refs);
H A Davfilter.h168 AVFilterFormats ***refs; ///< references to this list member in struct:AVFilterFormats
201 * | |refs| | | __|_
217 * | |refs| | | __|_ | |refs| | | __|_
231 * | |refs| | | | | | |refs| | | | | NULL
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dstreamcache.c38 if(fss[i] && fss[i]->refs != 1 )
40 i, fss[i]->refs);
H A Dfs.h26 int refs; member in struct:FsPublic_t
H A Dstream.c39 Stream->refs++;
49 if(! --(*Stream)->refs){
H A Dfilter.c25 int refs; member in struct:Filter_t
166 This->refs = 1;
H A Dunixdir.c30 int refs; member in struct:Dir_t
138 This->refs = 1;
H A DfsP.h31 int refs; member in struct:Fs_t
H A Dbuffer.c27 int refs; member in struct:Buffer_t
360 Next->refs--;
361 Next->Buffer->refs++;
387 Buffer->refs = 1;
H A Dstream.h23 int refs; member in struct:Stream_t
H A Dfile.c29 int refs; member in struct:File_t
579 This->refs++;
595 File->refs++;
596 This->refs--;
630 File->refs = 1;
H A Dplain_io.c37 int refs; member in struct:SimpleFile_t
500 This->refs = 1;
644 This->refs = 1;
H A Dfloppyd_io.c55 int refs; member in struct:RemoteFile_t
551 This->refs = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Direl_ma.c50 struct ext2_inode_reference *refs; member in struct:inode_reference_entry
159 * If max_refs has changed, reallocate the refs array
162 if (ref_ent->refs && ent->max_refs !=
167 retval = ext2fs_resize_mem(old_size, size, &ref_ent->refs);
250 if (ref_ent->refs == 0) {
253 retval = ext2fs_get_mem(size, &ref_ent->refs);
256 memset(ref_ent->refs, 0, size);
263 ref_ent->refs[(unsigned) ref_ent->num++] = *ref;
291 if ((ref_ent->refs == NULL) ||
297 *ref = ref_ent->refs[m
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libsmb/
H A Dclidfs.c475 CLIENT_DFS_REFERRAL**refs, size_t *num_refs,
549 *refs = referrals;
563 CLIENT_DFS_REFERRAL *refs = NULL; local
606 if ( !cli_dfs_get_referral(cli_ipc, fullpath, &refs, &num_refs, &consumed)
620 split_dfs_path( refs[0].dfspath, server, share );
621 SAFE_FREE( refs );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Drmap.h118 #define try_to_unmap(page, refs) SWAP_FAIL
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/doc/examples/
H A Dindex.py162 refs = sinfo[0]
164 if refs > 5:
167 sinfo[0] = refs + 1
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/doc/
H A Dindex.py1142 refs = wordsDictArchive[word]
1143 if refs == None:
1146 for id in refs.keys():
1147 relevance = refs[id]
1162 refs = wordsDictHTML[word]
1163 if refs == None:
1166 for resource in refs.keys():
1167 (relevance, id, section) = refs[resource]
1191 refs = wordsDict[word]
1192 if refs
[all...]
H A DMakefile.am31 api: libxml2-api.xml libxml2-refs.xml $(APIPAGES) $(srcdir)/html/index.html $(WIN32_DIR)/libxml2.def.src ../elfgcchack.h
61 $(APIPAGES): libxml2-api.xml libxml2-refs.xml $(top_srcdir)/doc/site.xsl $(top_srcdir)/doc/api.xsl
63 echo "Rebuilding the HTML API pages from libxml2-refs.xml" ; \
88 libxml2-api.xml libxml2-refs.xml: apibuild.py ../include/libxml/*.h ../*.c
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/sn/
H A Dxpc.h747 s32 refs = atomic_dec_return(&ch->references); local
749 DBUG_ON(refs < 0);
750 if (refs == 0) {
768 s32 refs = atomic_dec_return(&part->references);
771 DBUG_ON(refs < 0);
772 if (refs == 0 && part->setup_state == XPC_P_WTEARDOWN) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/vm/
H A Dslabinfo.c28 int refs; member in struct:slabinfo
946 s->refs++;
964 if (!show_single_ref && a->slab->refs == 1)
994 if (s->refs > 1 && !show_first_alias)
1051 slab->refs = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/
H A DMakefile357 cat .git/refs/heads/master > .git/refs/tags/$(VERSION)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/fs_enet/
H A Dfs_enet.h91 int refs; member in struct:fs_enet_mii_bus

Completed in 169 milliseconds

123