Searched refs:old_offset (Results 1 - 25 of 87) sorted by relevance

1234

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/rpc_parse/
H A Dparse_sec.c36 uint32 old_offset; local
45 old_offset = prs_offset(ps);
83 if (MARSHALLING(ps) && (psa->size > prs_offset(ps) - old_offset)) {
84 uint32 extra_len = psa->size - (prs_offset(ps) - old_offset);
94 if(!prs_uint16_post("size ", ps, depth, &psa->size, offset_ace_size, old_offset))
110 uint32 old_offset; local
138 old_offset = prs_offset(ps);
169 if (MARSHALLING(ps) && (psa->size > prs_offset(ps) - old_offset)) {
170 uint32 extra_len = psa->size - (prs_offset(ps) - old_offset);
179 if(!prs_uint16_post("size ", ps, depth, &psa->size, offset_acl_size, old_offset))
192 uint32 old_offset; local
354 uint32 old_offset; local
[all...]
H A Dparse_buffer.c140 uint32 old_offset; local
163 old_offset=prs_offset(ps);
169 prs_set_offset(ps, old_offset);
265 uint32 old_offset; local
274 old_offset = prs_offset(ps);
282 if(!prs_set_offset(ps, old_offset))
359 uint32 old_offset; local
371 old_offset = prs_offset(ps);
410 if(!prs_set_offset(ps, old_offset))
457 uint32 old_offset; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/rpc_parse/
H A Dparse_sec.c36 uint32 old_offset; local
45 old_offset = prs_offset(ps);
83 if (MARSHALLING(ps) && (psa->size > prs_offset(ps) - old_offset)) {
84 uint32 extra_len = psa->size - (prs_offset(ps) - old_offset);
94 if(!prs_uint16_post("size ", ps, depth, &psa->size, offset_ace_size, old_offset))
110 uint32 old_offset; local
138 old_offset = prs_offset(ps);
169 if (MARSHALLING(ps) && (psa->size > prs_offset(ps) - old_offset)) {
170 uint32 extra_len = psa->size - (prs_offset(ps) - old_offset);
179 if(!prs_uint16_post("size ", ps, depth, &psa->size, offset_acl_size, old_offset))
192 uint32 old_offset; local
354 uint32 old_offset; local
[all...]
H A Dparse_buffer.c140 uint32 old_offset; local
163 old_offset=prs_offset(ps);
169 prs_set_offset(ps, old_offset);
265 uint32 old_offset; local
274 old_offset = prs_offset(ps);
282 if(!prs_set_offset(ps, old_offset))
359 uint32 old_offset; local
371 old_offset = prs_offset(ps);
410 if(!prs_set_offset(ps, old_offset))
457 uint32 old_offset; local
[all...]
/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_sec.c36 uint32 old_offset; local
45 old_offset = prs_offset(ps);
83 if (MARSHALLING(ps) && (psa->size > prs_offset(ps) - old_offset)) {
84 uint32 extra_len = psa->size - (prs_offset(ps) - old_offset);
94 if(!prs_uint16_post("size ", ps, depth, &psa->size, offset_ace_size, old_offset))
110 uint32 old_offset; local
138 old_offset = prs_offset(ps);
169 if (MARSHALLING(ps) && (psa->size > prs_offset(ps) - old_offset)) {
170 uint32 extra_len = psa->size - (prs_offset(ps) - old_offset);
179 if(!prs_uint16_post("size ", ps, depth, &psa->size, offset_acl_size, old_offset))
192 uint32 old_offset; local
354 uint32 old_offset; local
[all...]
H A Dparse_buffer.c140 uint32 old_offset; local
163 old_offset=prs_offset(ps);
169 prs_set_offset(ps, old_offset);
265 uint32 old_offset; local
274 old_offset = prs_offset(ps);
282 if(!prs_set_offset(ps, old_offset))
359 uint32 old_offset; local
371 old_offset = prs_offset(ps);
410 if(!prs_set_offset(ps, old_offset))
457 uint32 old_offset; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/util/tests/
H A Dtime.c89 int old_offset, new_offset; local
92 old_offset = get_time_zone(t);
96 torture_assert_int_equal(tctx, old_offset+60*42, new_offset,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/util/tests/
H A Dtime.c89 int old_offset, new_offset; local
92 old_offset = get_time_zone(t);
96 torture_assert_int_equal(tctx, old_offset+60*42, new_offset,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/util/tests/
H A Dtime.c89 int old_offset, new_offset; local
92 old_offset = get_time_zone(t);
96 torture_assert_int_equal(tctx, old_offset+60*42, new_offset,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/kernel/
H A Dftrace.c410 int old_offset, int new_offset)
417 if (code[0] != 0xe9 || old_offset != *(int *)(&code[1]))
431 int old_offset, new_offset; local
433 old_offset = (unsigned long)(&ftrace_stub) - (ip + MCOUNT_INSN_SIZE);
436 return ftrace_mod_jmp(ip, old_offset, new_offset);
442 int old_offset, new_offset; local
444 old_offset = (unsigned long)(&ftrace_graph_caller) - (ip + MCOUNT_INSN_SIZE);
447 return ftrace_mod_jmp(ip, old_offset, new_offset);
409 ftrace_mod_jmp(unsigned long ip, int old_offset, int new_offset) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/kernel/
H A Dftrace.c410 int old_offset, int new_offset)
417 if (code[0] != 0xe9 || old_offset != *(int *)(&code[1]))
431 int old_offset, new_offset; local
433 old_offset = (unsigned long)(&ftrace_stub) - (ip + MCOUNT_INSN_SIZE);
436 return ftrace_mod_jmp(ip, old_offset, new_offset);
442 int old_offset, new_offset; local
444 old_offset = (unsigned long)(&ftrace_graph_caller) - (ip + MCOUNT_INSN_SIZE);
447 return ftrace_mod_jmp(ip, old_offset, new_offset);
409 ftrace_mod_jmp(unsigned long ip, int old_offset, int new_offset) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/rpc_parse/
H A Dparse_sec.c84 uint32 old_offset; local
96 old_offset = prs_offset(ps);
116 if(!prs_uint16_post("size ", ps, depth, &psa->size, offset_ace_size, old_offset))
194 uint32 old_offset; local
219 old_offset = prs_offset(ps);
247 if(!prs_uint16_post("size ", ps, depth, &psa->size, offset_acl_size, old_offset))
399 uint32 old_offset; local
422 old_offset = prs_offset(ps);
447 if(!prs_set_offset(ps, old_offset + psd->off_owner_sid))
467 if(!prs_set_offset(ps, old_offset
572 uint32 old_offset; local
[all...]
H A Dparse_rpc.c724 uint32 old_offset; local
738 old_offset = prs_offset(ps);
747 old_offset += neg->hdr_myname.str_str_len;
756 old_offset += neg->hdr_domain .str_str_len;
758 if(!prs_set_offset(ps, old_offset))
911 uint32 old_offset; local
933 old_offset = prs_offset(ps);
942 old_offset += rsp->hdr_domain.str_str_len;
951 old_offset += rsp->hdr_usr.str_str_len;
960 old_offset
[all...]
H A Dparse_prs.c634 uint32 old_offset = ps->data_offset; local
638 ps->data_offset = old_offset;
641 ps->data_offset = old_offset;
677 uint32 old_offset = ps->data_offset; local
680 ps->data_offset = old_offset;
683 ps->data_offset = old_offset;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/rpc_parse/
H A Dparse_sec.c84 uint32 old_offset; local
96 old_offset = prs_offset(ps);
116 if(!prs_uint16_post("size ", ps, depth, &psa->size, offset_ace_size, old_offset))
194 uint32 old_offset; local
219 old_offset = prs_offset(ps);
247 if(!prs_uint16_post("size ", ps, depth, &psa->size, offset_acl_size, old_offset))
399 uint32 old_offset; local
422 old_offset = prs_offset(ps);
447 if(!prs_set_offset(ps, old_offset + psd->off_owner_sid))
467 if(!prs_set_offset(ps, old_offset
572 uint32 old_offset; local
[all...]
H A Dparse_rpc.c724 uint32 old_offset; local
738 old_offset = prs_offset(ps);
747 old_offset += neg->hdr_myname.str_str_len;
756 old_offset += neg->hdr_domain .str_str_len;
758 if(!prs_set_offset(ps, old_offset))
911 uint32 old_offset; local
933 old_offset = prs_offset(ps);
942 old_offset += rsp->hdr_domain.str_str_len;
951 old_offset += rsp->hdr_usr.str_str_len;
960 old_offset
[all...]
H A Dparse_prs.c634 uint32 old_offset = ps->data_offset; local
638 ps->data_offset = old_offset;
641 ps->data_offset = old_offset;
677 uint32 old_offset = ps->data_offset; local
680 ps->data_offset = old_offset;
683 ps->data_offset = old_offset;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/rpc_parse/
H A Dparse_sec.c84 uint32 old_offset; local
96 old_offset = prs_offset(ps);
116 if(!prs_uint16_post("size ", ps, depth, &psa->size, offset_ace_size, old_offset))
194 uint32 old_offset; local
219 old_offset = prs_offset(ps);
247 if(!prs_uint16_post("size ", ps, depth, &psa->size, offset_acl_size, old_offset))
399 uint32 old_offset; local
422 old_offset = prs_offset(ps);
447 if(!prs_set_offset(ps, old_offset + psd->off_owner_sid))
467 if(!prs_set_offset(ps, old_offset
572 uint32 old_offset; local
[all...]
H A Dparse_rpc.c724 uint32 old_offset; local
738 old_offset = prs_offset(ps);
747 old_offset += neg->hdr_myname.str_str_len;
756 old_offset += neg->hdr_domain .str_str_len;
758 if(!prs_set_offset(ps, old_offset))
911 uint32 old_offset; local
933 old_offset = prs_offset(ps);
942 old_offset += rsp->hdr_domain.str_str_len;
951 old_offset += rsp->hdr_usr.str_str_len;
960 old_offset
[all...]
H A Dparse_prs.c634 uint32 old_offset = ps->data_offset; local
638 ps->data_offset = old_offset;
641 ps->data_offset = old_offset;
677 uint32 old_offset = ps->data_offset; local
680 ps->data_offset = old_offset;
683 ps->data_offset = old_offset;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/librpc/ndr/
H A Dsid.c162 uint32_t old_offset; local
175 old_offset = ndr->offset;
178 padding = 28 - (ndr->offset - old_offset);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/librpc/ndr/
H A Dsid.c162 uint32_t old_offset; local
175 old_offset = ndr->offset;
178 padding = 28 - (ndr->offset - old_offset);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/librpc/ndr/
H A Dsid.c162 uint32_t old_offset; local
175 old_offset = ndr->offset;
178 padding = 28 - (ndr->offset - old_offset);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/librpc/ndr/
H A Dndr_sec_helper.c245 uint32_t old_offset; local
258 old_offset = ndr->offset;
261 padding = 28 - (ndr->offset - old_offset);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/librpc/ndr/
H A Dndr_sec_helper.c245 uint32_t old_offset; local
258 old_offset = ndr->offset;
261 padding = 28 - (ndr->offset - old_offset);

Completed in 126 milliseconds

1234