Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antirez/botlib
/ functions
Functions
207 in github.com/antirez/botlib
⨍
Functions
207
◇
Types & classes
19
Function
sdsmapchars
Modify the string substituting all the occurrences of the set of * characters specified in the 'from' string to the corresponding character * in the
sds.c:1078
Function
sdssplitlen
Split 's' with separator in 'sep'. An array * of sds strings is returned. *count will be set * by reference to the number of tokens returned. * *
sds.c:820
Function
sdstolower
Apply tolower() to every character of the sds string 's'. */
sds.c:768
Function
sdstoupper
Apply toupper() to every character of the sds string 's'. */
sds.c:775
Function
sdsupdatelen
Set the sds string length to the length as obtained with strlen(), so * considering as content only up to the first null term character. * * This f
sds.c:184
Function
sqlSelectInt
Wrapper for sqlGenericQuery() to do a SELECT and return directly * the integer of the first row, or zero on error. */
sqlite_wrap.c:219
Function
sqlSelectOneRow
Wrapper for sqlGenericQuery() using variable number of args. * This is what you want when doing SELECT queries that return a * single row. This func
sqlite_wrap.c:208
← previous
201–207 of 207, ranked by callers