Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dt_hash.c109 int hashTypeGetValue(robj *o, sds field, unsigned char **vstr, unsigned int *vlen, long long *vll) { in hashTypeGetValue() function
136 if (hashTypeGetValue(o,field,&vstr,&vlen,&vll) == C_ERR) return NULL; in hashTypeGetValueObject()
568 if (hashTypeGetValue(o,c->argv[2]->ptr,&vstr,&vlen,&value) == C_OK) { in hincrbyCommand()
604 if (hashTypeGetValue(o,c->argv[2]->ptr,&vstr,&vlen,&ll) == C_OK) { in hincrbyfloatCommand()