Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dlistpack.c141 int lpStringToInt64(const char *s, unsigned long slen, int64_t *value) { in lpStringToInt64() function
233 if (lpStringToInt64((const char*)ele, size, &v)) { in lpEncodeGetType()