Lines Matching defs:this
4 Permission to use, copy, modify, distribute, and sell this software and its
7 copyright notice and this permission notice appear in supporting
10 The above copyright notice and this permission notice shall be included in
20 Except as contained in this notice, the name of The Open Group shall not be
22 in this Software without prior written authorization from The Open Group.
26 * Permission to use, copy, modify, distribute, and sell this software and its
29 * copyright notice and this permission notice appear in supporting
35 * suitability of this software for any purpose. It is provided "as is"
51 * client provides a 19 bit resource id. this is "hashed" by me by
57 * The 20th bit of the ID is resevered for the server's use for this
114 * When a new client is created, call this to allocate space
205 * Normally this is just the next one in line, but if we've used the last
380 register ResourcePtr this;
394 * It may seem silly to update the head of this resource list as we
398 * in this case), so the resource list must be kept valid up to the
400 * must update the head, just like in free_resource. I hope that this
408 for (this = *head; this; this = *head) {
409 RESTYPE rtype = this->type;
411 *head = this->next;
412 (*DeleteFuncs[rtype & TypeMask]) (this->value, this->id);
413 FSfree(this);