Home
last modified time | relevance | path

Searched refs:luaZ_bufflen (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dllex.c54 if (luaZ_bufflen(b) + 1 > luaZ_sizebuffer(b)) { in save()
61 b->buffer[luaZ_bufflen(b)++] = cast(char, c); in save()
197 size_t n = luaZ_bufflen(ls->buff); in buffreplace()
209 #define buff2d(b,e) luaO_str2d(luaZ_buffer(b), luaZ_bufflen(b) - 1, e)
301 luaZ_bufflen(ls->buff) - 2*(2 + sep)); in read_long_string()
397 luaZ_bufflen(ls->buff) - 2); in read_string()
495 luaZ_bufflen(ls->buff)); in llex()
Dlzio.h33 #define luaZ_bufflen(buff) ((buff)->n) macro