Home
last modified time | relevance | path

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

/redis-3.2.3/deps/lua/test/
H A Dxd.lua8 io.write(string.format("%08X ",offset))
9 string.gsub(s,"(.)",
10 function (c) io.write(string.format("%02X ",string.byte(c))) end)
11 io.write(string.rep(" ",3*(16-string.len(s))))
12 io.write(" ",string.gsub(s,"%c","."),"\n")
H A Dcf.lua6 io.write(string.format("%3.0f ",c))
13 io.write(string.format("%3.0f ",f))
H A Dprintf.lua4 io.write(string.format(...))
H A Dluac.lua6 assert(f:write(string.dump(assert(loadfile(arg[1])))))
H A Dglobals.lua8 local ok,_,l,op,g=string.find(s,"%[%-?(%d*)%]%s*([GS])ETGLOBAL.-;%s+(.*)$")
H A Dtable.lua8 local _,_,a,b=string.find(l,'"?([_%w]+)"?%s*(.*)$')
H A Dtrace-calls.lua8 io.write(level," >>> ",string.rep(" ",level))
H A Dtrace-globals.lua8 return string.format("%q",a)
H A Dbisect.lua18 io.write(string.format("after %d steps, root is %.17g with error %.1e, f=%.1e\n",n,z,e,f(z)))
/redis-3.2.3/src/
H A Dutil.c48 const char *string, int stringLen, int nocase) in stringmatchlen() argument
61 string, stringLen, nocase)) in stringmatchlen()
63 string++; in stringmatchlen()
71 string++; in stringmatchlen()
90 if (pattern[0] == string[0]) in stringmatchlen()
101 int c = string[0]; in stringmatchlen()
118 if (pattern[0] == string[0]) in stringmatchlen()
132 string++; in stringmatchlen()
144 if (pattern[0] != string[0]) in stringmatchlen()
150 string++; in stringmatchlen()
[all …]
/redis-3.2.3/deps/hiredis/
H A DREADME.md43 an error state. The field `errstr` will contain a string with a description of
62 The specifier `%s` interpolates a string in the command, and uses `strlen` to
63 determine the length of the string:
68 used. Together with a pointer to the string, it requires a `size_t` length argument
69 of the string:
93 * The command replied with a status reply. The status string can be accessed using `reply->str`.
94 The length of this string can be accessed using `reply->len`.
107 * A bulk (string) reply. The value of the reply can be accessed using `reply->str`.
108 The length of this string can be accessed using `reply->len`.
223 In every case, the `errstr` field in the context will be set to hold a string representation
[all …]
/redis-3.2.3/deps/linenoise/
H A DREADME.markdown136 list of items that are completions for the current string.
173 possible to show on the right of the prompt a string `<name> <url>`.
191 The callback function returns the string that should be displayed or NULL
193 string will be trimmed as needed depending on the number of columns available
196 It is possible to return a string allocated in dynamic way, by also registering
197 a function to deallocate the hint string once used:
201 The free hint callback will just receive the pointer and free the string
/redis-3.2.3/deps/lua/
H A DHISTORY72 + position capture in string.find.
124 f"string" is sugar for f("string")
154 + io and string libraries are now based on pattern matching;
167 + only one copy of each string is stored
/redis-3.2.3/deps/lua/src/
H A Dlua_cjson.c146 const char *string; member
882 token->value.string = errtype; in json_set_token_error()
942 token->value.string = strbuf_string(json->tmp, &token->string_len); in json_next_string_token()
1107 found = token->value.string; in json_throw_parse_error()
1158 lua_pushlstring(l, token.value.string, token.string_len); in json_parse_object_context()
1229 lua_pushlstring(l, token->value.string, token->string_len); in json_process_value()
/redis-3.2.3/deps/jemalloc/test/include/test/
H A Djemalloc_test.h.in10 #include <string.h>
/redis-3.2.3/deps/
H A DREADME.md31 Hiredis uses the SDS string library, that must be the same version used inside Redis itself. Hiredi…
/redis-3.2.3/
H A D00-RELEASENOTES212 A string with 21 chars is not representable as a 64-bit integer.
446 | GETRANGE: return empty string with negative, inverted start/end.
662 | Code to access object string bytes repeated 3x refactored into 1 function.
1400 bits composing a string, can be addressed at random, not aligned
1664 * [NEW] SDS improvements for speed and maximum string length.
/redis-3.2.3/deps/jemalloc/
H A Dconfigure.ac1022 #include <string.h>
1036 #include <string.h>
H A DChangeLog763 - Simplify the malloc_message() signature to only take one string argument,
H A Dconfigure4184 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \