| /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/crypto/external/apache2/openssl/dist/include/internal/ |
| quic_rx_depack.h | 17 int ossl_quic_handle_frames(QUIC_CHANNEL *qc, OSSL_QRX_PKT *qpacket);
|
| /src/crypto/external/apache2/openssl/dist/ssl/quic/ |
| 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 4610 QUIC_CONNECTION *qc = NULL; local 4696 QUIC_CONNECTION *qc = NULL; local [all...] |
| quic_local.h | 282 int ossl_quic_conn_on_handshake_confirmed(QUIC_CONNECTION *qc); 290 void ossl_quic_conn_raise_protocol_error(QUIC_CONNECTION *qc, 295 void ossl_quic_conn_on_remote_conn_close(QUIC_CONNECTION *qc,
|
| 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);
|
| /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/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/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| filename-completion.exp | 252 foreach_with_prefix qc [list "" "'" "\""] { 253 test_gdb_complete_none "$cmd ${qc}${root}/xx" \ 256 test_gdb_complete_unique "$cmd ${qc}${root}/a" \ 257 "$cmd ${qc}${root}/aaa/" "" false \ 260 test_gdb_complete_unique "$cmd ${qc}${root}/cc2" \ 261 "$cmd ${qc}${root}/cc2${qc}" " " false \ 264 test_gdb_complete_filename_multiple "$cmd ${qc}${root}/" \ 268 } "" "${qc}" false \ 271 test_gdb_complete_filename_multiple "$cmd ${qc}${root}/" [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| filename-completion.exp | 252 foreach_with_prefix qc [list "" "'" "\""] { 253 test_gdb_complete_none "$cmd ${qc}${root}/xx" \ 256 test_gdb_complete_unique "$cmd ${qc}${root}/a" \ 257 "$cmd ${qc}${root}/aaa/" "" false \ 260 test_gdb_complete_unique "$cmd ${qc}${root}/cc2" \ 261 "$cmd ${qc}${root}/cc2${qc}" " " false \ 264 test_gdb_complete_filename_multiple "$cmd ${qc}${root}/" \ 268 } "" "${qc}" false \ 271 test_gdb_complete_filename_multiple "$cmd ${qc}${root}/" [all...] |
| /src/external/ibm-public/postfix/dist/conf/ |
| post-install | 300 $POSTCONF -qc $def_config_directory -h multi_instance_directories | 369 eval : \${$name=\`$POSTCONF -qc $config_directory -h $name\`} || exit 1 470 test "$junk" = "`$POSTCONF -qc $config_directory -h $name`" || { 477 $POSTCONF -qc $config_directory -e \ 688 found=`$POSTCONF -qc $config_directory -h hash_queue_names` 694 $POSTCONF -qc $config_directory -e hash_queue_names="$found$missing" || 866 test -n "`$POSTCONF -qc $config_directory -n inet_protocols`" || { 873 $POSTCONF -qc $config_directory inet_protocols=ipv4 || exit 1 884 # test -n "`$POSTCONF -qc $config_directory -n smtpd_relay_restrictions`" || { 892 # $POSTCONF -qc $config_directory "smtpd_relay_restrictions = [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/bind/dist/lib/dns/include/dns/ |
| validator.h | 161 isc_counter_t *qc; member in struct:dns_validator 186 isc_counter_t *qc, isc_counter_t *gqc, fetchctx_t *parent,
|
| /src/external/bsd/am-utils/dist/libamu/ |
| strutil.c | 84 * Split s using ch as delimiter and qc as quote character 87 strsplit(char *s, int ch, int qc) 119 if (*s++ == qc) { 124 while (*s && *s != qc) 126 if (*s == qc)
|
| /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/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/readline/readline/ |
| complete.c | 1754 /* qc == pointer to quoting character, if any */ 1756 make_quoted_replacement (char *match, int mtype, char *qc) 1776 should_quote = should_quote && (!qc || !*qc || 1777 (rl_completer_quote_characters && strchr (rl_completer_quote_characters, *qc))); 1792 replacement = (*rl_filename_quoting_function) (match, do_replace, qc); 1798 insert_match (char *match, int start, int mtype, char *qc) 1804 oqc = qc ? *qc : '\0'; 1805 replacement = make_quoted_replacement (match, mtype, qc); [all...] |
| /src/external/gpl3/gdb.old/dist/readline/readline/ |
| complete.c | 1754 /* qc == pointer to quoting character, if any */ 1756 make_quoted_replacement (char *match, int mtype, char *qc) 1776 should_quote = should_quote && (!qc || !*qc || 1777 (rl_completer_quote_characters && strchr (rl_completer_quote_characters, *qc))); 1792 replacement = (*rl_filename_quoting_function) (match, do_replace, qc); 1798 insert_match (char *match, int start, int mtype, char *qc) 1804 oqc = qc ? *qc : '\0'; 1805 replacement = make_quoted_replacement (match, mtype, qc); [all...] |
| /src/crypto/external/apache2/openssl/dist/test/recipes/30-test_evp_data/ |
| evppkey_mismatch.txt | 41 qc+yfp0Vb4bmwq3CKxqEoc1cpbJ5CHXXlAfISzUjlcuBzD/tW7BDtp7eDAcgRVAC
|
| evppkey_mismatch_ecx.txt | 52 qc+yfp0Vb4bmwq3CKxqEoc1cpbJ5CHXXlAfISzUjlcuBzD/tW7BDtp7eDAcgRVAC
|
| evppkey_rsa_kem.txt | 23 qc+yfp0Vb4bmwq3CKxqEoc1cpbJ5CHXXlAfISzUjlcuBzD/tW7BDtp7eDAcgRVAC
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.linespec/ |
| cpcompletion.exp | 894 foreach qc $completion::all_quotes_list { 895 set linespec "${qc}not_overloaded_fn()${qc}" 896 foreach cmd [list "$cmd_prefix ${qc}not_overloaded_fn()" \ 897 "$cmd_prefix ${qc}not_overloaded_fn" \ 898 "$cmd_prefix ${qc}not_overloaded_"] { 987 foreach qc $completion::maybe_quoted_list { 989 "b ${qc}cpls2." \ 990 "b ${qc}cpls2.cc${qc}" ": [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.linespec/ |
| cpcompletion.exp | 899 foreach qc $completion::all_quotes_list { 900 set linespec "${qc}not_overloaded_fn()${qc}" 901 foreach cmd [list "$cmd_prefix ${qc}not_overloaded_fn()" \ 902 "$cmd_prefix ${qc}not_overloaded_fn" \ 903 "$cmd_prefix ${qc}not_overloaded_"] { 992 foreach qc $completion::maybe_quoted_list { 994 "b ${qc}cpls2." \ 995 "b ${qc}cpls2.cc${qc}" ": [all...] |
| /src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/ |
| evppkey_mismatch.txt | 52 qc+yfp0Vb4bmwq3CKxqEoc1cpbJ5CHXXlAfISzUjlcuBzD/tW7BDtp7eDAcgRVAC
|
| /src/external/mpl/bind/dist/lib/dns/ |
| client.c | 112 isc_counter_t *qc; member in struct:resctx 461 rctx->type, NULL, NULL, NULL, NULL, 0, fopts, 0, NULL, rctx->qc, 938 result = isc_counter_create(mctx, client->max_queries, &rctx->qc); 957 if (rctx->qc != NULL) { 958 isc_counter_detach(&rctx->qc); 1053 if (rctx->qc != NULL) { 1054 isc_counter_detach(&rctx->qc);
|