memrchr.cc File Reference
Include dependency graph for memrchr.cc:
Go to the source code of this file.
Functions | |
void * | memrchr (const void *s, int c, size_t n) |
Function Documentation
◆ memrchr()
Reverse memchr() Find the last occurrence of 'c' in the buffer 's' of size 'n'.
Definition at line 36 of file memrchr.cc.
Referenced by Store::CheckSwapMetaUrl(), and SBuf::rfind().