Searched refs:sindex (Results 1 - 17 of 17) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Denumerate.c178 u_int32_t sindex, maxsz, sz = 0; local
232 memcpy( &sindex, ibuf, sizeof( sindex ));
233 sindex = ntohl( sindex );
234 ibuf += sizeof( sindex );
238 sindex = ntohs( temp16 );
242 if (!sindex) {
277 getcwdpath(), o_path->u_name, fbitmap, dbitmap, reqcnt, sindex, maxsz);
287 if ( sindex
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Denumerate.c178 u_int32_t sindex, maxsz, sz = 0; local
232 memcpy( &sindex, ibuf, sizeof( sindex ));
233 sindex = ntohl( sindex );
234 ibuf += sizeof( sindex );
238 sindex = ntohs( temp16 );
242 if (!sindex) {
277 getcwdpath(), o_path->u_name, fbitmap, dbitmap, reqcnt, sindex, maxsz);
287 if ( sindex
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/extensions/
H A Dlibipt_string.c89 int i=0, slen, sindex=0, schar; local
126 info->pattern[sindex] = s[i+1];
148 info->pattern[sindex] = (char) schar;
154 info->pattern[sindex] = s[i];
157 if (sindex > IPT_STRING_MAX_PATTERN_SIZE)
159 sindex++;
161 info->patlen = sindex;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dsdb011.tcl130 set sindex [berkdb random_int 0 [expr $i - 1]]
131 set subdb [lindex $slist $sindex]
134 set slist [lreplace $slist $sindex $sindex]
H A Dtest.tcl227 {"secondary index" "sindex"}
406 ^Secondary\sindex\sjoin\s.*|
771 sindex {
774 sindex 1 0
778 sindex 0 1
1371 set sindex [lsearch -exact $largs "-shm"]
1372 if { $sindex >= 0 } {
1377 set largs [lreplace $largs $sindex $sindex]
1974 proc sindex { {displa procedure
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/l7filter/
H A Dl7_filter_main.c570 int sindex = 0, rindex = 0; local
572 while ( sindex < strlen(s) && (rindex + 1 < str_out_len))
574 if ( sindex + 3 < strlen(s) &&
575 s[sindex] == '\\' && s[sindex+1] == 'x' &&
576 isxdigit(s[sindex + 2]) && isxdigit(s[sindex + 3]) )
579 result[rindex] = tolower( hex2dec(s[sindex + 2])*16 +
580 hex2dec(s[sindex + 3] ) );
599 result[rindex], s[sindex
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/project/gpl/l7filter/
H A Dl7_filter_main.c597 int sindex = 0, rindex = 0; local
599 while ( sindex < strlen(s) && (rindex + 1 < str_out_len))
601 if ( sindex + 3 < strlen(s) &&
602 s[sindex] == '\\' && s[sindex+1] == 'x' &&
603 isxdigit(s[sindex + 2]) && isxdigit(s[sindex + 3]) )
606 result[rindex] = tolower( hex2dec(s[sindex + 2])*16 +
607 hex2dec(s[sindex + 3] ) );
626 result[rindex], s[sindex
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_string.c94 int i=0, slen, sindex=0, schar; local
131 info->pattern[sindex] = s[i+1];
153 info->pattern[sindex] = (char) schar;
159 info->pattern[sindex] = s[i];
162 if (sindex > XT_STRING_MAX_PATTERN_SIZE)
164 sindex++;
166 info->patlen = sindex;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Ddfa.h314 int sindex; /* Index for adding new states. */ member in struct:dfa
H A Ddfa.c1474 for (i = 0; i < d->sindex; ++i)
1489 REALLOC_IF_NECESSARY(d->states, dfa_state, d->salloc, d->sindex);
1520 ++d->sindex;
1868 d->sindex = 0;
3016 for (i = 0; i < d->sindex; ++i)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/squashfs/
H A Dsquashfs2_0.c411 struct squashfs_dir_index_2 sindex; local
412 squashfs_get_cached_block(s, (char *) &sindex,
414 sizeof(sindex), &index_start,
416 SQUASHFS_SWAP_DIR_INDEX_2(&index, &sindex);
467 struct squashfs_dir_index_2 sindex; local
468 squashfs_get_cached_block(s, (char *) &sindex,
470 sizeof(sindex), &index_start,
472 SQUASHFS_SWAP_DIR_INDEX_2(index, &sindex);
H A Dinode.c1870 struct squashfs_dir_index sindex; local
1871 squashfs_get_cached_block(s, (char *) &sindex,
1873 sizeof(sindex), &index_start,
1875 SQUASHFS_SWAP_DIR_INDEX(&index, &sindex);
1926 struct squashfs_dir_index sindex; local
1927 squashfs_get_cached_block(s, (char *) &sindex,
1929 sizeof(sindex), &index_start,
1931 SQUASHFS_SWAP_DIR_INDEX(index, &sindex);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/unicode/
H A Dutil_unistr.c513 ucs2_t sindex, tjamo; local
534 sindex = base - SBASE;
535 base = LBASE + sindex / NCOUNT;
536 comb[COMBBUFLEN-2] = VBASE + (sindex % NCOUNT) / TCOUNT;
539 if ((tjamo = TBASE + sindex % TCOUNT) == TBASE) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/unicode/
H A Dutil_unistr.c668 ucs2_t sindex, tjamo; local
689 sindex = base - SBASE;
690 base = LBASE + sindex / NCOUNT;
691 comb[COMBBUFLEN-2] = VBASE + (sindex % NCOUNT) / TCOUNT;
694 if ((tjamo = TBASE + sindex % TCOUNT) == TBASE) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/squashfs/
H A Dread_fs.c319 squashfs_dir_index sindex; local
320 memcpy(&sindex, cur_ptr, sizeof(squashfs_dir_index));
321 SQUASHFS_SWAP_DIR_INDEX(&index, &sindex);
546 long long sindex[indexes]; local
548 read_bytes(fd, sBlk->lookup_table_start, SQUASHFS_LOOKUP_BLOCK_BYTES(sBlk->inodes), (char *) sindex);
549 SQUASHFS_SWAP_FRAGMENT_INDEXES(index, sindex, indexes);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_gram.y82 static symbol_ref_t sindex;
366 | sindex
589 sindex: label
592 if (sindex.symbol != NULL) {
593 stop("Only one definition of sindex allowed",
597 sindex.symbol = cur_symbol;
1353 format_3_instr($1, &sindex, &immed, &$2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DEvolveClasses.java987 sindex = store.getSecondaryIndex(index, Integer.class, "skey");
988 obj = sindex.get(88);

Completed in 217 milliseconds