Searched refs:refcntLogRepr (Results 1 - 3 of 3) sorted by relevance
/vbox/src/libs/xpcom18a4/python/src/ |
H A D | PyGWeakReference.cpp | 57 strncpy(refcntLogRepr, m_pBase->refcntLogRepr, sizeof(refcntLogRepr)); 58 refcntLogRepr[sizeof(refcntLogRepr)-1] = '\0'; 59 char *dest = refcntLogRepr + ((strlen(refcntLogRepr) > 36) ? 36 : strlen(refcntLogRepr)); 78 NS_LOG_ADDREF(this, cnt, refcntLogRepr, sizeof(*this)); 88 NS_LOG_RELEASE(this, cnt, refcntLogRepr); [all...] |
H A D | PyGBase.cpp | 123 strncpy(refcntLogRepr, szRepr + reprOffset, sizeof(refcntLogRepr)-1); 124 refcntLogRepr[sizeof(refcntLogRepr)-1] = '\0'; 126 char *lastPos = strstr(refcntLogRepr, " at "); 417 NS_LOG_ADDREF(this, cnt, refcntLogRepr, sizeof(*this)); 428 NS_LOG_RELEASE(this, cnt, refcntLogRepr);
|
H A D | PyXPCOM.h | 533 char refcntLogRepr[64]; // sigh - I wish I knew how to use the Moz string classes :( OK for debug only tho. member in class:PyG_Base 613 char refcntLogRepr[41]; member in class:PyXPCOM_GatewayWeakReference
|
Completed in 51 milliseconds