Searched defs:olen (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/lua/
H A Dmod_lua.c449 size_t olen; local
451 const char* output = lua_tolstring(ctx->L, 1, &olen);
456 if (olen > 0) {
457 pbktOut = apr_bucket_heap_create(output, olen, NULL, c->bucket_alloc);
488 size_t olen; local
489 const char* output = lua_tolstring(L, 1, &olen);
490 if (olen > 0) {
491 pbktOut = apr_bucket_heap_create(output, olen, NULL,
521 size_t olen; local
522 const char* output = lua_tolstring(L, 1, &olen);
617 size_t olen; local
640 size_t olen; local
[all...]

Completed in 16 milliseconds