Home
last modified time | relevance | path

Searched refs:fieldsPresent (Results 1 – 25 of 67) sorted by relevance

123

/dports/science/orthanc-mysql/OrthancMySQL-4.3/MySQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Resources/Patches/
H A Ddcmtk-dcdict_orthanc.cc70 int fieldsPresent; in loadFromMemory() local
109 fieldsPresent = splitFields(line.c_str(), lineFields, in loadFromMemory()
120 switch (fieldsPresent) { in loadFromMemory()
184 for (i = 0; i < fieldsPresent; i++) { in loadFromMemory()
/dports/science/orthanc-dicomweb/OrthancDicomWeb-1.7/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Resources/Patches/
H A Ddcmtk-dcdict_orthanc.cc70 int fieldsPresent; in loadFromMemory() local
109 fieldsPresent = splitFields(line.c_str(), lineFields, in loadFromMemory()
120 switch (fieldsPresent) { in loadFromMemory()
184 for (i = 0; i < fieldsPresent; i++) { in loadFromMemory()
/dports/science/orthanc/Orthanc-1.9.7/OrthancFramework/Resources/Patches/
H A Ddcmtk-dcdict_orthanc.cc70 int fieldsPresent; in loadFromMemory() local
109 fieldsPresent = splitFields(line.c_str(), lineFields, in loadFromMemory()
120 switch (fieldsPresent) { in loadFromMemory()
184 for (i = 0; i < fieldsPresent; i++) { in loadFromMemory()
/dports/science/orthanc-postgresql/OrthancPostgreSQL-4.0/PostgreSQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Resources/Patches/
H A Ddcmtk-dcdict_orthanc.cc70 int fieldsPresent; in loadFromMemory() local
109 fieldsPresent = splitFields(line.c_str(), lineFields, in loadFromMemory()
120 switch (fieldsPresent) { in loadFromMemory()
184 for (i = 0; i < fieldsPresent; i++) { in loadFromMemory()
/dports/science/orthanc-webviewer/OrthancWebViewer-2.7/ThirdPartyDownloads/Orthanc-1.8.1/OrthancFramework/Resources/Patches/
H A Ddcmtk-dcdict_orthanc.cc70 int fieldsPresent; in loadFromMemory() local
109 fieldsPresent = splitFields(line.c_str(), lineFields, in loadFromMemory()
120 switch (fieldsPresent) { in loadFromMemory()
184 for (i = 0; i < fieldsPresent; i++) { in loadFromMemory()
/dports/net/freerdp/freerdp-2.5.0/channels/rdpei/server/
H A Drdpei_main.c226 contactData->fieldsPresent = tmp; in read_touch_contact_data()
228 if (contactData->fieldsPresent & CONTACT_DATA_CONTACTRECT_PRESENT) in read_touch_contact_data()
243 if ((contactData->fieldsPresent & CONTACT_DATA_ORIENTATION_PRESENT) && in read_touch_contact_data()
250 if ((contactData->fieldsPresent & CONTACT_DATA_PRESSURE_PRESENT) && in read_touch_contact_data()
271 if (!rdpei_read_2byte_unsigned(s, &contactData->fieldsPresent) || in read_pen_contact()
280 if (contactData->fieldsPresent & PEN_CONTACT_PENFLAGS_PRESENT) in read_pen_contact()
285 if (contactData->fieldsPresent & PEN_CONTACT_PRESSURE_PRESENT) in read_pen_contact()
290 if (contactData->fieldsPresent & PEN_CONTACT_ROTATION_PRESENT) in read_pen_contact()
295 if (contactData->fieldsPresent & PEN_CONTACT_TILTX_PRESENT) in read_pen_contact()
300 if (contactData->fieldsPresent & PEN_CONTACT_TILTY_PRESENT) in read_pen_contact()
/dports/net/freerdp/freerdp-2.5.0/libfreerdp/core/gateway/
H A Drdg.c988 UINT16 fieldsPresent = 0; in rdg_send_tunnel_request() local
1007 fieldsPresent = HTTP_TUNNEL_PACKET_FIELD_PAA_COOKIE; in rdg_send_tunnel_request()
1306 if (fieldsPresent & HTTP_TUNNEL_RESPONSE_FIELD_TUNNEL_ID) in rdg_process_tunnel_response_optional()
1317 if (fieldsPresent & HTTP_TUNNEL_RESPONSE_FIELD_CAPS) in rdg_process_tunnel_response_optional()
1331 if (fieldsPresent & HTTP_TUNNEL_RESPONSE_FIELD_SOH_REQ) in rdg_process_tunnel_response_optional()
1374 UINT16 serverVersion, fieldsPresent; in rdg_process_tunnel_response() local
1393 Stream_Read_UINT16(s, fieldsPresent); in rdg_process_tunnel_response()
1415 UINT16 fieldsPresent; in rdg_process_tunnel_authorization_response() local
1432 Stream_Read_UINT16(s, fieldsPresent); in rdg_process_tunnel_authorization_response()
1450 UINT16 fieldsPresent; in rdg_process_channel_response() local
[all …]
/dports/net/freerdp/freerdp-2.5.0/channels/rdpei/client/
H A Drdpei_main.c278 if (!rdpei_write_2byte_unsigned(s, contact->fieldsPresent)) in rdpei_write_pen_frame()
286 if (contact->fieldsPresent & PEN_CONTACT_PENFLAGS_PRESENT) in rdpei_write_pen_frame()
291 if (contact->fieldsPresent & PEN_CONTACT_PRESSURE_PRESENT) in rdpei_write_pen_frame()
296 if (contact->fieldsPresent & PEN_CONTACT_ROTATION_PRESENT) in rdpei_write_pen_frame()
301 if (contact->fieldsPresent & PEN_CONTACT_TILTX_PRESENT) in rdpei_write_pen_frame()
306 if (contact->fieldsPresent & PEN_CONTACT_TILTY_PRESENT) in rdpei_write_pen_frame()
600 contact->fieldsPresent |= CONTACT_DATA_CONTACTRECT_PRESENT; in rdpei_write_touch_frame()
608 contact->fieldsPresent); in rdpei_write_touch_frame()
617 rdpei_write_2byte_unsigned(s, contact->fieldsPresent); in rdpei_write_touch_frame()
641 if (contact->fieldsPresent & CONTACT_DATA_PRESSURE_PRESENT) in rdpei_write_touch_frame()
[all …]
/dports/net/freerdp/freerdp-2.5.0/include/freerdp/channels/
H A Drdpei.h84 UINT32 fieldsPresent; member
118 UINT16 fieldsPresent; member
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmdata/libsrc/
H A Ddcdict.cc449 int fieldsPresent; in loadDictionary() local
488 fieldsPresent = splitFields(lineBuf, lineFields, in loadDictionary()
499 switch (fieldsPresent) { in loadDictionary()
563 for (i = 0; i < fieldsPresent; i++) { in loadDictionary()
/dports/misc/vxl/vxl-3.3.2/v3p/dcmtk/dcmdata/libsrc/
H A Ddcdict.cxx425 int fieldsPresent; in loadDictionary() local
464 fieldsPresent = splitFields(lineBuf, lineFields, in loadDictionary()
475 switch (fieldsPresent) in loadDictionary()
550 for (i=0; i<fieldsPresent; i++) { in loadDictionary()
/dports/net/freerdp/freerdp-2.5.0/libfreerdp/core/
H A Dinfo.c1141 UINT32 fieldsPresent; in rdp_recv_logon_info_extended() local
1148 Stream_Read_UINT32(s, fieldsPresent); /* fieldsPresent (4 bytes) */ in rdp_recv_logon_info_extended()
1153 WLog_DBG(TAG, "LogonInfoExtended: fieldsPresent: 0x%08" PRIX32 "", fieldsPresent); in rdp_recv_logon_info_extended()
1157 if (fieldsPresent & LOGON_EX_AUTORECONNECTCOOKIE) in rdp_recv_logon_info_extended()
1172 if (fieldsPresent & LOGON_EX_LOGONERRORS) in rdp_recv_logon_info_extended()
/dports/editors/fxite/fxite-FXITE-0_92/src/
H A Dreadtags.c314 int fieldsPresent; in parseTagLine() local
346 fieldsPresent = (strncmp (p, ";\"", 2) == 0); in parseTagLine()
348 if (fieldsPresent) in parseTagLine()
/dports/devel/arduino-ctags/ctags-5.8-arduino11/
H A Dreadtags.c312 int fieldsPresent; in parseTagLine() local
344 fieldsPresent = (strncmp (p, ";\"", 2) == 0); in parseTagLine()
346 if (fieldsPresent) in parseTagLine()
/dports/editors/kate/kate-21.12.3/addons/kate-ctags/
H A Dreadtags.c297 int fieldsPresent = 0; in parseTagLine() local
346 fieldsPresent = (strncmp (p, ";\"", 2) == 0); in parseTagLine()
348 if (fieldsPresent) in parseTagLine()
/dports/editors/kate/kate-21.12.3/addons/project/ctags/
H A Dreadtags.c284 int fieldsPresent = 0; in parseTagLine() local
324 fieldsPresent = (strncmp(p, ";\"", 2) == 0); in parseTagLine()
326 if (fieldsPresent) { in parseTagLine()
/dports/devel/ctags/ctags-5.8/
H A Dreadtags.c312 int fieldsPresent; in parseTagLine() local
344 fieldsPresent = (strncmp (p, ";\"", 2) == 0); in parseTagLine()
346 if (fieldsPresent) in parseTagLine()
/dports/devel/p5-Parse-ExuberantCTags/Parse-ExuberantCTags-1.02/
H A Dreadtags.c312 int fieldsPresent; in parseTagLine() local
344 fieldsPresent = (strncmp (p, ";\"", 2) == 0); in parseTagLine()
346 if (fieldsPresent) in parseTagLine()
/dports/japanese/ctags/ctags-5.8j2/
H A Dreadtags.c312 int fieldsPresent; in parseTagLine() local
344 fieldsPresent = (strncmp (p, ";\"", 2) == 0); in parseTagLine()
346 if (fieldsPresent) in parseTagLine()
/dports/devel/py-ctags/python-ctags-1.0.5/src/
H A Dreadtags.c312 int fieldsPresent; in parseTagLine() local
344 fieldsPresent = (strncmp (p, ";\"", 2) == 0); in parseTagLine()
346 if (fieldsPresent) in parseTagLine()
/dports/textproc/source-highlight/source-highlight-3.1.9/lib/srchilite/
H A Dreadtags.c301 int fieldsPresent = 0; in parseTagLine() local
348 fieldsPresent = (strncmp (p, ";\"", 2) == 0); in parseTagLine()
350 if (fieldsPresent) in parseTagLine()
/dports/devel/anjuta/anjuta-3.34.0/plugins/symbol-db/
H A Dreadtags.c312 int fieldsPresent; in parseTagLine() local
344 fieldsPresent = (strncmp (p, ";\"", 2) == 0); in parseTagLine()
346 if (fieldsPresent) in parseTagLine()
/dports/devel/geany-legacy/geany-1.37.1/ctags/main/
H A Dlxcmd.c955 int fieldsPresent; in parseXcmdPath() local
995 fieldsPresent = (strncmp (p, ";\"", 2) == 0); in parseXcmdPath()
1001 if (fieldsPresent) in parseXcmdPath()
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/libreadtags/
H A Dreadtags.c533 int fieldsPresent; in parseTagLine() local
596 fieldsPresent = (strncmp (p, ";\"", 2) == 0); in parseTagLine()
598 if (fieldsPresent) in parseTagLine()
/dports/devel/geany-plugin-xmlsnippets/geany-plugins-1.38/geanyctags/src/
H A Dreadtags.c533 int fieldsPresent; in parseTagLine() local
596 fieldsPresent = (strncmp (p, ";\"", 2) == 0); in parseTagLine()
598 if (fieldsPresent) in parseTagLine()

123