Home
last modified time | relevance | path

Searched refs:GET_LEN_STRING (Results 1 – 25 of 32) sorted by relevance

12

/dports/math/gap/gap-4.11.0/src/
H A Dstringobj.c304 l=GET_LEN_STRING(val); in FuncINTLIST_STRING()
391 l=GET_LEN_STRING(val); in FuncREVNEG_STRING()
641 lL = GET_LEN_STRING(listL); in EqString()
642 lR = GET_LEN_STRING(listR); in EqString()
661 lL = GET_LEN_STRING(listL); in LtString()
662 lR = GET_LEN_STRING(listR); in LtString()
1407 len = GET_LEN_STRING(string); in FuncNormalizeWhitespace()
1458 len = GET_LEN_STRING(rem); in FuncREMOVE_CHARACTERS()
1463 len = GET_LEN_STRING(string); in FuncREMOVE_CHARACTERS()
1539 len = GET_LEN_STRING(seps); in FuncSplitStringInternal()
[all …]
H A Dstringobj.h161 EXPORT_INLINE UInt GET_LEN_STRING(Obj list) in GET_LEN_STRING() function
221 ResizeBag(list, SIZEBAG_STRINGLEN(GET_LEN_STRING((list)))); in SHRINK_STRING()
H A Drecords.c93 if (GET_LEN_STRING(str) != len) in EqString()
191 pos = HashString( CONST_CSTR_STRING( string ), GET_LEN_STRING( string) ); in RNamNameWithLen()
H A Dstreams.c1445 lstr = GET_LEN_STRING(str); in FuncREAD_LINE_FILE()
1454 len = GET_LEN_STRING(str); in FuncREAD_LINE_FILE()
1531 len = GET_LEN_STRING(str); in FuncREAD_ALL_FILE()
1601 len = GET_LEN_STRING(str); in FuncWRITE_STRING_FILE_NC()
H A Dscanner.c154 const UInt len = GET_LEN_STRING(string); in AppendBufToString()
418 i = GET_LEN_STRING(s->ValueObj); in GetNumber()
H A Dlibgap-api.c429 return GET_LEN_STRING(obj); in GAP_LenString()
H A Dio.c1169 GET_LEN_STRING(input->sline) <= input->spos)) { in GetLine2()
1188 const Char * const end = CONST_CSTR_STRING(input->sline) + GET_LEN_STRING(input->sline); in GetLine2()
1312 lstr = GET_LEN_STRING(str); in PutLine2()
H A Dsysfiles.c369 len = GET_LEN_STRING(str); in FuncCrcString()
2475 len = GET_LEN_STRING(linestr); in syFgets()
2480 len = GET_LEN_STRING(yankstr); in syFgets()
3494 lstr = GET_LEN_STRING(str); in SyReadStringFile()
3501 len = GET_LEN_STRING(str); in SyReadStringFile()
H A Dinteger.c828 if ( real_len != GET_LEN_STRING(res) ) { in StringIntBase()
896 len = GET_LEN_STRING(str); in IntHexString()
1102 if (string && i < GET_LEN_STRING(string)) in IntStringInternal()
2650 if (GET_LEN_STRING(mtstr) < 2500) { in FuncRandomIntegerMT()
H A Dmacfloat.c332 if ((UChar *)endptr != sp + GET_LEN_STRING(s)) in FuncMACFLOAT_STRING()
H A Dsaveload.c267 UInt i, len = GET_LEN_STRING(string); in SaveString()
H A Dobjfgelm.cc1398 l=GET_LEN_STRING(a); in FuncMULT_BYT_LETTREP()
1403 m=GET_LEN_STRING(b); in FuncMULT_BYT_LETTREP()
H A Dlistfunc.c229 len1 = GET_LEN_STRING(list1); in FuncAPPEND_LIST_INTR()
230 len2 = GET_LEN_STRING(list2); in FuncAPPEND_LIST_INTR()
H A Dopers.c1174 str_len = GET_LEN_STRING(NAME_FUNC(oper1)) + GET_LEN_STRING(NAME_FUNC(oper2)) + 8; in NewAndFilter()
2527 UInt name_len = GET_LEN_STRING(name); in WRAP_NAME()
2546 UInt name_len = GET_LEN_STRING(name); in PREFIX_NAME()
/dports/math/gap/gap-4.11.0/pkg/curlInterface-2.1.1/src/
H A Dcurl.c12 UInt len = GET_LEN_STRING(buf); in write_string()
50 len = GET_LEN_STRING(URL) + 1; in FuncCURL_REQUEST()
85 len = GET_LEN_STRING(out_string); // no null character in FuncCURL_REQUEST()
98 len = GET_LEN_STRING(type) + 1; // include null character in FuncCURL_REQUEST()
/dports/math/gap/gap-4.11.0/pkg/ZeroMQInterface-0.12/src/
H A Dzmqgap.c122 uri_mem = malloc(GET_LEN_STRING(uri)+1); in SetSocketURI()
123 memcpy(uri_mem, CSTR_STRING(uri), GET_LEN_STRING(uri)); in SetSocketURI()
124 uri_mem[GET_LEN_STRING(uri)] = '\0'; in SetSocketURI()
289 zmq_msg_init_size(&msg, GET_LEN_STRING(data)); in FuncZmqSend()
290 memcpy(zmq_msg_data(&msg), CSTR_STRING(data), GET_LEN_STRING(data)); in FuncZmqSend()
302 zmq_msg_init_size(&msg, GET_LEN_STRING(elem)); in FuncZmqSend()
303 memcpy(zmq_msg_data(&msg), CSTR_STRING(elem), GET_LEN_STRING(elem)); in FuncZmqSend()
416 CSTR_STRING(str), GET_LEN_STRING(str)) < 0) in FuncZmqSetIdentity()
513 CSTR_STRING(str), GET_LEN_STRING(str)) < 0) in FuncZmqSubscribe()
523 CSTR_STRING(str), GET_LEN_STRING(str)) < 0) in FuncZmqUnsubscribe()
/dports/math/gap/gap-4.11.0/pkg/crypting-0.10/src/
H A Dcrypting.c236 sha256_update(sptr, CHARS_STRING(bytes), GET_LEN_STRING(bytes)); in FuncCRYPTING_SHA256_UPDATE()
282 klen = GET_LEN_STRING(key); in FuncCRYPTING_SHA256_HMAC()
283 if(GET_LEN_STRING(key) > 64) { in FuncCRYPTING_SHA256_HMAC()
304 sha256_update(&st, CHARS_STRING(text), GET_LEN_STRING(text)); in FuncCRYPTING_SHA256_HMAC()
/dports/math/gap/gap-4.11.0/pkg/io-4.7.0/src/
H A Dio.c401 if (len > GET_LEN_STRING(st)) GrowString(st,len); in FuncIO_read()
408 if (bytes + INT_INTOBJ(offset) > GET_LEN_STRING(st)) { in FuncIO_read()
1081 len = GET_LEN_STRING(my_addr); in FuncIO_bind()
1101 len = GET_LEN_STRING(serv_addr); in FuncIO_connect()
1119 GET_LEN_STRING(ip) != 4) { in FuncIO_make_sockaddr_in()
1209 len = GET_LEN_STRING(addr); in FuncIO_accept()
1234 if (len > GET_LEN_STRING(st)) GrowString(st,len); in FuncIO_recv()
1266 if (len > GET_LEN_STRING(st)) GrowString(st,len); in FuncIO_recvfrom()
1267 fromlen = GET_LEN_STRING(from); in FuncIO_recvfrom()
1326 fromlen = GET_LEN_STRING(to); in FuncIO_sendto()
[all …]
/dports/math/gap/gap-4.11.0/pkg/Browse/src/
H A Dncurses.c58 if (n < 0 || n * sizeof(Obj) >= GET_LEN_STRING(winlist)) in winnum()
68 if (n < 1 || n * sizeof(Obj) >= GET_LEN_STRING(panellist)) in pannum()
384 num = GET_LEN_STRING(winlist)/sizeof(Obj); in Newwin()
403 if ((n+1)*sizeof(Obj) == GET_LEN_STRING(winlist)) { in Delwin()
404 for (i = GET_LEN_STRING(winlist)/sizeof(Obj); in Delwin()
522 len = GET_LEN_STRING(str); in WAddnstr()
1090 if ((n+1)*sizeof(Obj) > GET_LEN_STRING(panellist)) in New_panel()
1105 if ((n+1)*sizeof(Obj) == GET_LEN_STRING(panellist)) { in Del_panel()
1106 for (i = GET_LEN_STRING(panellist)/sizeof(Obj); in Del_panel()
/dports/math/gap/gap-4.11.0/src/hpc/
H A Dserialize.c75 UInt size = GET_LEN_STRING(target); in WriteBytesNativeString()
129 UInt max = GET_LEN_STRING(str); in ReadBytesNativeString()
158 GET_LEN_STRING(MODULE_STATE(Serialize).obj)) in ReadByteBlockLengthNativeString()
594 WriteByteBlock(rnams, sizeof(UInt), GET_LEN_STRING(rnams)); in SerializeRecord()
640 WriteByteBlock(obj, sizeof(UInt), GET_LEN_STRING(obj)); in SerializeString()
953 WriteByteBlock(name, sizeof(UInt), GET_LEN_STRING(name)); in SerializeTypedObj()
/dports/math/gap/gap-4.11.0/pkg/float-0.9.1/src/
H A Dmpc.c424 slen += GET_LEN_STRING(FLOAT_INFINITY_STRING); in VIEWSTRING_MPC()
442 slen += GET_LEN_STRING(FLOAT_I_STRING); in VIEWSTRING_MPC()
463 n = GET_LEN_STRING(s)*1000 / 301; in MPC_STRING()
H A Dmpd.c267 n = GET_LEN_STRING(s)*1000 / 301; in MPD_STRING()
/dports/math/gap/gap-4.11.0/pkg/datastructures-0.2.5/src/
H A Dhashfunctions.c115 UInt len = GET_LEN_STRING(string); in DATA_HASH_FUNC_FOR_STRING()
/dports/math/gap/gap-4.11.0/pkg/json-2.0.1/src/
H A Djson.cc369 GapStringToInputIterator g(obj, GET_LEN_STRING(obj)); in endGapStringIterator()
/dports/math/gap/gap-4.11.0/pkg/profiling-2.2.1/src/
H A Dprofiling.cc542 Int len = GET_LEN_STRING(param); in HTMLEncodeString()

12