Searched refs:references (Results 1 - 18 of 18) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/shared/
H A DBlocker.cpp11 references(1),
18 references(1)
29 int32 references; member in struct:Blocker::Data
123 fData->references++;
146 if (--fData->references == 0)
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/shared/
H A DBlocker.cpp11 references(1),
18 references(1)
29 int32 references; member in struct:Blocker::Data
123 fData->references++;
146 if (--fData->references == 0)
/haiku-fatelf/src/servers/registrar/mime/
H A DMimeSnifferAddonManager.cpp198 MimeSnifferAddonManager::_GetAddons(AddonReference**& references, int32& count) argument
205 references = new(nothrow) AddonReference*[count];
206 if (!references)
210 references[i] = (AddonReference*)fAddons.ItemAt(i);
211 references[i]->GetReference();
219 MimeSnifferAddonManager::_PutAddons(AddonReference** references, int32 count) argument
222 references[i]->PutReference();
224 delete[] references;
H A DMimeSnifferAddonManager.h43 status_t _GetAddons(AddonReference**& references,
45 void _PutAddons(AddonReference** references,
/haiku-fatelf/src/kits/network/libbind/isc/
H A Dlogging_p.h41 int references; member in struct:log_channel
H A Dlogging.c504 chan->references++;
592 chan->references = 0;
637 chan->references = 0;
664 chan->references = 0;
674 chan->references++;
680 if (chan == NULL || chan->references <= 0) {
684 chan->references--;
697 if (chan == NULL || chan->references <= 0) {
701 chan->references--;
702 if (chan->references
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/ramfs/
H A DBlockReferenceManager.cpp91 // add the references to the free list
93 BlockReference *references = table.GetReferences(); local
95 BlockReference *reference = references + i;
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/ramfs/
H A DBlockReferenceManager.cpp93 // add the references to the free list
95 BlockReference *references = table.GetReferences(); local
97 BlockReference *reference = references + i;
/haiku-fatelf/docs/user/
H A Dapidoc.dox250 - \c \\see {references} \n
251 This section contains references to other parts of the documentation.
474 - Used to place references to other documentation that might not be
549 -# End with a list of references to other classes, functions, pages, etc.
595 -# Use \c \\see if you have any references to other methods, classes or
/haiku-fatelf/src/bin/gdb/gdb/
H A Dgdbarch.sh1805 recursive references. */
H A DChangeLog-3.x738 Allow multiple references for the sake of common blocks.
1329 * gdb.texinfo: Spelled. Also removed index references from
1331 Removed all references to the function index.
1750 to keep a list of cross references to as yet undefined types.
1804 * gdb.texinfo: Made sure that references to the program were in
2518 * infrun.c (normal_stop): Changed references to "unset-env" to
2719 * gdb.texinfo: Removed references to the ``Distribution'' section
4075 (val_print): Added an argument DEREF_REF to dereference references
4770 value_at to detect references to addresses which are out of
/haiku-fatelf/src/bin/gdb/texinfo/
H A Dtexinfo.tex307 % Do this early so pdf references go to the beginning of the page.
5715 \message{cross references,}
5728 % cross-references.
5783 % @xref, @pxref, and @ref generate cross-references. For \xrefX, #1 is
5836 % Float references are printed completely differently: "Figure 1.2"
5863 % node/anchor (non-float) references.
/haiku-fatelf/src/bin/network/wget/build-aux/
H A Dtexinfo.tex316 % Do this early so pdf references go to the beginning of the page.
6209 \message{cross references,}
6222 % cross-references. The @node line might or might not have commas, and
6284 % @xref, @pxref, and @ref generate cross-references. For \xrefX, #1 is
6341 % Float references are printed completely differently: "Figure 1.2"
6367 % node/anchor (non-float) references.
/haiku-fatelf/src/bin/diffutils/config/
H A Dtexinfo.tex230 % Do this early so pdf references go to the beginning of the page.
5486 \message{cross references,}
5550 % @xref, @pxref, and @ref generate cross-references. For \xrefX, #1 is
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dparser.c1704 * Characters referred to using character references must match the
1783 * Characters referred to using character references must match the
1808 * Characters referred to using character references must match the
1874 * Characters referred to using character references must match the
1949 * subset which contains no parameter entity references, or a document
1959 * Parameter-entity references may only appear in the DTD.
2016 * In the internal DTD subset, parameter-entity references
2048 * references, or a document with "standalone='yes'", ...
2981 "EntityValue: '%c' forbidden except for entities references\n",
5673 * In the internal DTD subset, parameter-entity references ca
[all...]
/haiku-fatelf/src/libs/termcap/
H A Dtexinfo.tex5137 \message{cross references,}
5201 % @xref, @pxref, and @ref generate cross-references. For \xrefX, #1 is
H A Dtermcap.src10285 # cleanly and compiled in sections -- no `use' references cross this cut
[all...]
/haiku-fatelf/src/bin/sharutils/doc/
H A Dtexinfo.tex3833 % \xref, \pxref, and \ref generate cross-references to specified points.

Completed in 286 milliseconds