Searched refs:luaL_Buffer (Results 1 – 7 of 7) sorted by relevance
| /redis-3.2.3/deps/lua/src/ |
| H A D | lauxlib.h | 129 typedef struct luaL_Buffer { struct 134 } luaL_Buffer; argument 145 LUALIB_API void (luaL_buffinit) (lua_State *L, luaL_Buffer *B); 146 LUALIB_API char *(luaL_prepbuffer) (luaL_Buffer *B); 147 LUALIB_API void (luaL_addlstring) (luaL_Buffer *B, const char *s, size_t l); 148 LUALIB_API void (luaL_addstring) (luaL_Buffer *B, const char *s); 149 LUALIB_API void (luaL_addvalue) (luaL_Buffer *B); 150 LUALIB_API void (luaL_pushresult) (luaL_Buffer *B);
|
| H A D | lstrlib.c | 59 luaL_Buffer b; in str_reverse() 71 luaL_Buffer b; in str_lower() 84 luaL_Buffer b; in str_upper() 95 luaL_Buffer b; in str_rep() 128 luaL_Buffer b; in str_char() 142 luaL_addlstring((luaL_Buffer*) B, (const char *)b, size); in writer() 148 luaL_Buffer b; in str_dump() 590 static void add_s (MatchState *ms, luaL_Buffer *b, const char *s, in add_s() 653 luaL_Buffer b; in str_gsub() 696 static void addquoted (lua_State *L, luaL_Buffer *b, int arg) { in addquoted() [all …]
|
| H A D | lauxlib.c | 344 luaL_Buffer b; in luaL_gsub() 398 static int emptybuffer (luaL_Buffer *B) { in emptybuffer() 410 static void adjuststack (luaL_Buffer *B) { in adjuststack() 429 LUALIB_API char *luaL_prepbuffer (luaL_Buffer *B) { in luaL_prepbuffer() 436 LUALIB_API void luaL_addlstring (luaL_Buffer *B, const char *s, size_t l) { in luaL_addlstring() 442 LUALIB_API void luaL_addstring (luaL_Buffer *B, const char *s) { in luaL_addstring() 447 LUALIB_API void luaL_pushresult (luaL_Buffer *B) { in luaL_pushresult() 454 LUALIB_API void luaL_addvalue (luaL_Buffer *B) { in luaL_addvalue() 472 LUALIB_API void luaL_buffinit (lua_State *L, luaL_Buffer *B) { in luaL_buffinit()
|
| H A D | ltablib.c | 135 static void addfield (lua_State *L, luaL_Buffer *b, int i) { in addfield() 145 luaL_Buffer b; in tconcat()
|
| H A D | lua_struct.c | 169 static void putinteger (lua_State *L, luaL_Buffer *b, int arg, int endian, in putinteger() 209 luaL_Buffer b; in b_pack()
|
| H A D | liolib.c | 295 luaL_Buffer b; in read_line() 319 luaL_Buffer b; in read_chars()
|
| H A D | loslib.c | 150 luaL_Buffer b; in os_date()
|