Searched refs:ndx (Results 26 - 45 of 45) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest024.tcl239 set ndx [expr $kndx - 1]
240 set keys [lreplace $keys $ndx $ndx]
H A Djoin.tcl337 set ndx [llength $dbs]
349 if { $ndx > 0 } {
359 incr ndx -1
H A Dtestutils.tcl498 set ndx [string first ":" $str]
499 if { $ndx == -1 } {
502 return [ string range $str [expr $ndx + 1] end]
506 set ndx [string first ":" $str]
507 if { $ndx == -1 } {
511 return [ string range $str 0 [expr $ndx - 1]]
622 set ndx [expr [string first "." $s] - 1]
623 return [string range $s 0 $ndx]
976 set ndx 0
978 set d [linsert d $ndx
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/python/
H A Dpy_spoolss_printerdata.c185 uint32 data_needed, value_needed, ndx = 0; local
196 hnd->cli, hnd->mem_ctx, &hnd->pol, ndx, 0, 0,
212 hnd->cli, hnd->mem_ctx, &hnd->pol, ndx,
220 ndx++;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_dup.c110 * hcp->dndx is the first free ndx or the index of the
665 __ham_move_offpage(dbc, pagep, ndx, pgno)
668 u_int32_t ndx;
691 old_dbt.data = P_ENTRY(dbp, pagep, ndx);
692 old_dbt.size = LEN_HITEM(dbp, pagep, dbp->pgsize, ndx);
694 PGNO(pagep), (u_int32_t)ndx, &LSN(pagep), -1,
706 (int32_t)LEN_HITEM(dbp, pagep, dbp->pgsize, ndx) -
712 memmove(src + difflen, src, inp[ndx] - HOFFSET(pagep));
716 for (i = ndx; i < NUM_ENT(pagep); i++)
721 memcpy(P_ENTRY(dbp, pagep, ndx),
[all...]
H A Dhash_page.c1060 db_indx_t ndx; local
1069 ndx = hcp->indx;
1084 if (HPAGE_PTYPE(H_PAIRKEY(dbp, p, ndx)) == H_OFFPAGE) {
1085 memcpy(&pgno, HOFFPAGE_PGNO(P_ENTRY(dbp, p, H_KEYINDEX(ndx))),
1092 switch (HPAGE_PTYPE(H_PAIRDATA(dbp, p, ndx))) {
1095 HOFFPAGE_PGNO(P_ENTRY(dbp, p, H_DATAINDEX(ndx))),
1118 key_dbt.data = P_ENTRY(dbp, p, H_KEYINDEX(ndx));
1119 key_dbt.size = LEN_HITEM(dbp, p, dbp->pgsize, H_KEYINDEX(ndx));
1120 data_dbt.data = P_ENTRY(dbp, p, H_DATAINDEX(ndx));
1122 LEN_HITEM(dbp, p, dbp->pgsize, H_DATAINDEX(ndx));
[all...]
H A Dhash_autop.c48 (void)printf("\tndx: %lu\n", (u_long)argp->ndx);
190 (void)printf("\tndx: %lu\n", (u_long)argp->ndx);
H A Dhash_auto.c63 LOGCOPY_32(env, &argp->ndx, bp);
64 bp += sizeof(argp->ndx);
92 opcode, pgno, ndx, pagelsn, key,
100 u_int32_t ndx;
209 LOGCOPY_32(env, bp, &ndx);
210 bp += sizeof(ndx);
882 LOGCOPY_32(env, &argp->ndx, bp);
883 bp += sizeof(argp->ndx);
917 __ham_replace_log(dbp, txnp, ret_lsnp, flags, pgno, ndx, pagelsn, off, olditem,
924 u_int32_t ndx;
[all...]
H A Dhash.c1311 db_indx_t ndx; local
1321 ndx = H_DATAINDEX(hcp->indx);
1322 type = HPAGE_TYPE(dbp, hcp->page, ndx);
1473 * Finally, if we had a duplicate, pp, ndx, and myval should be
1477 pp, ndx, myval, &dbc->rdata->data, &dbc->rdata->ulen)) != 0)
1714 * Given a key and a cursor, sets the cursor to the page/ndx on which
H A Dhash_rec.c140 dindx = (db_indx_t)argp->ndx;
149 __ham_dpair(file_dbp, pagep, argp->ndx);
386 argp->ndx, argp->off, change, is_plus, &dbt);
388 hk = P_ENTRY(file_dbp, pagep, argp->ndx);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/lock/
H A Dlock_stat.c514 u_int32_t ndx; local
561 ndx = lp->indx;
562 OBJECT_LOCK_NDX(lt, lrp, ndx);
563 if (lp->indx == ndx)
566 OBJECT_UNLOCK(lt, lrp, ndx);
569 OBJECT_UNLOCK(lt, lrp, ndx);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Dgen_rec.awk226 ndx = index(t, "*");
227 t = substr(types[i], 1, ndx - 2);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/utils/
H A Deditreg.c1765 int ndx = regf->sk_count; local
1774 * ndx already points at the first entry of the new block
1778 (regf->sk_map)[ndx].sk_off = sk_off;
1779 (regf->sk_map)[ndx].key_sec_desc = tmp;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/rpc_client/
H A Dcli_spoolss.c2180 POLICY_HND *hnd, uint32 ndx,
2200 make_spoolss_q_enumprinterdata(&q, hnd, ndx, value_offered, data_offered);
2179 cli_spoolss_enumprinterdata(struct cli_state *cli, TALLOC_CTX *mem_ctx, POLICY_HND *hnd, uint32 ndx, uint32 value_offered, uint32 data_offered, uint32 *value_needed, uint32 *data_needed, REGISTRY_VALUE *value) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb.h399 u_int32_t ndx; /* Index of the object referenced by member in struct:__db_lock_u
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb.h388 u_int32_t ndx; /* Index of the object referenced by member in struct:__db_lock_u
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb.h409 u_int32_t ndx; /* Index of the object referenced by member in struct:__db_lock_u
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb.h397 u_int32_t ndx; /* Index of the object referenced by member in struct:__db_lock_u
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb.h436 u_int32_t ndx; /* Index of the object referenced by member in struct:__db_lock_u
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb.h436 u_int32_t ndx; /* Index of the object referenced by member in struct:__db_lock_u

Completed in 319 milliseconds

12