Searched refs:this (Results 1 - 25 of 477) sorted by relevance

1234567891011>>

/haiku-fatelf/src/kits/network/libbind/isc/
H A Dev_waits.c5 * Permission to use, copy, modify, and distribute this software for any
7 * copyright notice and this permission notice appear in all copies.
108 evWait *this, *prev; local
112 this = id.opaque;
113 INSIST(this != NULL);
114 wl = evGetWaitList(ctx, this->tag, 0);
116 for (prev = NULL, this = wl->first;
117 this != NULL;
118 prev = this, this
188 evWait *this; local
221 evFreeWaitList(evContext_p *ctx, evWaitList *this) argument
236 evWaitList *this; local
[all...]
/haiku-fatelf/src/apps/debugger/model/
H A DTypeComponentPath.h57 this->componentKind = TYPE_COMPONENT_BASE_TYPE;
58 this->typeKind = typeKind;
59 this->index = index;
60 this->name = name;
66 this->componentKind = TYPE_COMPONENT_DATA_MEMBER;
67 this->typeKind = typeKind;
68 this->index = index;
69 this->name = name;
74 this->componentKind = TYPE_COMPONENT_ARRAY_ELEMENT;
75 this
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DRequests.h293 { return visitor->VisitConnectionBrokenRequest(this); }
296 visitor->Visit(this, error);
306 { return visitor->VisitInitConnectionRequest(this); }
309 visitor->Visit(this, bigEndian);
319 { return visitor->VisitInitConnectionReply(this); }
322 visitor->Visit(this, error);
330 { return visitor->VisitMountRequest(this); }
333 visitor->Visit(this, share);
334 visitor->Visit(this, user);
335 visitor->Visit(this, passwor
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/headers/shared/
H A DRequests.h293 { return visitor->VisitConnectionBrokenRequest(this); }
296 visitor->Visit(this, error);
306 { return visitor->VisitInitConnectionRequest(this); }
309 visitor->Visit(this, bigEndian);
319 { return visitor->VisitInitConnectionReply(this); }
322 visitor->Visit(this, error);
330 { return visitor->VisitMountRequest(this); }
333 visitor->Visit(this, share);
334 visitor->Visit(this, user);
335 visitor->Visit(this, passwor
[all...]
/haiku-fatelf/src/kits/network/libbind/irs/
H A Dnul_ng.c5 * Permission to use, copy, modify, and distribute this software for any
7 * copyright notice and this permission notice appear in all copies.
64 irs_nul_ng(struct irs_acc *this) { argument
67 UNUSED(this);
86 ng_close(struct irs_ng *this) { argument
87 memput(this, sizeof *this);
92 ng_next(struct irs_ng *this, const char **host, const char **user, argument
95 UNUSED(this);
104 ng_test(struct irs_ng *this, cons argument
117 ng_rewind(struct irs_ng *this, const char *netgroup) argument
124 ng_minimize(struct irs_ng *this) argument
[all...]
H A Dlcl_pr.c14 * notice, this list of conditions and the following disclaimer.
16 * notice, this list of conditions and the following disclaimer in the
18 * 3. All advertising materials mentioning features or use of this software
23 * may be used to endorse or promote products derived from this software
43 * Permission to use, copy, modify, and distribute this software for any
45 * copyright notice and this permission notice appear in all copies.
85 // TODO: for now, this should later be exported dynamically by the stack
100 pr_close(struct irs_pr *this) argument
102 struct private_data *data = (struct private_data *)this->private;
105 memput(this, sizeo
110 pr_rewind(struct irs_pr *this) argument
118 pr_next(struct irs_pr *this) argument
138 pr_byname(struct irs_pr *this, const char *name) argument
158 pr_bynumber(struct irs_pr *this, int proto) argument
173 pr_minimize(struct irs_pr *this) argument
182 irs_lcl_pr(struct irs_acc *this) argument
[all...]
H A Dgen_nw.c5 * Permission to use, copy, modify, and distribute this software for any
7 * copyright notice and this permission notice appear in all copies.
61 static struct __res_state * nw_res_get(struct irs_nw *this);
62 static void nw_res_set(struct irs_nw *this,
66 static int init(struct irs_nw *this);
71 irs_gen_nw(struct irs_acc *this) { argument
72 struct gen_p *accpvt = (struct gen_p *)this->private;
104 nw_close(struct irs_nw *this) { argument
105 struct pvt *pvt = (struct pvt *)this->private;
107 nw_minimize(this);
117 nw_next(struct irs_nw *this) argument
142 nw_byname(struct irs_nw *this, const char *name, int type) argument
165 nw_byaddr(struct irs_nw *this, void *net, int length, int type) argument
188 nw_rewind(struct irs_nw *this) argument
200 nw_minimize(struct irs_nw *this) argument
214 nw_res_get(struct irs_nw *this) argument
232 nw_res_set(struct irs_nw *this, struct __res_state *res, void (*free_res)(void *)) argument
253 init(struct irs_nw *this) argument
[all...]
H A Dirp_ho.c5 * Permission to use, copy, modify, and distribute this software for any
7 * copyright notice and this permission notice appear in all copies.
71 static void ho_close(struct irs_ho *this);
72 static struct hostent * ho_byname(struct irs_ho *this, const char *name);
73 static struct hostent * ho_byname2(struct irs_ho *this, const char *name,
75 static struct hostent * ho_byaddr(struct irs_ho *this, const void *addr,
77 static struct hostent * ho_next(struct irs_ho *this);
78 static void ho_rewind(struct irs_ho *this);
79 static void ho_minimize(struct irs_ho *this);
82 static struct addrinfo * ho_addrinfo(struct irs_ho *this, cons
97 irs_irp_ho(struct irs_acc *this) argument
136 ho_close(struct irs_ho *this) argument
155 ho_byname(struct irs_ho *this, const char *name) argument
169 ho_byname2(struct irs_ho *this, const char *name, int af) argument
222 ho_byaddr(struct irs_ho *this, const void *addr, int len, int af) argument
285 ho_next(struct irs_ho *this) argument
329 ho_rewind(struct irs_ho *this) argument
358 ho_minimize(struct irs_ho *this) argument
397 ho_addrinfo(struct irs_ho *this, const char *name, const struct addrinfo *pai) argument
[all...]
H A Dnis_nw.c5 * Permission to use, copy, modify, and distribute this software for any
7 * copyright notice and this permission notice appear in all copies.
94 static struct __res_state * nw_res_get(struct irs_nw *this);
95 static void nw_res_set(struct irs_nw *this,
99 static struct nwent * makenwent(struct irs_nw *this);
101 static int init(struct irs_nw *this);
106 irs_nis_nw(struct irs_acc *this) { argument
122 pvt->nis_domain = ((struct nis_p *)this->private)->domain;
138 nw_close(struct irs_nw *this) { argument
139 struct pvt *pvt = (struct pvt *)this
151 nw_byaddr(struct irs_nw *this, void *net, int length, int af) argument
189 nw_byname(struct irs_nw *this, const char *name, int af) argument
214 nw_rewind(struct irs_nw *this) argument
221 nw_next(struct irs_nw *this) argument
259 nw_minimize(struct irs_nw *this) argument
267 nw_res_get(struct irs_nw *this) argument
285 nw_res_set(struct irs_nw *this, struct __res_state *res, void (*free_res)(void *)) argument
301 makenwent(struct irs_nw *this) argument
372 init(struct irs_nw *this) argument
[all...]
H A Dlcl_ng.c5 * Permission to use, copy, modify, and distribute this software for any
7 * copyright notice and this permission notice appear in all copies.
106 irs_lcl_ng(struct irs_acc *this) { argument
110 UNUSED(this);
135 ng_close(struct irs_ng *this) { argument
136 struct pvt *pvt = (struct pvt *)this->private;
140 freelists(this);
142 memput(this, sizeof *this);
151 ng_rewind(struct irs_ng *this, cons argument
181 ng_next(struct irs_ng *this, const char **host, const char **user, const char **domain) argument
200 ng_test(struct irs_ng *this, const char *name, const char *host, const char *user, const char *domain) argument
221 ng_minimize(struct irs_ng *this) argument
236 freelists(struct irs_ng *this) argument
273 parse_netgrp(struct irs_ng *this, const char *group) argument
357 read_for_group(struct irs_ng *this, const char *group) argument
[all...]
H A Dlcl_nw.c9 * notice, this list of conditions and the following disclaimer.
11 * notice, this list of conditions and the following disclaimer in the
13 * 3. All advertising materials mentioning features or use of this software
18 * may be used to endorse or promote products derived from this software
38 * Permission to use, copy, modify, and distribute this software for any
40 * copyright notice and this permission notice appear in all copies.
105 static struct __res_state * nw_res_get(struct irs_nw *this);
106 static void nw_res_set(struct irs_nw *this,
110 static int init(struct irs_nw *this);
121 irs_lcl_nw(struct irs_acc *this) { argument
153 nw_close(struct irs_nw *this) argument
166 nw_byaddr(struct irs_nw *this, void *net, int length, int type) argument
181 nw_byname(struct irs_nw *this, const char *name, int type) argument
203 nw_rewind(struct irs_nw *this) argument
220 nw_next(struct irs_nw *this) argument
318 nw_minimize(struct irs_nw *this) argument
330 nw_res_get(struct irs_nw *this) argument
348 nw_res_set(struct irs_nw *this, struct __res_state *res, void (*free_res)(void *)) argument
362 init(struct irs_nw *this) argument
[all...]
H A Ddns_gr.c5 * Permission to use, copy, modify, and distribute this software for any
7 * copyright notice and this permission notice appear in all copies.
24 * dns_gr.c --- this file contains the functions for accessing
93 static struct group * get_hes_group(struct irs_gr *this,
100 irs_dns_gr(struct irs_acc *this) { argument
101 struct dns_p *dns = (struct dns_p *)this->private;
137 gr_close(struct irs_gr *this) { argument
138 struct pvt *pvt = (struct pvt *)this->private;
145 memput(this, sizeof *this);
149 gr_next(struct irs_gr *this) argument
157 gr_byname(struct irs_gr *this, const char *name) argument
162 gr_bygid(struct irs_gr *this, gid_t gid) argument
170 gr_rewind(struct irs_gr *this) argument
178 gr_list(struct irs_gr *this, const char *name, gid_t basegid, gid_t *groups, int *ngroups) argument
192 gr_minimize(struct irs_gr *this) argument
201 get_hes_group(struct irs_gr *this, const char *name, const char *type) argument
278 gr_res_get(struct irs_gr *this) argument
286 gr_res_set(struct irs_gr *this, struct __res_state * res, void (*free_res)(void *)) argument
[all...]
H A Dgen_ho.c5 * Permission to use, copy, modify, and distribute this software for any
7 * copyright notice and this permission notice appear in all copies.
58 static void ho_close(struct irs_ho *this);
59 static struct hostent * ho_byname(struct irs_ho *this, const char *name);
60 static struct hostent * ho_byname2(struct irs_ho *this, const char *name,
62 static struct hostent * ho_byaddr(struct irs_ho *this, const void *addr,
64 static struct hostent * ho_next(struct irs_ho *this);
65 static void ho_rewind(struct irs_ho *this);
66 static void ho_minimize(struct irs_ho *this);
67 static struct __res_state * ho_res_get(struct irs_ho *this);
79 irs_gen_ho(struct irs_acc *this) argument
114 ho_close(struct irs_ho *this) argument
125 ho_byname(struct irs_ho *this, const char *name) argument
168 ho_byname2(struct irs_ho *this, const char *name, int af) argument
207 ho_byaddr(struct irs_ho *this, const void *addr, int len, int af) argument
248 ho_next(struct irs_ho *this) argument
270 ho_rewind(struct irs_ho *this) argument
282 ho_minimize(struct irs_ho *this) argument
296 ho_res_get(struct irs_ho *this) argument
314 ho_res_set(struct irs_ho *this, struct __res_state *res, void (*free_res)(void *)) argument
335 ho_addrinfo(struct irs_ho *this, const char *name, const struct addrinfo *pai) argument
378 init(struct irs_ho *this) argument
[all...]
H A Ddns_pr.c5 * Permission to use, copy, modify, and distribute this software for any
7 * copyright notice and this permission notice appear in all copies.
73 irs_dns_pr(struct irs_acc *this) { argument
74 struct dns_p *dns = (struct dns_p *)this->private;
109 pr_close(struct irs_pr *this) { argument
110 struct pvt *pvt = (struct pvt *)this->private;
118 memput(this, sizeof *this);
122 pr_byname(struct irs_pr *this, const char *name) { argument
123 struct pvt *pvt = (struct pvt *)this
137 pr_bynumber(struct irs_pr *this, int num) argument
154 pr_next(struct irs_pr *this) argument
161 pr_rewind(struct irs_pr *this) argument
167 pr_minimize(struct irs_pr *this) argument
173 pr_res_get(struct irs_pr *this) argument
181 pr_res_set(struct irs_pr *this, struct __res_state * res, void (*free_res)(void *)) argument
192 parse_hes_list(struct irs_pr *this, char **hes_list) argument
[all...]
H A Ddns_sv.c5 * Permission to use, copy, modify, and distribute this software for any
7 * copyright notice and this permission notice appear in all copies.
82 irs_dns_sv(struct irs_acc *this) { argument
83 struct dns_p *dns = (struct dns_p *)this->private;
123 sv_close(struct irs_sv *this) { argument
124 struct pvt *pvt = (struct pvt *)this->private;
134 memput(this, sizeof *this);
138 sv_byname(struct irs_sv *this, const char *name, const char *proto) { argument
139 struct pvt *pvt = (struct pvt *)this
153 sv_byport(struct irs_sv *this, int port, const char *proto) argument
170 sv_next(struct irs_sv *this) argument
177 sv_rewind(struct irs_sv *this) argument
185 parse_hes_list(struct irs_sv *this, char **hes_list, const char *proto) argument
276 sv_minimize(struct irs_sv *this) argument
283 sv_res_get(struct irs_sv *this) argument
291 sv_res_set(struct irs_sv *this, struct __res_state * res, void (*free_res)(void *)) argument
[all...]
H A Dgen_ng.c5 * Permission to use, copy, modify, and distribute this software for any
7 * copyright notice and this permission notice appear in all copies.
66 irs_gen_ng(struct irs_acc *this) { argument
67 struct gen_p *accpvt = (struct gen_p *)this->private;
96 ng_close(struct irs_ng *this) { argument
97 struct pvt *pvt = (struct pvt *)this->private;
99 ng_minimize(this);
103 memput(this, sizeof *this);
107 ng_next(struct irs_ng *this, cons argument
129 ng_test(struct irs_ng *this, const char *name, const char *user, const char *host, const char *domain) argument
148 ng_rewind(struct irs_ng *this, const char *group) argument
163 ng_minimize(struct irs_ng *this) argument
[all...]
H A Dirp_ng.c5 * Permission to use, copy, modify, and distribute this software for any
7 * copyright notice and this permission notice appear in all copies.
71 irs_irp_ng(struct irs_acc *this) { argument
87 pvt->girpdata = this->private;
103 * void ng_close(struct irs_ng *this)
108 ng_close(struct irs_ng *this) { argument
109 struct pvt *pvt = (struct pvt *)this->private;
111 ng_minimize(this);
114 memput(this, sizeof *this);
127 ng_rewind(struct irs_ng *this, const char *group) argument
158 ng_next(struct irs_ng *this, const char **host, const char **user, const char **domain) argument
200 ng_test(struct irs_ng *this, const char *name, const char *host, const char *user, const char *domain) argument
241 ng_minimize(struct irs_ng *this) argument
[all...]
H A Ddns_pw.c5 * Permission to use, copy, modify, and distribute this software for any
7 * copyright notice and this permission notice appear in all copies.
75 irs_dns_pw(struct irs_acc *this) { argument
76 struct dns_p *dns = (struct dns_p *)this->private;
111 pw_close(struct irs_pw *this) { argument
112 struct pvt *pvt = (struct pvt *)this->private;
118 memput(this, sizeof *this);
122 pw_byname(struct irs_pw *this, const char *nam) { argument
123 return (getpwcommon(this, na
127 pw_byuid(struct irs_pw *this, uid_t uid) argument
135 pw_next(struct irs_pw *this) argument
142 pw_rewind(struct irs_pw *this) argument
148 pw_minimize(struct irs_pw *this) argument
154 pw_res_get(struct irs_pw *this) argument
162 pw_res_set(struct irs_pw *this, struct __res_state * res, void (*free_res)(void *)) argument
173 getpwcommon(struct irs_pw *this, const char *arg, const char *type) argument
[all...]
H A Dnis_pr.c5 * Permission to use, copy, modify, and distribute this software for any
7 * copyright notice and this permission notice appear in all copies.
84 static struct protoent * makeprotoent(struct irs_pr *this);
90 irs_nis_pr(struct irs_acc *this) { argument
106 pvt->nis_domain = ((struct nis_p *)this->private)->domain;
122 pr_close(struct irs_pr *this) { argument
123 struct pvt *pvt = (struct pvt *)this->private;
131 memput(this, sizeof *this);
135 pr_byname(struct irs_pr *this, cons argument
152 pr_bynumber(struct irs_pr *this, int num) argument
169 pr_next(struct irs_pr *this) argument
204 pr_rewind(struct irs_pr *this) argument
211 pr_minimize(struct irs_pr *this) argument
219 makeprotoent(struct irs_pr *this) argument
[all...]
/haiku-fatelf/headers/private/net/
H A DNetBufferUtilities.h93 // Note, "this->" is needed here for GCC4
94 this->Sync();
116 if (this->fBuffer != NULL) {
117 Module::Get()->remove_header(this->fBuffer, bytes);
118 this->fBuffer = NULL;
136 this->Remove();
147 this->fBuffer = buffer;
149 this->fStatus = Module::Get()->prepend_size(buffer, size,
150 (void**)&this->fData);
151 if (this
[all...]
/haiku-fatelf/src/add-ons/translators/exr/openexr/half/
H A Dhalf.h12 // notice, this list of conditions and the following disclaimer.
14 // copyright notice, this list of conditions and the following disclaimer
19 // from this software without specific prior written permission.
418 // manipulations. In some cases, this makes conversion relatively
469 // the table lookup returns a non-zero value; in this case, all
528 return *this;
592 return *this;
599 *this = half (f);
600 return *this;
607 *this
[all...]
/haiku-fatelf/src/tests/system/kernel/file_corruption/
H A DCheckSum.h33 return *this;
39 return *this;
49 return !(*this == buffer);
/haiku-fatelf/headers/cpp/
H A Dstl_raw_storage_iter.h6 * Permission to use, copy, modify, distribute and sell this software
9 * that both that copyright notice and this permission notice appear
11 * representations about the suitability of this software for any
18 * Permission to use, copy, modify, distribute and sell this software
21 * that both that copyright notice and this permission notice appear
23 * representations about the suitability of this software for any
48 raw_storage_iterator& operator*() { return *this; }
51 return *this;
55 return *this;
58 raw_storage_iterator<_ForwardIterator, _Tp> __tmp = *this;
[all...]
/haiku-fatelf/src/apps/debugger/types/
H A DValueLocation.h54 this->address = address;
60 this->reg = reg;
65 this->size = size;
66 this->bitSize = size * 8;
67 this->bitOffset = 0;
72 this->size = (bitOffset + bitSize + 7) / 8;
73 this->bitSize = bitSize;
74 this->bitOffset = bitOffset;
/haiku-fatelf/src/apps/terminal/
H A DTermPos.h22 this->x = x;
23 this->y = y;
43 return other <= *this;
48 return !(*this >= other);
53 return !(*this <= other);
60 return *this;

Completed in 107 milliseconds

1234567891011>>