Searched refs:_this (Results 1 – 2 of 2) sorted by relevance
34 private long _this; field in Value42 _this = pointer; in Value()53 if ((_this = PoolInternal.pool_value_alloc()) == 0) in Value()159 if (_this != 0) { in close()160 PoolInternal.pool_value_free(_this); in close()161 _this = 0; in close()192 PoolInternal.pool_value_set_name(_this, name); in setName()202 PoolInternal.pool_value_set_int64(_this, value); in setValue()215 PoolInternal.pool_value_set_uint64(_this, value); in setValue()226 if (PoolInternal.pool_value_set_string(_this, value) != in setValue()[all …]
52 private long _this; field in Configuration79 if (((_this = PoolInternal.pool_conf_alloc())) == 0) in Configuration()97 if (_this != 0) { in finalize()98 PoolInternal.pool_conf_free(_this); in finalize()99 _this = 0; in finalize()116 return (_this); in getConf()