Lines Matching defs:own
910 to "lua_rawlen", and we add our own defines of that here for older
1060 int own; /* 1 if owned & must be destroyed */
1071 int own; /* 1 if owned & must be destroyed */
1168 SWIGRUNTIME void SWIG_Lua_NewPointerObj(lua_State *L,void *ptr,swig_type_info *type, int own);
1808 if (usr->own) /* if must be destroyed */
1841 usr->own = 0; /* clear our ownership */
2522 SWIGRUNTIME void SWIG_Lua_NewPointerObj(lua_State *L,void *ptr,swig_type_info *type, int own)
2532 usr->own=own;
2559 if (((flags & SWIG_POINTER_RELEASE) == SWIG_POINTER_RELEASE) && !usr->own)
2565 usr->own = 0;
2608 raw->own=0;
3217 SWIGINTERN void SWIG_write_ptr_array(lua_State* L,void **array,int size,swig_type_info *type,int own){
3221 SWIG_NewPointerObj(L,array[i],type,own);