Home
last modified time | relevance | path

Searched refs:cur_syntax (Results 1 – 3 of 3) sorted by relevance

/dports/science/minc2/minc-release-2.2.00/conversion/dicomserver/
H A Dreply.c170 char *best_abstract_syntax, *best_transfer_syntax, *cur_syntax; in associate_reply() local
242 cur_syntax = acr_get_element_string(subitem); in associate_reply()
247 if (uid_equal(cur_syntax, FAVORITE_ABSTRACT_SYNTAX)) in associate_reply()
253 best_abstract_syntax = cur_syntax; in associate_reply()
275 cur_syntax = acr_get_element_string(subitem); in associate_reply()
276 if (uid_equal(cur_syntax, ACR_EXPLICIT_VR_BIG_END_UID)) { in associate_reply()
279 best_transfer_syntax = cur_syntax; in associate_reply()
282 else if (uid_equal(cur_syntax, ACR_EXPLICIT_VR_LITTLE_END_UID)) { in associate_reply()
285 best_transfer_syntax = cur_syntax; in associate_reply()
288 else if (uid_equal(cur_syntax, ACR_IMPLICIT_VR_LITTLE_END_UID)) { in associate_reply()
[all …]
/dports/science/minc2/minc-release-2.2.00/conversion/dicomserver_sonata/
H A Dreply.c181 char *best_abstract_syntax, *best_transfer_syntax, *cur_syntax; in associate_reply() local
273 cur_syntax = acr_get_element_string(subitem); in associate_reply()
278 if (uid_equal(cur_syntax, FAVORITE_ABSTRACT_SYNTAX)) in associate_reply()
284 best_abstract_syntax = cur_syntax; in associate_reply()
305 cur_syntax = acr_get_element_string(subitem); in associate_reply()
306 if (uid_equal(cur_syntax, ACR_EXPLICIT_VR_BIG_END_UID)) { in associate_reply()
309 best_transfer_syntax = cur_syntax; in associate_reply()
312 else if (uid_equal(cur_syntax, ACR_EXPLICIT_VR_LITTLE_END_UID)) { in associate_reply()
315 best_transfer_syntax = cur_syntax; in associate_reply()
318 else if (uid_equal(cur_syntax, ACR_IMPLICIT_VR_LITTLE_END_UID)) { in associate_reply()
[all …]
/dports/editors/mle/mle-1.4.3/
H A Deditor.c2062 syntax_t *cur_syntax; in _editor_init_from_args() local
2068 cur_syntax = NULL; in _editor_init_from_args()
2170 if (_editor_init_syntax_by_str(editor, &cur_syntax, optarg) != MLE_OK) { in _editor_init_from_args()
2177 … if (!cur_syntax || _editor_init_syntax_add_rule_by_str(cur_syntax, optarg) != MLE_OK) { in _editor_init_from_args()
2178 … MLE_LOG_ERR("Could not add style rule to syntax %p by str: %s\n", (void*)cur_syntax, optarg); in _editor_init_from_args()