Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/lua/
H A Dlauxlib.h131 typedef struct luaL_Buffer { struct
137 } luaL_Buffer; argument
146 LUALIB_API void (luaL_buffinit) (lua_State *L, luaL_Buffer *B);
147 LUALIB_API char *(luaL_prepbuffsize) (luaL_Buffer *B, size_t sz);
148 LUALIB_API void (luaL_addlstring) (luaL_Buffer *B, const char *s, size_t l);
149 LUALIB_API void (luaL_addstring) (luaL_Buffer *B, const char *s);
150 LUALIB_API void (luaL_addvalue) (luaL_Buffer *B);
151 LUALIB_API void (luaL_pushresult) (luaL_Buffer *B);
152 LUALIB_API void (luaL_pushresultsize) (luaL_Buffer *B, size_t sz);
153 LUALIB_API char *(luaL_buffinitsize) (lua_State *L, luaL_Buffer *B, size_t sz);
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlauxlib.h129 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 Dlstrlib.c59 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 Dlauxlib.c344 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 Dltablib.c135 static void addfield (lua_State *L, luaL_Buffer *b, int i) { in addfield()
145 luaL_Buffer b; in tconcat()
H A Dlua_struct.c167 static void putinteger (lua_State *L, luaL_Buffer *b, int arg, int endian, in putinteger()
207 luaL_Buffer b; in b_pack()
H A Dliolib.c295 luaL_Buffer b; in read_line()
319 luaL_Buffer b; in read_chars()
H A Dloslib.c150 luaL_Buffer b; in os_date()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlstrlib.c79 luaL_Buffer b; in str_reverse()
92 luaL_Buffer b; in str_lower()
105 luaL_Buffer b; in str_upper()
128 luaL_Buffer b; in str_rep()
165 luaL_Buffer b; in str_char()
180 luaL_addlstring((luaL_Buffer*) B, (const char *)b, size); in writer()
186 luaL_Buffer b; in str_dump()
689 static void add_s (MatchState *ms, luaL_Buffer *b, const char *s, in add_s()
755 luaL_Buffer b; in str_gsub()
844 static void addquoted (lua_State *L, luaL_Buffer *b, int arg) { in addquoted()
[all …]
H A Dlauxlib.c397 LUALIB_API char *luaL_prepbuffsize (luaL_Buffer *B, size_t sz) { in luaL_prepbuffsize()
419 LUALIB_API void luaL_addlstring (luaL_Buffer *B, const char *s, size_t l) { in luaL_addlstring()
426 LUALIB_API void luaL_addstring (luaL_Buffer *B, const char *s) { in luaL_addstring()
431 LUALIB_API void luaL_pushresult (luaL_Buffer *B) { in luaL_pushresult()
439 LUALIB_API void luaL_pushresultsize (luaL_Buffer *B, size_t sz) { in luaL_pushresultsize()
445 LUALIB_API void luaL_addvalue (luaL_Buffer *B) { in luaL_addvalue()
456 LUALIB_API void luaL_buffinit (lua_State *L, luaL_Buffer *B) { in luaL_buffinit()
464 LUALIB_API char *luaL_buffinitsize (lua_State *L, luaL_Buffer *B, size_t sz) { in luaL_buffinitsize()
762 luaL_Buffer b; in luaL_gsub()
H A Dltablib.c83 static void addfield (lua_State *L, luaL_Buffer *b, int i) { in addfield()
93 luaL_Buffer b; in tconcat()