| /src/external/bsd/openldap/dist/servers/slapd/back-wt/ |
| bind.c | 36 struct wt_info *wi = (struct wt_info *) op->o_bd->be_private; local 62 wc = wt_ctx_get(op, wi);
|
| compare.c | 38 struct wt_info *wi = (struct wt_info *) op->o_bd->be_private; local 47 wc = wt_ctx_get(op, wi);
|
| nextid.c | 35 struct wt_info *wi = (struct wt_info *) be->be_private; local 36 *out = __sync_add_and_fetch(&wi->wi_lastid, 1);
|
| operational.c | 41 struct wt_info *wi = (struct wt_info *) op->o_bd->be_private; local 47 wc = wt_ctx_get(op, wi);
|
| config.c | 105 struct wt_info *wi = (struct wt_info *) c->be->be_private; local 112 if ( wi->wi_home ) { 113 c->value_string = ch_strdup( wi->wi_home ); 119 wt_attr_index_unparse( wi, &c->rvalue_vals ); 123 if ( wi->wi_flags & WT_USE_IDLCACHE) { 136 ch_free( wi->wi_home ); 137 wi->wi_home = c->value_string; 140 if(strlen(wi->wi_config) + 1 + strlen(c->value_string) > WT_CONFIG_MAX){ 146 /* size of wi->wi_config is WT_CONFIG_MAX + 1, it's guaranteed with NUL-terminate. */ 147 strcat(wi->wi_config, ",") [all...] |
| init.c | 37 struct wt_info *wi; local 42 wi = ch_calloc( 1, sizeof(struct wt_info) ); 43 wi->wi_home = ch_strdup( SLAPD_DEFAULT_DB_DIR ); 44 wi->wi_config = ch_calloc( 1, WT_CONFIG_MAX + 1); 46 strcpy(wi->wi_config, "readonly"); 48 strcpy(wi->wi_config, "create"); 50 wi->wi_lastid = 0; 51 wi->wi_search_stack_depth = DEFAULT_SEARCH_STACK_DEPTH; 52 wi->wi_search_stack = NULL; 53 wi->wi_flags = WT_USE_IDLCACHE 64 struct wt_info *wi = (struct wt_info *) be->be_private; local 240 struct wt_info *wi = (struct wt_info *) be->be_private; local 268 struct wt_info *wi = (struct wt_info *) be->be_private; local [all...] |
| add.c | 36 struct wt_info *wi = (struct wt_info *) op->o_bd->be_private; local 98 wc = wt_ctx_get(op, wi);
|
| delete.c | 38 struct wt_info *wi = (struct wt_info *) op->o_bd->be_private; local 65 wc = wt_ctx_get(op, wi);
|
| dn2id.c | 69 struct wt_info *wi = (struct wt_info *) op->o_bd->be_private; local 103 if (wi->wi_flags & WT_USE_IDLCACHE) { 133 struct wt_info *wi = (struct wt_info *) op->o_bd->be_private; local 165 if (wi->wi_flags & WT_USE_IDLCACHE) { 420 struct wt_info *wi = (struct wt_info *) op->o_bd->be_private; local 428 WT_IDL_ALL(wi, ids); 432 if (wi->wi_flags & WT_USE_IDLCACHE) { 441 if ( wi->wi_flags & WT_USE_IDLCACHE ) { 445 if ( rc == 0 && wi->wi_flags & WT_USE_IDLCACHE ) {
|
| filterindex.c | 41 struct wt_info *wi = (struct wt_info *) op->o_bd->be_private; local 50 WT_IDL_ALL( wi, ids ); 111 struct wt_info *wi = (struct wt_info *) op->o_bd->be_private; local 135 WT_IDL_ALL( wi, ids ); 239 struct wt_info *wi = (struct wt_info *) op->o_bd->be_private; local 251 WT_IDL_ALL( wi, ids ); 368 struct wt_info *wi = (struct wt_info *) op->o_bd->be_private; local 380 WT_IDL_ALL( wi, ids ); 517 struct wt_info *wi = (struct wt_info *) op->o_bd->be_private; local 532 WT_IDL_ALL( wi, ids ) 616 struct wt_info *wi = (struct wt_info *)op->o_bd->be_private; local [all...] |
| id2entry.c | 283 struct wt_info *wi = (struct wt_info *) op->o_bd->be_private; local 295 wc = wt_ctx_get(op, wi);
|
| modify.c | 452 struct wt_info *wi = (struct wt_info *) op->o_bd->be_private; local 476 wc = wt_ctx_get(op, wi);
|
| modrdn.c | 36 struct wt_info *wi = (struct wt_info *) op->o_bd->be_private; local 75 wc = wt_ctx_get(op, wi);
|
| search.c | 105 struct wt_info *wi = (struct wt_info *) op->o_bd->be_private; local 112 ret = wi->wi_search_stack; 116 ret = ch_malloc( wi->wi_search_stack_depth * WT_IDL_UM_SIZE 122 wi->wi_search_stack = ret; 136 struct wt_info *wi = (struct wt_info *) op->o_bd->be_private; local 192 if ( depth+1 > wi->wi_search_stack_depth ) { 211 if ( depth+1 > wi->wi_search_stack_depth ) { 332 struct wt_info *wi = (struct wt_info *) op->o_bd->be_private; local 353 wc = wt_ctx_get(op, wi);
|
| tools.c | 54 struct wt_info *wi = (struct wt_info *) be->be_private; local 60 wc = wt_ctx_init(wi); 400 struct wt_info *wi = (struct wt_info *) be->be_private; local 414 if (!wi->wi_attrs) { 422 if ( wi->wi_attrs[0]->ai_desc != adv[0] ) { 438 if ( wi->wi_attrs[i]->ai_desc != adv[i] ) { 439 for ( j = i+1; j < wi->wi_nattrs; j++ ) { 440 if ( wi->wi_attrs[j]->ai_desc == adv[i] ) { 441 AttrInfo *ai = wi->wi_attrs[i]; 442 wi->wi_attrs[i] = wi->wi_attrs[j] 613 struct wt_info *wi = (struct wt_info *) be->be_private; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/pru/ |
| pru-passes.cc | 128 struct walk_stmt_info *wi = (struct walk_stmt_info *) data; 144 gcall *call = dyn_cast <gcall *> (gsi_stmt (wi->gsi)); 164 error_at (gimple_location (wi->stmt), "function pointers " 176 error_at (gimple_location (wi->stmt), 193 struct walk_stmt_info wi; 198 memset (&wi, 0, sizeof (wi)); 199 wi.info = NULL; 200 wi.want_locations = true; 203 walk_gimple_seq (body, NULL, check_op_callback, &wi); 127 struct walk_stmt_info *wi = (struct walk_stmt_info *) data; local 192 struct walk_stmt_info wi; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/pru/ |
| pru-passes.cc | 128 struct walk_stmt_info *wi = (struct walk_stmt_info *) data; 144 gcall *call = dyn_cast <gcall *> (gsi_stmt (wi->gsi)); 164 error_at (gimple_location (wi->stmt), "function pointers " 176 error_at (gimple_location (wi->stmt), 193 struct walk_stmt_info wi; 198 memset (&wi, 0, sizeof (wi)); 199 wi.info = NULL; 200 wi.want_locations = true; 203 walk_gimple_seq (body, NULL, check_op_callback, &wi); 127 struct walk_stmt_info *wi = (struct walk_stmt_info *) data; local 192 struct walk_stmt_info wi; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/d/ |
| d-longdouble.cc | 70 wide_int wi = real_to_integer (&this->rv (), &overflow, 64); local 71 return wi.to_shwi (); 93 wide_int wi = real_to_integer (&this->rv (), &overflow, 64); local 94 return wi.to_uhwi ();
|
| /src/external/bsd/tmux/dist/ |
| cmd-wait-for.c | 143 struct wait_item *wi, *wi1; local 155 TAILQ_FOREACH_SAFE(wi, &wc->waiters, entry, wi1) { 156 cmdq_continue(wi->item); 158 TAILQ_REMOVE(&wc->waiters, wi, entry); 159 free(wi); 171 struct wait_item *wi; local 188 wi = xcalloc(1, sizeof *wi); 189 wi->item = item; 190 TAILQ_INSERT_TAIL(&wc->waiters, wi, entry) 199 struct wait_item *wi; local 224 struct wait_item *wi; local 247 struct wait_item *wi, *wi1; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-nrv.cc | 75 struct walk_stmt_info *wi = (struct walk_stmt_info *) data; local 76 struct nrv_data_t *dp = (struct nrv_data_t *) wi->info; 261 struct walk_stmt_info wi; local 262 memset (&wi, 0, sizeof (wi)); 263 wi.info = &data; 265 walk_gimple_op (stmt, finalize_nrv_r, &wi);
|
| coroutine-passes.cc | 56 struct walk_stmt_info *wi ATTRIBUTE_UNUSED) 111 bool dir = wi::to_wide (from) != 0; 183 struct walk_stmt_info wi; local 187 memset (&wi, 0, sizeof (wi)); 188 walk_gimple_seq_mod (&body, lower_coro_builtin, NULL, &wi);
|
| multiple_target.cc | 48 struct walk_stmt_info *wi = (struct walk_stmt_info *) data; local 49 cgraph_function_version_info *info = (cgraph_function_version_info *)wi->info; 133 struct walk_stmt_info wi; local 134 memset (&wi, 0, sizeof (wi)); 135 wi.info = (void *)node->function_version (); 141 replace_function_decl, &wi, &visited_nodes); 147 walk_gimple_stmt (&it, NULL, replace_function_decl, &wi);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-nrv.cc | 75 struct walk_stmt_info *wi = (struct walk_stmt_info *) data; local 76 struct nrv_data_t *dp = (struct nrv_data_t *) wi->info; 261 struct walk_stmt_info wi; local 262 memset (&wi, 0, sizeof (wi)); 263 wi.info = &data; 265 walk_gimple_op (stmt, finalize_nrv_r, &wi);
|
| /src/sys/arch/amiga/dev/ |
| mntva.c | 79 static void mntva_rectfill(struct mntva_softc *sc, int x, int y, int wi, 82 int yd, int wi, int he); 351 mntva_rectfill(struct mntva_softc *sc, int x, int y, int wi, int he, 357 mntva_reg_write(sc, MNTVA_BLITTERX2, (uint16_t) x + wi - 1); 367 mntva_bitblt(struct mntva_softc *sc, int xs, int ys, int xd, int yd, int wi, 372 mntva_reg_write(sc, MNTVA_BLITTERX2, (uint16_t) xd + wi - 1); 376 mntva_reg_write(sc, MNTVA_BLITTERX4, (uint16_t) xs + wi - 1); 391 int x, ys, yd, wi, he; local 401 wi = ri->ri_emuwidth; 403 mntva_bitblt(sc, x, ys, x, yd, wi, he) 413 int x, y, wi, he, fg, bg, ul; local [all...] |
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_write_set_format_warc.c | 192 warc_essential_hdr_t wi = { 201 wi.rtime = w->now; 202 wi.mtime = w->now; 205 r = _popul_ehdr(&hdr, MAX_HDR_SIZE, wi); 190 warc_essential_hdr_t wi = { local
|