| /src/lib/libquota/ |
| quota_cursor.c | 43 struct quotacursor *qc; local 76 qc = malloc(sizeof(*qc)); 77 if (qc == NULL) { 81 qc->qc_qh = qh; 84 qc->qc_type = QC_OLDFILES; 85 qc->u.qc_oldfiles = __quota_oldfiles_cursor_create(qh); 86 if (qc->u.qc_oldfiles == NULL) { 88 free(qc); 93 qc->qc_type = QC_KERNEL [all...] |
| /src/usr.sbin/quotarestore/ |
| quotarestore.c | 316 struct quotacursor *qc; local 322 qc = quota_opencursor(qh); 323 if (qc == NULL) { 327 while (quotacursor_atend(qc) == 0) { 328 num = quotacursor_getn(qc, keys, vals, MAX); 331 quotacursor_rewind(qc); 344 quotacursor_close(qc);
|
| /src/usr.sbin/repquota/ |
| repquota.c | 228 struct quotacursor *qc; local 234 qc = quota_opencursor(qh); 235 if (qc == NULL) { 240 quotacursor_skipidtype(qc, QUOTA_IDTYPE_GROUP); 243 quotacursor_skipidtype(qc, QUOTA_IDTYPE_USER); 247 while (!quotacursor_atend(qc)) { 248 if (quotacursor_get(qc, &qk, &qv)) {
|
| /src/crypto/external/apache2/openssl/dist/ssl/quic/ |
| quic_tserver.c | 83 QUIC_CONNECTION *qc = NULL; local 143 qc = OPENSSL_zalloc(sizeof(*qc)); 144 if (qc == NULL) 146 srv->ssl = (SSL *)qc; 147 qc->ch = srv->ch; 163 OPENSSL_free(qc);
|
| quic_port.c | 462 QUIC_CONNECTION *qc = NULL; local 474 qc = (QUIC_CONNECTION *)user_ssl; 479 * existing qc->tls 481 if (!ossl_assert(qc->tls == NULL)) { 487 qc->tls = tls;
|
| quic_impl.c | 27 static void qc_cleanup(QUIC_CONNECTION *qc, int have_lock); 29 static int create_channel(QUIC_CONNECTION *qc, SSL_CTX *ctx); 30 static QUIC_XSO *create_xso_from_stream(QUIC_CONNECTION *qc, QUIC_STREAM *qs); 38 static void qc_update_reject_policy(QUIC_CONNECTION *qc); 39 static void qc_touch_default_xso(QUIC_CONNECTION *qc); 40 static void qc_set_default_xso(QUIC_CONNECTION *qc, QUIC_XSO *xso, int touch); 41 static void qc_set_default_xso_keep_ref(QUIC_CONNECTION *qc, QUIC_XSO *xso, 45 static int quic_mutation_allowed(QUIC_CONNECTION *qc, int req_active); 73 QUIC_CONNECTION *qc; member in struct:qctx_st 86 else if (!ctx->is_stream && ctx->qc != NULL 260 QUIC_CONNECTION *qc; local 588 QUIC_CONNECTION *qc = NULL; local 1484 QUIC_CONNECTION *qc = arg; local 1492 QUIC_CONNECTION *qc = arg; local 1500 QUIC_CONNECTION *qc = arg; local 1747 QUIC_CONNECTION *qc; member in struct:quic_handshake_wait_args 1842 QUIC_CONNECTION *qc = ctx->qc; local 1876 QUIC_CONNECTION *qc = ctx->qc; local 2062 QUIC_CONNECTION *qc = ctx->qc; local 2087 QUIC_CONNECTION *qc; member in struct:quic_wait_for_stream_args 2121 QUIC_CONNECTION *qc = ctx->qc; local 2244 QUIC_CONNECTION *qc; member in struct:quic_new_stream_wait_args 2251 QUIC_CONNECTION *qc = args->qc; local 2266 QUIC_CONNECTION *qc = ctx->qc; local 2941 QUIC_CONNECTION *qc = ctx->qc; local 3864 QUIC_CONNECTION *qc = args->ctx->qc; local 4273 QUIC_CONNECTION *qc = create_qc_from_incoming_conn(ql, ch); local 4440 QUIC_CONNECTION *qc = NULL; local 4605 QUIC_CONNECTION *qc; local 4681 QUIC_CONNECTION *qc = NULL; local [all...] |
| /src/bin/csh/ |
| exec.c | 645 Char qc; local 668 qc = *s2++; 669 while (*s2 && *s2 != qc)
|
| /src/sys/dev/qbus/ |
| if_qe.c | 389 struct qe_cdata *qc = sc->sc_qedata; local 411 qc->qc_xmit[i].qe_addr_hi = 0; /* Clear valid bit */ 412 qc->qc_xmit[i].qe_status1 = qc->qc_xmit[i].qe_flag = QE_NOTYET; 419 qc->qc_recv[i].qe_status1 = qc->qc_recv[i].qe_flag = QE_NOTYET; 449 struct qe_cdata *qc = sc->sc_qedata; local 527 qc->qc_xmit[idx].qe_buf_len = -(len/2); 528 qc->qc_xmit[idx].qe_addr_lo = LOWORD(buffer); 529 qc->qc_xmit[idx].qe_addr_hi = HIWORD(buffer) 568 struct qe_cdata *qc = sc->sc_qedata; local 774 struct qe_cdata *qc = sc->sc_qedata; local [all...] |
| /src/external/mpl/bind/dist/lib/dns/include/dns/ |
| validator.h | 160 isc_counter_t *qc; member in struct:dns_validator 185 isc_counter_t *qc, isc_counter_t *gqc, fetchctx_t *parent,
|
| /src/crypto/external/apache2/openssl/dist/ssl/ |
| t1_trce.c | 1730 QUIC_CONNECTION *qc = QUIC_CONNECTION_FROM_SSL(ssl); local 1732 if (qc != NULL) {
|
| /src/external/mpl/bind/dist/lib/dns/ |
| client.c | 112 isc_counter_t *qc; member in struct:resctx 467 rctx->type, NULL, NULL, NULL, NULL, 0, fopts, 0, NULL, rctx->qc, 946 result = isc_counter_create(mctx, client->max_queries, &rctx->qc); 965 if (rctx->qc != NULL) { 966 isc_counter_detach(&rctx->qc); 1061 if (rctx->qc != NULL) { 1062 isc_counter_detach(&rctx->qc);
|
| resolver.c | 400 isc_counter_t *qc; member in struct:fetchctx 717 unsigned int options, unsigned int depth, isc_counter_t *qc, 992 fctx->nfails, fctx->qc, fctx->gqc, fctx, &fctx->edectx, 3318 fctx->qc, fctx->gqc, fctx, &find); 4065 if (isc_counter_used(fctx->qc) > isc_counter_getlimit(fctx->qc)) { 4071 fctx->info, isc_counter_used(fctx->qc), 4072 isc_counter_getlimit(fctx->qc)); 4182 &fctx->nameservers, NULL, NULL, 0, options, 0, fctx->qc, 4193 result = isc_counter_increment(fctx->qc); [all...] |
| /src/external/gpl3/gdb/dist/readline/readline/ |
| histexpand.c | 530 history_expand_internal (char *string, int start, int qc, int *end_index_ptr, char **ret_string, char *current_line) 564 event = get_history_event (string, &i, qc); 1100 int qc, tchar = string[i]; local 1259 qc = squote ? '\'' : (dquote ? '"' : 0); 1260 r = history_expand_internal (string, i, qc, &eindex, &temp, result);
|
| /src/external/gpl3/gdb.old/dist/readline/readline/ |
| histexpand.c | 530 history_expand_internal (char *string, int start, int qc, int *end_index_ptr, char **ret_string, char *current_line) 564 event = get_history_event (string, &i, qc); 1100 int qc, tchar = string[i]; local 1236 qc = squote ? '\'' : (dquote ? '"' : 0); 1237 r = history_expand_internal (string, i, qc, &eindex, &temp, result);
|
| /src/external/mpl/bind/dist/lib/ns/include/ns/ |
| query.h | 110 isc_counter_t *qc; member in struct:ns_query
|
| /src/sys/kern/ |
| subr_vmem.c | 615 qcache_t *qc = QC_POOL_TO_QCACHE(pool); local 616 vmem_t *vm = qc->qc_vmem; 628 qcache_t *qc = QC_POOL_TO_QCACHE(pool); local 629 vmem_t *vm = qc->qc_vmem; 656 qcache_t *qc = &vm->vm_qcache_store[i - 1]; local 660 qc->qc_vmem = vm; 661 snprintf(qc->qc_name, sizeof(qc->qc_name), "%s-%zu", 667 qc->qc_name, pa, ipl, NULL, NULL, NULL); 671 qc->qc_cache = pc 696 qcache_t *qc = vm->vm_qcache[i]; local 1141 qcache_t *qc = vm->vm_qcache[qidx - 1]; local 1394 qcache_t *qc = vm->vm_qcache[qidx - 1]; local [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| completer.c | 604 boundaries of the current word. QC, if non-null, is set to the 620 int *qc, int *dp, bool *found_any_quoting, 634 if (qc != NULL) 635 *qc = '\0'; 746 if (qc != NULL) 747 *qc = quote_char; 762 The output argument *QC is set to the opening quote character for the 772 int *qc) 782 = gdb_rl_find_completion_word (&info, qc, &delimiter, found_any_quoting, 818 int qc; 817 int qc; local [all...] |
| /src/external/mit/isl/dist/ |
| isl_transitive_closure.c | 970 /* Check whether qc has any elements of length at least one 973 static isl_bool has_spurious_elements(__isl_keep isl_map *qc, 980 d = isl_map_dim(qc, isl_dim_in); 984 qc = isl_map_copy(qc); 985 qc = set_path_length(qc, 0, 1); 986 qc = isl_map_project_out(qc, isl_dim_in, d - 1, 1); 987 qc = isl_map_project_out(qc, isl_dim_out, d - 1, 1) 1246 isl_map *qc; local 1345 isl_map *qc; local 2513 isl_map *qc, *tc; local [all...] |
| /src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| pcache.c | 1051 add_query_on_top (query_manager* qm, CachedQuery* qc) 1055 qc->in_lru = 1; 1056 qm->lru_top = qc; 1059 top->lru_up = qc; 1061 qm->lru_bottom = qc; 1063 qc->lru_down = top; 1064 qc->lru_up = NULL; 1066 qc->qbase->base.bv_val ); 1072 remove_query (query_manager* qm, CachedQuery* qc) 1077 if (!qc || !qc->in_lru 1295 CachedQuery cq, *qc; local 1454 CachedQuery* qc; local 2387 CachedQuery *qc = qm->addfunc(op, qm, &si->query, local 2642 CachedQuery *qc; member in struct:bindcacheinfo 2652 CachedQuery *qc = bci->qc; local 4851 CachedQuery *qc; local 4949 CachedQuery *qc, *qn; local 5429 CachedQuery *qc; local [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| resolver.c | 346 isc_counter_t *qc; member in struct:fetchctx 3628 res->view->dstport, fctx->depth + 1, fctx->qc, &find); 4307 FCTXTRACE5("try", "fctx->qc=", isc_counter_used(fctx->qc)); 4315 if (isc_counter_used(fctx->qc) > res->maxqueries) { 4320 fctx->info, isc_counter_used(fctx->qc), 4426 options, 0, fctx->qc, task, resume_qmin, fctx, 4437 result = isc_counter_increment(fctx->qc); 4709 isc_counter_detach(&fctx->qc); 5137 isc_counter_t *qc, fetchctx_t **fctxp) [all...] |