Home
last modified time | relevance | path

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

/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/
H A Dvector.c94 SG_CHECK_START_END(start, end, len); in Sg_VectorFill()
110 SG_CHECK_START_END(start, end, size); in Sg_ListToVector()
113 SG_CHECK_START_END(start, end, end); in Sg_ListToVector()
131 SG_CHECK_START_END(start, end, len); in Sg_VectorToList()
191 SG_CHECK_START_END(start, end, n); in Sg_VectorReverseX()
H A Dstring.c234 SG_CHECK_START_END(start, end, size); in Sg_StringToIString()
355 SG_CHECK_START_END(start, end, size); in Sg_StringToList()
535 SG_CHECK_START_END(start, end, len); in Sg_Substring()
546 SG_CHECK_START_END(start, end, size); in Sg_StringFill()
H A Dbytevector.c138 SG_CHECK_START_END(start, end, len); in Sg_ByteVectorCopy()
169 SG_CHECK_START_END(start, end, n); in Sg_ByteVectorReverseX()
346 SG_CHECK_START_END(start, end, len); in Sg_ByteVectorFill()
365 SG_CHECK_START_END(start, end, size); in Sg_ByteVectorToString()
403 SG_CHECK_START_END(start, end, len); in Sg_StringToByteVector()
913 SG_CHECK_START_END(start, end, len); in bytevector2integer()
H A Dregex_match.c937 SG_CHECK_START_END(start, end, TEXT_SIZE(text)); in DECL_FUNC_NAME()
H A Dport.c1328 SG_CHECK_START_END(start, end, len); in Sg_MakeByteVectorInputPort()
1746 SG_CHECK_START_END(start, end, len); in Sg_InitStringInputPort()
H A Dregex.c2641 SG_CHECK_START_END(start, end, size); in Sg_ParseCharSetString()
H A Dlib_core.stub1385 (SG_CHECK_START_END start end size)
1410 (SG_CHECK_START_END start end size)
H A Dlib_core.c8346 SG_CHECK_START_END(start,end,size); in core_utf8_TOstring()
8415 SG_CHECK_START_END(start,end,size); in core_string_TOutf8()
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/ext/crypto/
H A Dhash.c138 SG_CHECK_START_END(start, end, len); in Sg_VMHashProcess()
181 SG_CHECK_START_END(start, end, len); in Sg_VMHashDone()
H A Dcrypto.c442 SG_CHECK_START_END(s, e, len); in Sg_VMCipherUpdateAAD()
452 SG_CHECK_START_END(s, e, len); in Sg_VMCipherUpdateAAD()
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/sagittarius/private/
H A Dsagittariusdefs.h422 #define SG_CHECK_START_END(start, end, len) \ macro