Searched refs:object (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/lua/
H A Dlua_request.c1939 lua_ivm_object *object = NULL; local
1945 apr_pool_userdata_get((void **)&object, raw_key, pool);
1946 if (object) {
1947 if (object->type == LUA_TBOOLEAN) lua_pushboolean(L, (int) object->number);
1948 else if (object->type == LUA_TNUMBER) lua_pushnumber(L, object->number);
1949 else if (object->type == LUA_TSTRING) lua_pushlstring(L, object->vb.buf, object
1966 lua_ivm_object *object = NULL; local
[all...]
/httpd/modules/ssl/
H A Dssl_engine_vars.c1118 if (OBJ_cmp(ext->object, oid) == 0) {

Completed in 936 milliseconds