Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dt_stream.c1077 int string2ull(const char *s, unsigned long long *value) { in string2ull() function
1127 if (string2ull(buf,&ms) == 0) goto invalid; in streamGenericParseIDOrReply()
1128 if (dot && string2ull(dot+1,&seq) == 0) goto invalid; in streamGenericParseIDOrReply()