Home
last modified time | relevance | path

Searched refs:ppThis (Results 1 – 25 of 193) sorted by relevance

12345678

/dports/editors/libreoffice/libreoffice-7.2.6.2/sal/rtl/
H A Dstrtmpl.hxx1083 assert(ppThis); in new_()
1084 if ( *ppThis) in new_()
1103 assert(ppThis); in new_WithLength()
1127 assert(ppThis); in newFromString()
1137 pOrg = *ppThis; in newFromString()
1154 assert(ppThis); in newFromStr()
1180 pOrg = *ppThis; in newFromStr()
1198 assert(ppThis); in newFromStr_WithLength()
1209 pOrg = *ppThis; in newFromStr_WithLength()
1267 if ( *ppThis ) in newFromLiteral()
[all …]
H A Dstring.cxx597 return rtl::str::new_(ppThis); in rtl_string_new()
607 rtl::str::new_WithLength(ppThis, nLen); in rtl_string_new_WithLength()
613 rtl::str::newFromString(ppThis, pStr); in rtl_string_newFromString()
618 rtl::str::newFromStr(ppThis, pCharStr); in rtl_string_newFromStr()
643 rtl::str::assign(ppThis, pStr); in rtl_string_assign()
659 rtl::str::newConcat(ppThis, pLeft, pRight); in rtl_string_newConcat()
664 rtl::str::ensureCapacity(ppThis, size); in rtl_string_ensureCapacity()
677 rtl::str::newReplace(ppThis, pStr, cOld, cNew); in rtl_string_newReplace()
683 rtl::str::newToAsciiLowerCase(ppThis, pStr); in rtl_string_newToAsciiLowerCase()
689 rtl::str::newToAsciiUpperCase(ppThis, pStr); in rtl_string_newToAsciiUpperCase()
[all …]
H A Dustring.cxx501 assert(ppThis); in rtl_uString_newFromAscii()
516 rtl_uString_new( ppThis ); in rtl_uString_newFromAscii()
520 if ( *ppThis ) in rtl_uString_newFromAscii()
524 OSL_ASSERT(*ppThis != nullptr); in rtl_uString_newFromAscii()
525 if ( !(*ppThis) ) in rtl_uString_newFromAscii()
538 RTL_LOG_STRING_NEW( *ppThis ); in rtl_uString_newFromAscii()
694 rtl_uString_new( ppThis ); in rtl_string2UString_status()
701 if ( *ppThis ) in rtl_string2UString_status()
853 *ppThis = pTemp; in rtl_string2UString_status()
861 RTL_LOG_STRING_NEW( *ppThis ); in rtl_string2UString_status()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sal/rtl/
H A Dstrtmpl.cxx1245 assert(ppThis); in IMPL_RTL_STRINGNAME()
1246 if ( *ppThis) in IMPL_RTL_STRINGNAME()
1266 assert(ppThis); in IMPL_RTL_STRINGNAME()
1290 assert(ppThis); in IMPL_RTL_STRINGNAME()
1300 pOrg = *ppThis; in IMPL_RTL_STRINGNAME()
1317 assert(ppThis); in IMPL_RTL_STRINGNAME()
1334 pOrg = *ppThis; in IMPL_RTL_STRINGNAME()
1352 assert(ppThis); in IMPL_RTL_STRINGNAME()
1362 pOrg = *ppThis; in IMPL_RTL_STRINGNAME()
1416 if ( *ppThis ) in IMPL_RTL_STRINGNAME()
[all …]
H A Dustring.cxx518 assert(ppThis); in rtl_uString_newFromAscii()
533 rtl_uString_new( ppThis ); in rtl_uString_newFromAscii()
537 if ( *ppThis ) in rtl_uString_newFromAscii()
541 OSL_ASSERT(*ppThis != nullptr); in rtl_uString_newFromAscii()
542 if ( *ppThis ) in rtl_uString_newFromAscii()
709 rtl_uString_new( ppThis ); in rtl_string2UString_status()
716 if ( *ppThis ) in rtl_string2UString_status()
724 if (*ppThis == nullptr) { in rtl_string2UString_status()
868 *ppThis = pTemp; in rtl_string2UString_status()
876 RTL_LOG_STRING_NEW( *ppThis ); in rtl_string2UString_status()
[all …]
/dports/devel/librelp/librelp-1.10.0/src/
H A Doffers.c54 assert(ppThis != NULL); in relpOfferValueConstruct()
62 *ppThis = pThis; in relpOfferValueConstruct()
79 pThis = *ppThis; in relpOfferValueDestruct()
84 *ppThis = NULL; in relpOfferValueDestruct()
107 *ppThis = pThis; in relpOfferConstruct()
126 pThis = *ppThis; in relpOfferDestruct()
138 *ppThis = NULL; in relpOfferDestruct()
161 *ppThis = pThis; in relpOffersConstruct()
180 pThis = *ppThis; in relpOffersDestruct()
192 *ppThis = NULL; in relpOffersDestruct()
[all …]
H A Dsendq.c54 assert(ppThis != NULL); in relpSendqeConstruct()
62 *ppThis = pThis; in relpSendqeConstruct()
77 assert(ppThis != NULL); in relpSendqeDestruct()
78 pThis = *ppThis; in relpSendqeDestruct()
85 *ppThis = NULL; in relpSendqeDestruct()
106 assert(ppThis != NULL); in relpSendqConstruct()
115 *ppThis = pThis; in relpSendqConstruct()
125 relpSendqDestruct(relpSendq_t **ppThis) in relpSendqDestruct() argument
130 assert(ppThis != NULL); in relpSendqDestruct()
131 pThis = *ppThis; in relpSendqDestruct()
[all …]
H A Drelpframe.c45 relpFrameConstruct(relpFrame_t **ppThis, relpEngine_t *const pEngine) in relpFrameConstruct() argument
50 assert(ppThis != NULL); in relpFrameConstruct()
58 *ppThis = pThis; in relpFrameConstruct()
68 relpFrameDestruct(relpFrame_t **ppThis) in relpFrameDestruct() argument
73 assert(ppThis != NULL); in relpFrameDestruct()
74 pThis = *ppThis; in relpFrameDestruct()
82 *ppThis = NULL; in relpFrameDestruct()
97 relpFrameProcessOctetRcvd(relpFrame_t **const ppThis, in LIBRELP_ATTR_NONNULL()
104 assert(ppThis != NULL); in LIBRELP_ATTR_NONNULL()
105 pThis = *ppThis; in LIBRELP_ATTR_NONNULL()
[all …]
H A Dsendbuf.c48 relpSendbufConstruct(relpSendbuf_t **ppThis, relpSess_t *pSess) in relpSendbufConstruct() argument
53 assert(ppThis != NULL); in relpSendbufConstruct()
61 *ppThis = pThis; in relpSendbufConstruct()
71 relpSendbufDestruct(relpSendbuf_t **ppThis) in relpSendbufDestruct() argument
76 assert(ppThis != NULL); in relpSendbufDestruct()
77 pThis = *ppThis; in relpSendbufDestruct()
85 *ppThis = NULL; in relpSendbufDestruct()
H A Doffers.h77 relpRetVal relpOffersConstruct(relpOffers_t **ppThis, relpEngine_t *pEngine);
78 relpRetVal relpOffersDestruct(relpOffers_t **ppThis);
81 relpRetVal relpOfferAdd(relpOffer_t **ppThis, unsigned char *pszName, relpOffers_t *pOffers);
/dports/devel/liblogging/liblogging-1.0.6/rfc3195/src/
H A Dbeepprofile.c67 assert(ppThis != NULL); in sbProfConstruct()
70 if((*ppThis = calloc(1, sizeof(sbProfObj))) == NULL) in sbProfConstruct()
74 (*ppThis)->pszProfileURI = NULL; in sbProfConstruct()
80 sbProfDestroy(*ppThis); in sbProfConstruct()
84 (*ppThis)->pszProfileURI = pszURIBuf; in sbProfConstruct()
88 (*ppThis)->OID = OIDsbProf; in sbProfConstruct()
89 (*ppThis)->OnMesgRecv = NULL; in sbProfConstruct()
91 (*ppThis)->pAPI = NULL; in sbProfConstruct()
92 (*ppThis)->OnChanCreate = NULL; in sbProfConstruct()
93 (*ppThis)->OnMesgRecv = NULL; in sbProfConstruct()
[all …]
H A Dbeepframe.c303 srRetVal sbFramConstruct(sbFramObj **ppThis) in sbFramConstruct() argument
310 (*ppThis)->OID = OIDsbFram; in sbFramConstruct()
311 (*ppThis)->idHdr = BEEPHDR_UNKNOWN; in sbFramConstruct()
313 (*ppThis)->OnFramDestroy = NULL; in sbFramConstruct()
314 (*ppThis)->pUsr = NULL; in sbFramConstruct()
402 assert(ppThis != NULL); in sbFramCreateSEQFram()
417 SRFREEOBJ(*ppThis); in sbFramCreateSEQFram()
424 (*ppThis)->uSize = (*ppThis)->iFrameLen = (int) strlen(pszFramBuf); in sbFramCreateSEQFram()
425 (*ppThis)->szRawBuf = pszFramBuf; in sbFramCreateSEQFram()
426 (*ppThis)->OID = OIDsbFram; in sbFramCreateSEQFram()
[all …]
H A Dclntprof-3195raw.c58 static srRetVal sbPSSRConstruct(sbPSSRObj** ppThis) in sbPSSRConstruct() argument
60 assert(ppThis != NULL); in sbPSSRConstruct()
62 if((*ppThis = calloc(1, sizeof(sbPSSRObj))) == NULL) in sbPSSRConstruct()
65 (*ppThis)->OID = OIDsbPSSR; in sbPSSRConstruct()
66 (*ppThis)->uAnsno = 0; in sbPSSRConstruct()
67 (*ppThis)->uMsgno4raw = 0; in sbPSSRConstruct()
H A Dsyslogmessage.c65 srRetVal srSLMGConstruct(srSLMGObj **ppThis) in srSLMGConstruct() argument
67 if(ppThis == NULL) in srSLMGConstruct()
73 (*ppThis)->OID = OIDsrSLMG; in srSLMGConstruct()
74 (*ppThis)->pszRawMsg = NULL; in srSLMGConstruct()
77 (*ppThis)->bTimStampIncludesTZ = FALSE; in srSLMGConstruct()
83 (*ppThis)->pszHostname = NULL; in srSLMGConstruct()
84 (*ppThis)->pszLanguage = NULL; in srSLMGConstruct()
85 (*ppThis)->pszRemoteHost = NULL; in srSLMGConstruct()
86 (*ppThis)->pszTag = NULL; in srSLMGConstruct()
87 (*ppThis)->pszMsg = NULL; in srSLMGConstruct()
[all …]
H A Dclntprof-3195cooked.c60 static srRetVal sbPSRCConstruct(sbPSRCObj** ppThis) in sbPSRCConstruct() argument
62 assert(ppThis != NULL); in sbPSRCConstruct()
64 if((*ppThis = calloc(1, sizeof(sbPSRCObj))) == NULL) in sbPSRCConstruct()
67 (*ppThis)->OID = OIDsbPSRC; in sbPSRCConstruct()
68 (*ppThis)->uNextMsgno = 0; in sbPSRCConstruct()
69 (*ppThis)->pszMyIP = NULL; in sbPSRCConstruct()
70 (*ppThis)->pszMyHostName = NULL; in sbPSRCConstruct()
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/runtime/
H A Dstringbuf.c78 *ppThis = pThis; in DEFobjCurrIf()
106 *ppThis = pThis; in rsCStrConstructFromszStr()
143 *ppThis = pThis; in rsCStrConstructFromszStrv()
186 *ppThis = pThis; in cstrConstructFromESStr()
214 *ppThis = pThis; in ATTR_NONNULL()
222 free((*ppThis)->pBuf); in rsCStrDestruct()
223 RSFREEOBJ(*ppThis); in rsCStrDestruct()
224 *ppThis = NULL; in rsCStrDestruct()
437 assert(ppThis != NULL); in cstrConvSzStrAndDestruct()
438 pThis = *ppThis; in cstrConvSzStrAndDestruct()
[all …]
H A Dprop.c150 static rsRetVal CreateStringProp(prop_t **ppThis, const uchar* psz, const int len) in CreateStringProp() argument
158 *ppThis = pThis; in CreateStringProp()
178 static rsRetVal CreateOrReuseStringProp(prop_t **ppThis, const uchar *psz, const int len) in CreateOrReuseStringProp() argument
183 assert(ppThis != NULL); in CreateOrReuseStringProp()
185 if(*ppThis == NULL) { in CreateOrReuseStringProp()
187 CHKiRet(CreateStringProp(ppThis, psz, len)); in CreateOrReuseStringProp()
190 GetString(*ppThis, &pszPrev, &lenPrev); in CreateOrReuseStringProp()
193 propDestruct(ppThis); in CreateOrReuseStringProp()
194 CHKiRet(CreateStringProp(ppThis, psz, len)); in CreateOrReuseStringProp()
H A Dnsd.h52 rsRetVal (*Construct)(nsd_t **ppThis);
53 rsRetVal (*Destruct)(nsd_t **ppThis);
58 rsRetVal (*AcceptConnReq)(nsd_t *pThis, nsd_t **ppThis);
115 rsRetVal (*Construct)(nsdsel_t **ppThis);
116 rsRetVal (*Destruct)(nsdsel_t **ppThis);
125 rsRetVal (*Construct)(nsdpoll_t **ppThis);
126 rsRetVal (*Destruct)(nsdpoll_t **ppThis);
H A Dstringbuf.h50 rsRetVal cstrConstruct(cstr_t **ppThis);
52 rsRetVal cstrConstructFromESStr(cstr_t **ppThis, es_str_t *str);
53 rsRetVal rsCStrConstructFromszStr(cstr_t **ppThis, const uchar *sz);
54 rsRetVal rsCStrConstructFromCStr(cstr_t **ppThis, const cstr_t *pFrom);
55 rsRetVal rsCStrConstructFromszStrf(cstr_t **ppThis, const char *fmt, ...) __attribute__((format(pri…
60 void rsCStrDestruct(cstr_t **ppThis);
H A Dprop.h42 rsRetVal (*Construct)(prop_t **ppThis);
44 rsRetVal (*Destruct)(prop_t **ppThis);
49 rsRetVal (*CreateStringProp)(prop_t **ppThis, const uchar* psz, const int len);
50 rsRetVal (*CreateOrReuseStringProp)(prop_t **ppThis, const uchar *psz, const int len);
H A Dsigprov.h29 rsRetVal (*Construct)(void *ppThis);
30 rsRetVal (*SetCnfParam)(void *ppThis, struct nvlst *lst);
31 rsRetVal (*Destruct)(void *ppThis);
H A Dobj-types.h256 rsRetVal obj##Construct(obj##_t **ppThis); \
257 rsRetVal obj##Construct(obj##_t **ppThis) \
262 assert(ppThis != NULL); \
296 rsRetVal OBJ##Destruct(OBJ##_t __attribute__((unused)) **ppThis)
302 rsRetVal OBJ##Destruct(OBJ##_t __attribute__((unused)) **ppThis);\
303 rsRetVal OBJ##Destruct(OBJ##_t __attribute__((unused)) **ppThis) \
309 assert(ppThis != NULL); \
310 pThis = *ppThis; \
330 *ppThis = NULL; \
H A Dcryprov.h36 rsRetVal (*Construct)(void *ppThis);
37 rsRetVal (*SetCnfParam)(void *ppThis, struct nvlst *lst, int paramType);
38 rsRetVal (*Destruct)(void *ppThis);
H A Dstrgen.h44 rsRetVal (*Construct)(strgen_t **ppThis);
46 rsRetVal (*Destruct)(strgen_t **ppThis);
49 rsRetVal (*FindStrgen)(strgen_t **ppThis, uchar*name);
H A Dparser.h47 rsRetVal (*Construct)(parser_t **ppThis);
49 rsRetVal (*Destruct)(parser_t **ppThis);
53 rsRetVal (*FindParser)(parser_t **ppThis, uchar*name);

12345678