Home
last modified time | relevance | path

Searched refs:lmsg (Results 1 – 3 of 3) sorted by relevance

/civetweb-2.7.6/src/third_party/lua-5.2.4/src/
Dlua.c249 size_t lmsg; in incomplete() local
250 const char *msg = lua_tolstring(L, -1, &lmsg); in incomplete()
251 if (lmsg >= marklen && strcmp(msg + lmsg - marklen, EOFMARK) == 0) { in incomplete()
/civetweb-2.7.6/src/third_party/lua-5.3.5/src/
Dlua.c293 size_t lmsg; in incomplete() local
294 const char *msg = lua_tolstring(L, -1, &lmsg); in incomplete()
295 if (lmsg >= marklen && strcmp(msg + lmsg - marklen, EOFMARK) == 0) { in incomplete()
/civetweb-2.7.6/src/third_party/lua-5.1.5/src/
Dlua.c165 size_t lmsg; in incomplete() local
166 const char *msg = lua_tolstring(L, -1, &lmsg); in incomplete()
167 const char *tp = msg + lmsg - (sizeof(LUA_QL("<eof>")) - 1); in incomplete()