Home
last modified time | relevance | path

Searched refs:Ptr (Results 1 – 25 of 50) sorted by relevance

12

/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/
H A DPtr.h18 class Ptr {
20 Ptr() : ptr_(0) { } in Ptr() function
21 Ptr(T *ptr);
22 ~Ptr();
23 Ptr(const Ptr<T> &);
24 Ptr<T> &operator=(const Ptr<T> &);
25 Ptr<T> &operator=(T *);
29 void swap(Ptr<T> &p) { in swap()
37 Boolean operator==(const Ptr<T> &p) const {
40 Boolean operator!=(const Ptr<T> &p) const {
[all …]
H A DPtr.cxx13 Ptr<T>::Ptr(T *ptr) : ptr_(ptr) in Ptr() function in SP_NAMESPACE::Ptr
20 Ptr<T>::~Ptr() in ~Ptr()
30 Ptr<T>::Ptr(const Ptr<T> &p) in Ptr() function in SP_NAMESPACE::Ptr
38 Ptr<T> &Ptr<T>::operator=(const Ptr<T> &p) in operator =()
49 Ptr<T> &Ptr<T>::operator=(T *p) in operator =()
60 void Ptr<T>::clear() in clear()
H A DEntity.h45 const Ptr<EntityOrigin> &,
50 const Ptr<EntityOrigin> &)
54 const Ptr<EntityOrigin> &)
58 const Ptr<EntityOrigin> &)
62 const Ptr<EntityOrigin> &)
84 const Ptr<EntityOrigin> &,
105 const Ptr<EntityOrigin> &,
108 const Ptr<EntityOrigin> &,
111 const Ptr<EntityOrigin> &) const;
113 const Ptr<EntityOrigin> &) const;
[all …]
H A DDtd.h43 Ptr<Entity> lookupEntity(Boolean isParameter, const StringC &);
44 Ptr<Entity> insertEntity(const Ptr<Entity> &, Boolean replace = 0);
45 Ptr<Entity> removeEntity(Boolean isParameter, const StringC &);
53 void setDefaultEntity(const Ptr<Entity> &, ParserState &);
84 Ptr<Notation> lookupNotation(const StringC &);
85 Ptr<Notation> insertNotation(const Ptr<Notation> &);
86 Ptr<Notation> removeNotation(const StringC &);
99 Ptr<AttributeDefinitionList> &implicitElementAttributeDef();
100 void setImplicitElementAttributeDef(const Ptr<AttributeDefinitionList> &);
101 Ptr<AttributeDefinitionList> &implicitNotationAttributeDef();
[all …]
H A DNamedResourceTable.h32 Ptr<T> _X; // work around lcc bug
37 Ptr<T> insert(const Ptr<T> &p, Boolean replace = 0) {
40 Ptr<T> lookup(const StringC &str) const { in lookup()
49 Ptr<T> remove(const StringC &str) { in remove()
56 PointerTable<Ptr<NamedResource>, StringC, Hash,
67 Ptr<T> next() { in next()
71 PointerTableIter<Ptr<NamedResource>, StringC, Hash,
87 PointerTableIter<Ptr<NamedResource>, StringC, Hash,
H A DAttributed.h23 Ptr<AttributeDefinitionList> attributeDef();
24 void setAttributeDef(const Ptr<AttributeDefinitionList> &);
26 Ptr<AttributeDefinitionList> attributeDef_;
43 Ptr<AttributeDefinitionList> Attributed::attributeDef() in attributeDef()
49 void Attributed::setAttributeDef(const Ptr<AttributeDefinitionList> &def) in setAttributeDef()
H A DLpd.h39 const Ptr<Dtd> &sourceDtd);
43 const Ptr<Dtd> &sourceDtd();
55 Ptr<Dtd> sourceDtd_;
62 const Ptr<Dtd> &sourceDtd);
156 const Ptr<Dtd> &sourceDtd,
157 const Ptr<Dtd> &resultDtd);
173 const Ptr<Dtd> &resultDtd();
182 Ptr<Dtd> resultDtd_;
223 const Ptr<Dtd> &Lpd::sourceDtd() in sourceDtd()
333 const Ptr<Dtd> &ComplexLpd::resultDtd() in resultDtd()
H A DSgmlParser.h28 template<class T> class Ptr; variable
46 Ptr<InputSourceOrigin> origin;
47 Ptr<EntityManager> entityManager;
72 Ptr<Dtd> baseDtd();
H A DEntityApp.h28 Ptr<ExtendEntityManager> &entityManager();
35 Ptr<ExtendEntityManager> entityManager_;
H A DXcharMap.h39 Ptr<SharedXcharMap<T> > sharedMap_;
/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DEntity.cxx258 const Ptr<EntityOrigin> &origin) in dsReference()
265 const Ptr<EntityOrigin> &origin) in declReference()
274 const Ptr<EntityOrigin> &origin) in contentReference()
281 const Ptr<EntityOrigin> &origin) in rcdataReference()
288 const Ptr<EntityOrigin> &origin, in litReference()
301 const Ptr<EntityOrigin> &, in litReference()
308 const Ptr<EntityOrigin> &origin, in normalReference()
317 const Ptr<EntityOrigin> &) const in declReference()
323 const Ptr<EntityOrigin> &) const in rcdataReference()
329 const Ptr<EntityOrigin> &) const in declReference()
[all …]
H A Dentmgr_inst.m421 #include "Ptr.h"
44 __instantiate(Ptr < InputSourceOrigin >\
48 __instantiate(Ptr < Origin >\
52 __instantiate(Ptr < SharedXcharMap < unsigned char > >\
56 __instantiate(Ptr < SharedXcharMap < PackedBoolean > >\
60 __instantiate(Ptr < SharedXcharMap < EquivCode > >\
64 __instantiate(Ptr < StringResource < Char > >\
68 __instantiate(Ptr < NamedResource >\
72 __instantiate(Ptr < EntityManager >\
76 __instantiate(Ptr < EntityCatalog >\
[all …]
H A Dparser_inst.m422 #include "Ptr.h"
80 __instantiate(Ptr < Entity >\
84 __instantiate(Ptr < Notation >\
88 __instantiate(Ptr < Recognizer >\
92 __instantiate(Ptr < EntityOrigin >\
96 __instantiate(Ptr < AttributeValue >\
100 __instantiate(Ptr < AttributeDefinitionList >\
104 __instantiate(Ptr < ElementDefinition >\
108 __instantiate(Ptr < Dtd >\
112 __instantiate(Ptr < Sd >\
[all …]
H A DParserState.h59 ParserState(const Ptr<EntityManager> &,
74 const Ptr<Dtd> &defDtdPointer() const;
79 void startLpd(Ptr<Lpd> &lpd);
82 Ptr<Lpd> &defLpdPointer();
83 Ptr<ComplexLpd> defComplexLpdPointer();
87 Ptr<Dtd> lookupDtd(const StringC &name);
88 Ptr<Dtd> baseDtd();
107 Ptr<EntityManager> entityManagerPtr() const;
236 Ptr<EntityManager> entityManager_;
241 Ptr<Dtd> defDtd_;
[all …]
H A DDtd.cxx52 void Dtd::setDefaultEntity(const Ptr<Entity> &entity, in setDefaultEntity()
66 Ptr<Entity> old(iter.next()); in setDefaultEntity()
70 Ptr<Entity> e(defaultEntity_->copy()); in setDefaultEntity()
81 Ptr<Entity> e(iter.next()); in setDefaultEntity()
H A Dxentmgr_inst.m420 #include "Ptr.h"
67 __instantiate(Ptr<ExtendEntityManager>)
71 __instantiate(Ptr<InputCodingSystemKit>)
73 __instantiate(Ptr<CodingSystemKit>)
80 __instantiate(Ptr<CharMapResource<Char> >)
H A DLpd.cxx16 const Ptr<Dtd> &sourceDtd) in Lpd()
27 const Ptr<Dtd> &sourceDtd) in SimpleLpd()
151 const Ptr<Dtd> &sourceDtd, in ComplexLpd()
152 const Ptr<Dtd> &resultDtd) in ComplexLpd()
H A DParserState.cxx50 ParserState::ParserState(const Ptr<EntityManager> &em, in ParserState()
188 Ptr<EntityOrigin> origin in referenceDsEntity()
239 void ParserState::startLpd(Ptr<Lpd> &lpd) in startLpd()
457 Ptr<Entity> entity(dtd->lookupEntity(isParameter, name)); in lookupEntity()
508 Ptr<Entity> p(entity->copy()); in lookupEntity()
536 Ptr<Entity> entity(new InternalCdataEntity(name, loc, text)); in createUndefinedEntity()
740 Ptr<Dtd> ParserState::lookupDtd(const StringC &name) in lookupDtd()
745 return Ptr<Dtd>(); in lookupDtd()
H A DparseDecl.cxx410 Ptr<EntityOrigin> origin; in doDeclSubset()
636 Ptr<ElementDefinition> def; in parseElementDecl()
855 Ptr<ElementDefinition> &def) in parseExceptions()
991 Ptr<AttributeDefinitionList> in parseAttlistDecl()
1008 Ptr<AttributeDefinitionList> in parseAttlistDecl()
1047 Ptr<AttributeDefinitionList> adlCopy in parseAttlistDecl()
1103 Ptr<Entity> entity(entityIter.next()); in parseAttlistDecl()
1659 Ptr<Entity> entity; in parseEntityDecl()
1709 Ptr<Entity> entity; in parseExternalEntity()
1738 Ptr<Notation> notation(lookupCreateNotation(parm.token)); in parseExternalEntity()
[all …]
H A DParser.h190 Ptr<EntityOrigin> &origin);
203 Ptr<ElementDefinition> &def);
228 Ptr<AttributeDefinitionList> &);
253 Ptr<AttributeDefinitionList> &newAttDefList);
267 void maybeDefineEntity(const Ptr<Entity> &entity);
H A DWinApp.cxx92 Ptr<EntityManager> em; in initParser()
97 Ptr<EntityManager> &em) in initParser()
H A DSgmlParser.cxx92 Ptr<Dtd> SgmlParser::baseDtd() in baseDtd()
/onnv-gate/usr/src/uts/intel/io/amd8111s/
H A Damd8111s_hw.c1325 unsigned long *Ptr; in mdlChangeFilter() local
1335 Ptr = ArrayPtr; in mdlChangeFilter()
1337 while (*Ptr) { in mdlChangeFilter()
1338 switch (*Ptr) { in mdlChangeFilter()
1374 NumberOfAddress = *(++Ptr); in mdlChangeFilter()
1375 MulticastArray = (unsigned char *)(*(++Ptr)); in mdlChangeFilter()
1413 PatternMask = (unsigned char *)(*(++Ptr)); in mdlChangeFilter()
1414 Pattern = (unsigned char *)(*(++Ptr)); in mdlChangeFilter()
1415 InfoBuffer_MaskSize = (*(++Ptr)); in mdlChangeFilter()
1416 PatternSize = (*(++Ptr)); in mdlChangeFilter()
[all …]
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/XS/Typemap/
H A DTypemap.xs477 'Ptr'.
520 'Ptr'.
734 function (named after the array type but with 'Ptr' substituted for
/onnv-gate/usr/src/uts/intel/io/acpica/utilities/
H A Dutdebug.c638 UINT8 *Ptr) in ACPI_EXPORT_SYMBOL()
643 "%s %p\n", AcpiGbl_FnExitStr, Ptr); in ACPI_EXPORT_SYMBOL()

12