Home
last modified time | relevance | path

Searched refs:pPrefix (Results 1 – 25 of 570) sorted by relevance

12345678910>>...23

/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/filter/egif/
H A Dgiflzwc.cxx111 : pPrefix(nullptr), nDataSize(0), nClearCode(0), in GIFLZWCompressor()
150 pPrefix = nullptr; in StartCompression()
163 if( !pPrefix && nSize ) in Compress()
165 pPrefix=&pTable[*pSrc++]; in Compress()
180 pPrefix=p; in Compress()
183 pIDOS->WriteBits(pPrefix->nCode,nCodeSize); in Compress()
201 p->pBrother=pPrefix->pFirstChild; in Compress()
202 pPrefix->pFirstChild=p; in Compress()
207 pPrefix=&pTable[nV]; in Compress()
216 if( pPrefix ) in EndCompression()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/graphicfilter/egif/
H A Dgiflzwc.cxx114 : pPrefix(nullptr), nDataSize(0), nClearCode(0), in GIFLZWCompressor()
152 pPrefix = nullptr; in StartCompression()
165 if( !pPrefix && nSize ) in Compress()
167 pPrefix=&pTable[*pSrc++]; in Compress()
182 pPrefix=p; in Compress()
185 pIDOS->WriteBits(pPrefix->nCode,nCodeSize); in Compress()
203 p->pBrother=pPrefix->pFirstChild; in Compress()
204 pPrefix->pFirstChild=p; in Compress()
209 pPrefix=&pTable[nV]; in Compress()
219 if( pPrefix ) in EndCompression()
[all …]
/dports/devel/dmake/dmake-4.13.1/mac/
H A Dtempnam.c41 tempnam(char *pDir, char * pPrefix) in tempnam() argument
50 pFullName = MALLOC (((pPrefix != NULL) ? strlen (pPrefix) : 0) + in tempnam()
55 if (pPrefix != NULL) { in tempnam()
56 strcpy (pFullName, pPrefix); in tempnam()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/filter/etiff/
H A Detiff.cxx85 TIFFLZWCTreeNode* pPrefix; member in __anon8f10f3620111::TIFFWriter
136 , pPrefix(nullptr) in TIFFWriter()
513 pPrefix = nullptr; in StartCompression()
524 if( !pPrefix ) in Compress()
526 pPrefix = &pTable[nCompThis]; in Compress()
538 pPrefix = p; in Compress()
541 WriteBits( pPrefix->nCode, nCodeSize ); in Compress()
560 pPrefix->pFirstChild = p; in Compress()
565 pPrefix = &pTable[nV]; in Compress()
573 if( pPrefix ) in EndCompression()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/graphicfilter/etiff/
H A Detiff.cxx86 TIFFLZWCTreeNode* pPrefix; member in TIFFWriter
136 , pPrefix(nullptr) in TIFFWriter()
513 pPrefix = nullptr; in StartCompression()
524 if( !pPrefix ) in Compress()
526 pPrefix = &pTable[nCompThis]; in Compress()
538 pPrefix = p; in Compress()
541 WriteBits( pPrefix->nCode, nCodeSize ); in Compress()
560 pPrefix->pFirstChild = p; in Compress()
565 pPrefix = &pTable[nV]; in Compress()
573 if( pPrefix ) in EndCompression()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/style/
H A Dstyleexp.cxx129 const OUString* pPrefix ) in exportStyle() argument
151 if(pPrefix) in exportStyle()
152 sName = *pPrefix; in exportStyle()
181 if(pPrefix) in exportStyle()
182 sParent = *pPrefix; in exportStyle()
406 bool bUsed, sal_uInt16 nFamily, const OUString* pPrefix) in exportStyleFamily() argument
410 pPrefix); in exportStyleFamily()
416 bool bUsed, sal_uInt16 nFamily, const OUString* pPrefix) in exportStyleFamily() argument
463 xStyleCont,pPrefix ); in exportStyleFamily()
531 if (exportStyle(xStyle, rXMLFamily, rPropMapper, xStyleCont, pPrefix)) in exportStyleFamily()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/style/
H A Dstyleexp.cxx130 const OUString* pPrefix ) in exportStyle() argument
155 if(pPrefix) in exportStyle()
156 sName = *pPrefix; in exportStyle()
189 if(pPrefix) in exportStyle()
190 sParent = *pPrefix; in exportStyle()
414 bool bUsed, XmlStyleFamily nFamily, const OUString* pPrefix) in exportStyleFamily() argument
418 pPrefix); in exportStyleFamily()
424 bool bUsed, XmlStyleFamily nFamily, const OUString* pPrefix) in exportStyleFamily() argument
471 xStyleCont,pPrefix ); in exportStyleFamily()
540 if (exportStyle(xStyle, rXMLFamily, rPropMapper, xStyleCont, pPrefix)) in exportStyleFamily()
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/src/card/drivers/
H A DReaderDetector_win.cpp80 static uint getId(const QString& pDevId, const QString& pPrefix) in getId() argument
83 const int prefixPosition = pDevId.indexOf(pPrefix, 0, Qt::CaseInsensitive); in getId()
84 if (prefixPosition == -1 || pDevId.size() < prefixPosition + pPrefix.size() + ID_LENGTH) in getId()
90 const QString idStr = pDevId.mid(prefixPosition + pPrefix.size(), ID_LENGTH); in getId()
/dports/editors/libreoffice/libreoffice-7.2.6.2/unoxml/source/dom/
H A Delement.cxx65 OUString prefix(reinterpret_cast<const char*>(pPrefix), in saxify()
66 strlen(reinterpret_cast<const char*>(pPrefix)), in saxify()
138 if( strlen(reinterpret_cast<char const *>(pPrefix)) ) in fastSaxify()
150 const OUString aElementName( reinterpret_cast<char const *>(pPrefix), in fastSaxify()
151 strlen(reinterpret_cast<char const *>(pPrefix)), in fastSaxify()
191 const OUString aElementName( reinterpret_cast<char const *>(pPrefix), in fastSaxify()
653 xmlChar const *pPrefix = nullptr; in setAttributeNS() local
663 pPrefix = reinterpret_cast<xmlChar const *>(o2.getStr()); in setAttributeNS()
669 pPrefix = reinterpret_cast<xmlChar const *>(""); in setAttributeNS()
682 xmlNsPtr pNs = xmlSearchNs(m_aNodePtr->doc, m_aNodePtr, pPrefix); in setAttributeNS()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/unoxml/source/dom/
H A Delement.cxx65 OUString prefix(reinterpret_cast<const sal_Char*>(pPrefix), in saxify()
66 strlen(reinterpret_cast<const char*>(pPrefix)), in saxify()
139 if( strlen(reinterpret_cast<char const *>(pPrefix)) ) in fastSaxify()
151 const OUString aElementName( reinterpret_cast<char const *>(pPrefix), in fastSaxify()
152 strlen(reinterpret_cast<char const *>(pPrefix)), in fastSaxify()
193 const OUString aElementName( reinterpret_cast<char const *>(pPrefix), in fastSaxify()
655 xmlChar const *pPrefix = nullptr; in setAttributeNS() local
665 pPrefix = reinterpret_cast<xmlChar const *>(o2.getStr()); in setAttributeNS()
671 pPrefix = reinterpret_cast<xmlChar const *>(""); in setAttributeNS()
684 xmlNsPtr pNs = xmlSearchNs(m_aNodePtr->doc, m_aNodePtr, pPrefix); in setAttributeNS()
[all …]
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/src/workflows/base/paos/invoke/
H A DPaosCreator.h57 static QString getNamespace(Namespace pPrefix);
58 static QString getNamespacePrefix(Namespace pPrefix, const QString& pSuffix = QString());
59 static QString getNamespaceType(Namespace pPrefix, const QString& pType);
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/xmloff/
H A Dstyleexp.hxx67 const OUString* pPrefix );
101 const OUString* pPrefix = nullptr);
107 const OUString* pPrefix = nullptr);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/xmloff/
H A Dstyleexp.hxx66 const OUString* pPrefix );
100 const OUString* pPrefix = nullptr);
106 const OUString* pPrefix = nullptr);
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/golang.org/x/text/transform/
H A Dtransform.go596 pPrefix := 0
610 pPrefix = pSrc
620 } else if err != nil || pPrefix == len(s) {
621 return string(s[:pPrefix]), pPrefix, err
631 if pPrefix != 0 {
636 copy(newDst[pPrefix:pDst], dst[:nDst])
637 copy(newDst[:pPrefix], s[:pPrefix])
/dports/net/gscloud/gscloud-0.11.0/vendor/golang.org/x/text/transform/
H A Dtransform.go596 pPrefix := 0
610 pPrefix = pSrc
620 } else if err != nil || pPrefix == len(s) {
621 return string(s[:pPrefix]), pPrefix, err
631 if pPrefix != 0 {
636 copy(newDst[pPrefix:pDst], dst[:nDst])
637 copy(newDst[:pPrefix], s[:pPrefix])
/dports/net/grpcox/grpcox-1.0.0/vendor/golang.org/x/text/transform/
H A Dtransform.go596 pPrefix := 0
610 pPrefix = pSrc
620 } else if err != nil || pPrefix == len(s) {
621 return string(s[:pPrefix]), pPrefix, err
631 if pPrefix != 0 {
636 copy(newDst[pPrefix:pDst], dst[:nDst])
637 copy(newDst[:pPrefix], s[:pPrefix])
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/golang.org/x/text/transform/
H A Dtransform.go596 pPrefix := 0
610 pPrefix = pSrc
620 } else if err != nil || pPrefix == len(s) {
621 return string(s[:pPrefix]), pPrefix, err
631 if pPrefix != 0 {
636 copy(newDst[pPrefix:pDst], dst[:nDst])
637 copy(newDst[:pPrefix], s[:pPrefix])
/dports/net/grpcui/grpcui-1.1.0/vendor/golang.org/x/text/transform/
H A Dtransform.go596 pPrefix := 0
610 pPrefix = pSrc
620 } else if err != nil || pPrefix == len(s) {
621 return string(s[:pPrefix]), pPrefix, err
631 if pPrefix != 0 {
636 copy(newDst[pPrefix:pDst], dst[:nDst])
637 copy(newDst[:pPrefix], s[:pPrefix])
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/golang.org/x/text/transform/
H A Dtransform.go596 pPrefix := 0
610 pPrefix = pSrc
620 } else if err != nil || pPrefix == len(s) {
621 return string(s[:pPrefix]), pPrefix, err
631 if pPrefix != 0 {
636 copy(newDst[pPrefix:pDst], dst[:nDst])
637 copy(newDst[:pPrefix], s[:pPrefix])
/dports/net-mgmt/blackbox_exporter/blackbox_exporter-0.17.0/vendor/golang.org/x/text/transform/
H A Dtransform.go596 pPrefix := 0
610 pPrefix = pSrc
620 } else if err != nil || pPrefix == len(s) {
621 return string(s[:pPrefix]), pPrefix, err
631 if pPrefix != 0 {
636 copy(newDst[pPrefix:pDst], dst[:nDst])
637 copy(newDst[:pPrefix], s[:pPrefix])
/dports/net-mgmt/bind_exporter/bind_exporter-0.4.0/vendor/golang.org/x/text/transform/
H A Dtransform.go596 pPrefix := 0
610 pPrefix = pSrc
620 } else if err != nil || pPrefix == len(s) {
621 return string(s[:pPrefix]), pPrefix, err
631 if pPrefix != 0 {
636 copy(newDst[pPrefix:pDst], dst[:nDst])
637 copy(newDst[:pPrefix], s[:pPrefix])
/dports/devel/hub/hub-2.14.2/vendor/golang.org/x/text/transform/
H A Dtransform.go596 pPrefix := 0
610 pPrefix = pSrc
620 } else if err != nil || pPrefix == len(s) {
621 return string(s[:pPrefix]), pPrefix, err
631 if pPrefix != 0 {
636 copy(newDst[pPrefix:pDst], dst[:nDst])
637 copy(newDst[:pPrefix], s[:pPrefix])
/dports/lang/gcc8/gcc-8.5.0/libgo/go/golang_org/x/text/transform/
H A Dtransform.go598 pPrefix := 0
612 pPrefix = pSrc
622 } else if err != nil || pPrefix == len(s) {
623 return string(s[:pPrefix]), pPrefix, err
633 if pPrefix != 0 {
638 copy(newDst[pPrefix:pDst], dst[:nDst])
639 copy(newDst[:pPrefix], s[:pPrefix])
/dports/net/madonctl/madonctl-8d3e9fa/vendor/golang.org/x/text/transform/
H A Dtransform.go596 pPrefix := 0
610 pPrefix = pSrc
620 } else if err != nil || pPrefix == len(s) {
621 return string(s[:pPrefix]), pPrefix, err
631 if pPrefix != 0 {
636 copy(newDst[pPrefix:pDst], dst[:nDst])
637 copy(newDst[:pPrefix], s[:pPrefix])
/dports/net/go-bapu/carlostrub-bapu-23ca6b019fbc/vendor/golang.org/x/text/transform/
H A Dtransform.go596 pPrefix := 0
610 pPrefix = pSrc
620 } else if err != nil || pPrefix == len(s) {
621 return string(s[:pPrefix]), pPrefix, err
631 if pPrefix != 0 {
636 copy(newDst[pPrefix:pDst], dst[:nDst])
637 copy(newDst[:pPrefix], s[:pPrefix])

12345678910>>...23