Home
last modified time | relevance | path

Searched refs:m_strTime (Results 1 – 11 of 11) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxcodec/codec/
H A Dccodec_pngmodule.cpp59 FXSYS_memset(pAttribute->m_strTime, 0, sizeof(pAttribute->m_strTime)); in _png_load_bmp_attribute()
60 FXSYS_snprintf((FX_CHAR*)pAttribute->m_strTime, in _png_load_bmp_attribute()
61 sizeof(pAttribute->m_strTime), "%4u:%2u:%2u %2u:%2u:%2u", in _png_load_bmp_attribute()
63 pAttribute->m_strTime[sizeof(pAttribute->m_strTime) - 1] = 0; in _png_load_bmp_attribute()
79 FXSYS_memset(pAttribute->m_strTime, 0, sizeof(pAttribute->m_strTime)); in _png_load_bmp_attribute()
81 pAttribute->m_strTime, text[i].text, in _png_load_bmp_attribute()
82 std::min(sizeof(pAttribute->m_strTime) - 1, text[i].text_length)); in _png_load_bmp_attribute()
H A Dfx_codec.cpp256 FXSYS_memset(m_strTime, 0, sizeof(m_strTime)); in CFX_DIBAttribute()
H A Dccodec_gifmodule.cpp180 FXSYS_memcpy(pAttribute->m_strTime, buf, size); in LoadFrame()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxcodec/codec/
H A Dfx_codec_png.cpp57 FXSYS_memset(pAttribute->m_strTime, 0, sizeof(pAttribute->m_strTime)); in _png_load_bmp_attribute()
58 FXSYS_snprintf((FX_CHAR*)pAttribute->m_strTime, in _png_load_bmp_attribute()
59 sizeof(pAttribute->m_strTime), "%4u:%2u:%2u %2u:%2u:%2u", in _png_load_bmp_attribute()
61 pAttribute->m_strTime[sizeof(pAttribute->m_strTime) - 1] = 0; in _png_load_bmp_attribute()
77 FXSYS_memset(pAttribute->m_strTime, 0, sizeof(pAttribute->m_strTime)); in _png_load_bmp_attribute()
79 pAttribute->m_strTime, text[i].text, in _png_load_bmp_attribute()
80 std::min(sizeof(pAttribute->m_strTime) - 1, text[i].text_length)); in _png_load_bmp_attribute()
H A Dfx_codec.cpp93 FXSYS_memset(m_strTime, 0, sizeof(m_strTime)); in CFX_DIBAttribute()
H A Dfx_codec_gif.cpp168 FXSYS_memcpy(pAttribute->m_strTime, buf, size); in LoadFrame()
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/clientgui/
H A DViewTransfers.h45 wxString m_strTime; variable
H A DViewTransfers.cpp499 strBuffer = transfer->m_strTime; in OnListGetItemText()
631 transfer->m_strTime = FormatTime(fDocumentDouble); in SynchronizeCacheItem()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxcodec/include/
H A Dfx_codec.h49 uint8_t m_strTime[20]; variable
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxcodec/
H A Dfx_codec.h52 uint8_t m_strTime[20]; variable
/dports/security/keepass/KeePass-2.49-Source/KeePass/Resources/
H A DKPRes.Generated.cs808 m_strTime = TryGetEx(dictNew, "Time", m_strTime); in SetTranslatedStrings()
10372 private static string m_strTime = field in KeePass.Resources.KPRes
10380 get { return m_strTime; }