Searched refs:count2 (Results 51 - 75 of 105) sorted by relevance

12345

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/lib/
H A Dftp.c657 ftpc->count2 = 0; /* count2 counts failed CWDs */
1451 * 'count2' to store wether to allow commands to fail
1471 ftpc->count2 = 1; /* the sent command is allowed to fail */
1474 ftpc->count2 = 0; /* failure means cancel operation */
2451 ftpc->count2 = 1; /* add one to get next */
2455 ftpc->count2 = -1; /* subtract one to get next */
2494 ftpc->count1 += ftpc->count2; /* get next attempt */
2697 if((ftpcode >= 400) && !ftpc->count2) {
2712 ftpc->count1 && !ftpc->count2) {
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/lib/
H A Dftp.c657 ftpc->count2 = 0; /* count2 counts failed CWDs */
1451 * 'count2' to store wether to allow commands to fail
1471 ftpc->count2 = 1; /* the sent command is allowed to fail */
1474 ftpc->count2 = 0; /* failure means cancel operation */
2451 ftpc->count2 = 1; /* add one to get next */
2455 ftpc->count2 = -1; /* subtract one to get next */
2494 ftpc->count1 += ftpc->count2; /* get next attempt */
2697 if((ftpcode >= 400) && !ftpc->count2) {
2712 ftpc->count1 && !ftpc->count2) {
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/usb/
H A Dkaweth.c598 int count2 = urb->transfer_buffer_length; local
649 err("Count 2: %x", count2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/usb/
H A Dkaweth.c598 int count2 = urb->transfer_buffer_length; local
649 err("Count 2: %x", count2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/i915/
H A Di915_dma.c1764 u32 count1, count2, count3, m = 0, c = 0; local
1771 count2 = I915_READ(DDREC);
1774 total_count = count1 + count2 + count3;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/i915/
H A Di915_dma.c1764 u32 count1, count2, count3, m = 0, c = 0; local
1771 count2 = I915_READ(DDREC);
1774 total_count = count1 + count2 + count3;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/include/
H A Drpc_lsa.h130 uint32 count2; /* the same */ member in struct:dom_query_2
H A Drpc_netlogon.h945 uint32 count2; member in struct:__anon6231
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/acpi/acpica/
H A Daclocal.h344 u8 count2; member in struct:acpi_package_info
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/acpi/acpica/
H A Daclocal.h344 u8 count2; member in struct:acpi_package_info
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/include/
H A Drpc_lsa.h130 uint32 count2; /* the same */ member in struct:dom_query_2
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/include/
H A Drpc_lsa.h130 uint32 count2; /* the same */ member in struct:dom_query_2
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/smbd/
H A Dlanman.c1483 int count2 = counted; local
1485 for (i = 0; i < total && count2;i++) {
1495 count2--;
1689 int count2 = counted; local
1691 for (i = first; i < total && count2;i++) {
1701 count2--;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/smbd/
H A Dlanman.c1483 int count2 = counted; local
1485 for (i = 0; i < total && count2;i++) {
1495 count2--;
1689 int count2 = counted; local
1691 for (i = first; i < total && count2;i++) {
1701 count2--;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/smbd/
H A Dlanman.c1483 int count2 = counted; local
1485 for (i = 0; i < total && count2;i++) {
1495 count2--;
1689 int count2 = counted; local
1691 for (i = first; i < total && count2;i++) {
1701 count2--;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/rpc_parse/
H A Dparse_lsa.c736 if (!prs_uint32("count2", ps, depth, &d_q->count2))
739 if (d_q->count1 != d_q->count2)
743 if (d_q->count2) {
744 d_q->auditsettings = TALLOC_ZERO_ARRAY(ps->mem_ctx, uint32, d_q->count2);
753 if (!prs_uint32s(False, "auditsettings", ps, depth, d_q->auditsettings, d_q->count2))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/rpc_parse/
H A Dparse_lsa.c736 if (!prs_uint32("count2", ps, depth, &d_q->count2))
739 if (d_q->count1 != d_q->count2)
743 if (d_q->count2) {
744 d_q->auditsettings = TALLOC_ZERO_ARRAY(ps->mem_ctx, uint32, d_q->count2);
753 if (!prs_uint32s(False, "auditsettings", ps, depth, d_q->auditsettings, d_q->count2))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/rpc_parse/
H A Dparse_lsa.c736 if (!prs_uint32("count2", ps, depth, &d_q->count2))
739 if (d_q->count1 != d_q->count2)
743 if (d_q->count2) {
744 d_q->auditsettings = TALLOC_ZERO_ARRAY(ps->mem_ctx, uint32, d_q->count2);
753 if (!prs_uint32s(False, "auditsettings", ps, depth, d_q->auditsettings, d_q->count2))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/bfd/
H A Delflink.c6880 bfd_size_type count1, count2, i;
6985 count2 = 0;
6995 count2 = ssymbuf2[mid].count;
7001 if (count1 == 0 || count2 == 0 || count1 != count2)
7005 symtable2 = bfd_malloc (count2 * sizeof (struct elf_symbol));
7020 for (ssym = ssymbuf2->ssym, ssymend = ssym + count2;
7057 count2 = 0;
7060 symtable2[count2++].u.isym = isym;
7062 if (count1 == 0 || count2
6869 bfd_size_type count1, count2, i; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/bfd/
H A Delflink.c6880 bfd_size_type count1, count2, i;
6985 count2 = 0;
6995 count2 = ssymbuf2[mid].count;
7001 if (count1 == 0 || count2 == 0 || count1 != count2)
7005 symtable2 = bfd_malloc (count2 * sizeof (struct elf_symbol));
7020 for (ssym = ssymbuf2->ssym, ssymend = ssym + count2;
7057 count2 = 0;
7060 symtable2[count2++].u.isym = isym;
7062 if (count1 == 0 || count2
6869 bfd_size_type count1, count2, i; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/bfd/
H A Delflink.c6880 bfd_size_type count1, count2, i;
6985 count2 = 0;
6995 count2 = ssymbuf2[mid].count;
7001 if (count1 == 0 || count2 == 0 || count1 != count2)
7005 symtable2 = bfd_malloc (count2 * sizeof (struct elf_symbol));
7020 for (ssym = ssymbuf2->ssym, ssymend = ssym + count2;
7057 count2 = 0;
7060 symtable2[count2++].u.isym = isym;
7062 if (count1 == 0 || count2
6869 bfd_size_type count1, count2, i; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/shell/
H A Dhush.c934 unsigned count2; local
945 count2 = 0;
948 count2++;
951 v = xrealloc(strings, (count1 + count2 + 1) * sizeof(char*));
952 v[count1 + count2] = NULL;
953 i = count2;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/shell/
H A Dhush.c934 unsigned count2; local
945 count2 = 0;
948 count2++;
951 v = xrealloc(strings, (count1 + count2 + 1) * sizeof(char*));
952 v[count1 + count2] = NULL;
953 i = count2;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/shell/
H A Dhush.c934 unsigned count2; local
945 count2 = 0;
948 count2++;
951 v = xrealloc(strings, (count1 + count2 + 1) * sizeof(char*));
952 v[count1 + count2] = NULL;
953 i = count2;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/
H A Dffserver.c108 int64_t count1, count2; member in struct:__anon1151
416 drd->count1 = drd->count2 = count;
419 drd->count1 = drd->count2;
421 drd->count2 = count;

Completed in 820 milliseconds

12345