Scm_CodingAwarePortHook  607 ext/charconv/charconv.c SCM_EXTERN ScmPort *(*Scm_CodingAwarePortHook)(ScmPort *src,
Scm_CodingAwarePortHook  634 ext/charconv/charconv.c     Scm_CodingAwarePortHook = coding_aware_conv;
Scm_CodingAwarePortHook 1042 src/port.c     ScmPort *(*Scm_CodingAwarePortHook)(ScmPort *src,
Scm_CodingAwarePortHook 1166 src/port.c         if (Scm_CodingAwarePortHook == NULL) {
Scm_CodingAwarePortHook 1171 src/port.c             if (Scm_CodingAwarePortHook == NULL) {
Scm_CodingAwarePortHook 1176 src/port.c         data->source = Scm_CodingAwarePortHook(data->source, encoding);