HomeSort by: relevance | last modified time | path
    Searched defs:del (Results 1 - 25 of 77) sorted by relevancy

1 2 3 4

  /src/external/bsd/nvi/dist/common/
delete.c 35 * del --
38 * PUBLIC: int del __P((SCR *, MARK *, MARK *, int));
41 del(SCR *sp, MARK *fm, MARK *tm, int lmode) function
  /src/external/bsd/libbind/dist/isc/
ev_files.c 160 evFile *del = opaqueID.opaque; local
164 if (!del) {
171 del->fd, del->eventmask);
174 mode = fcntl(del->fd, F_GETFL, NULL);
179 if (del->prev != NULL)
180 del->prev->next = del->next;
182 ctx->files = del->next;
183 if (del->next != NULL
    [all...]
tree.c 94 static void del(tree **, int *, tree **, void (*)(), int *);
379 del(&pr_q->left, pi_balance, &pr_q,
394 del(tree **ppr_r, int *pi_balance, tree **ppr_q, function
397 ENTER("del")
400 del(&(*ppr_r)->right, pi_balance, ppr_q,
ev_timers.c 231 evTimer *del = id.opaque; local
235 ctx->cur->u.timer.this == del) {
241 del->inter = evConsTime(0, 0);
245 if (heap_element(ctx->timers, del->index) != del)
248 if (heap_delete(ctx->timers, del->index) < 0)
250 FREE(del);
376 evTimer *del = id.opaque; local
377 idle_timer *tt = del->uap;
  /src/crypto/external/apache2/openssl/dist/test/
sparse_array_test.c 100 int del; member in struct:index_cases_st
119 if ((doall_data->all || !cases[i].del)
  /src/crypto/external/bsd/openssl/dist/test/
sparse_array_test.c 100 int del; member in struct:index_cases_st
119 if ((doall_data->all || !cases[i].del)
  /src/external/bsd/nsd/dist/
ixfr.h 52 * newdata.newsoa olddata.oldsoa olddata.del olddata.add
53 * newdata.del newdata.add
74 * this deleted RRs section contains several add and del sections
75 * for the older versions, and ends with the last del section,
78 uint8_t* del; member in struct:ixfr_data
79 /* byte length of the uncompressed wireformat RRs in del */
113 /* capacity for the delrrs storage, size of ixfr del allocation */
  /src/external/bsd/unbound/dist/sldns/
parse.c 41 const char *del; local
46 del = LDNS_PARSE_NORMAL;
48 del = delim;
58 if (del[0] == '"') {
150 for (d = del; *d; d++) {
213 if(*del == '"')
216 sldns_fskipcs_l(f, del+1, line_nr);
217 else sldns_fskipcs_l(f, del, line_nr);
295 const char *del; local
300 del = LDNS_PARSE_NORMAL
    [all...]
  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
erfc_scaled_inc.c 75 TYPE del, res, xden, xnum, y, ysq; local
173 del = (x-ysq)*(x+ysq);
174 y = EXP(ysq*ysq) * EXP(del);
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
erfc_scaled_inc.c 75 TYPE del, res, xden, xnum, y, ysq; local
173 del = (x-ysq)*(x+ysq);
174 y = EXP(ysq*ysq) * EXP(del);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvif/
nouveau_nvif_object.c 299 struct nvif_ioctl_del del; member in struct:__anon5283
  /src/crypto/external/apache2/openssl/dist/crypto/async/
async_local.h 55 int del; member in struct:fd_lookup_st
  /src/crypto/external/bsd/openssl/dist/crypto/async/
async_local.h 55 int del; member in struct:fd_lookup_st
  /src/crypto/external/bsd/openssl.old/dist/crypto/async/
async_local.h 54 int del; member in struct:fd_lookup_st
  /src/external/bsd/openldap/dist/contrib/ldapc++/src/
LDAPConnection.cpp 142 void LDAPConnection::del(const string& dn, const LDAPConstraints* cons){ function in class:LDAPConnection
143 DEBUG(LDAP_DEBUG_TRACE,"LDAPConnection::del" << endl);
147 msg = LDAPAsynConnection::del(dn,cons);
LDAPAsynConnection.cpp 163 LDAPMessageQueue* LDAPAsynConnection::del(const string& dn, function in class:LDAPAsynConnection
165 DEBUG(LDAP_DEBUG_TRACE,"LDAPAsynConnection::del()" << endl);
  /src/external/bsd/unbound/dist/libunbound/
unbound-event.h 140 int (*del)(struct ub_event*); member in struct:ub_event_vmt
  /src/external/mpl/bind/dist/lib/dns/
private.c 328 bool del, init, nonsec; local
339 del = ((nsec3param.flags & DNS_NSEC3FLAG_REMOVE) != 0);
349 } else if (del) {
363 if (del && !nonsec) {
371 bool del = private->data[3]; local
374 if (del && complete) {
376 } else if (del) {
  /src/external/mpl/dhcp/bind/dist/lib/dns/
private.c 352 bool del, init, nonsec; local
363 del = ((nsec3param.flags & DNS_NSEC3FLAG_REMOVE) != 0);
373 } else if (del) {
387 if (del && !nonsec) {
395 bool del = private->data[3]; local
398 if (del && complete) {
400 } else if (del) {
  /src/lib/libc/isc/
ev_timers.c 248 evTimer *del = id.opaque; local
252 ctx->cur->u.timer.this == del) {
258 del->inter = evConsTime(0, 0);
262 if (heap_element(ctx->timers, del->index) != del)
265 if (heap_delete(ctx->timers, del->index) < 0)
267 FREE(del);
393 evTimer *del = id.opaque; local
394 idle_timer *tt = del->uap;
  /src/sys/sys/
quotactl.h 121 } del; member in union:quotactl_args::__anon7653
  /src/external/bsd/libfido2/dist/fuzz/
fuzz_bio.c 382 del(const struct param *p) function
420 del(p);
  /src/external/gpl3/gdb/dist/sim/cris/
rvdummy.c 313 int del = 0; local
315 sscanf (s, "%d%n", &del, &n);
316 if (n < 0 || s[n] != 0 || del == 0)
319 to.tv_sec = del / 1000;
320 to.tv_usec = (del % 1000) * 1000;
325 progname, del, strerror (errno));
329 printf ("t,%d\n", del);
  /src/external/gpl3/gdb.old/dist/sim/cris/
rvdummy.c 313 int del = 0; local
315 sscanf (s, "%d%n", &del, &n);
316 if (n < 0 || s[n] != 0 || del == 0)
319 to.tv_sec = del / 1000;
320 to.tv_usec = (del % 1000) * 1000;
325 progname, del, strerror (errno));
329 printf ("t,%d\n", del);
  /src/external/mpl/bind/dist/bin/dnssec/
dnssec-importkey.c 58 static isc_stdtime_t pub = 0, del = 0; variable
237 dst_key_settime(key, DST_TIME_DELETE, del);
341 del = strtotime(isc_commandline_argument, now, now,

Completed in 180 milliseconds

1 2 3 4