Home | History | Annotate | Download | only in libcc1

Lines Matching defs:self

78     libcc1 *self = (libcc1 *) (((libcc1::local_connection *) conn)->back_ptr);
80 self->binding_oracle (self->oracle_datum, self, request, identifier);
89 libcc1 *self = (libcc1 *) (((libcc1::local_connection *) conn)->back_ptr);
91 return self->address_oracle (self->oracle_datum, self, identifier);
104 libcc1 *self = (libcc1 *) s;
106 self->binding_oracle = binding_oracle;
107 self->address_oracle = address_oracle;
108 self->oracle_datum = datum;