Displaying 4 results from an estimated 4 matches for "nameindex".
Did you mean:
name_index
2018 Aug 31
2
PDB questions
...ou can see it
says "unknown bytes: ...".
read C13 line info 136720 bytes
unknown bytes: f2 00 00 00 60 00 00 00
LineFragmentHeader{ .RelocOffset = 0, .RelocSegment = 5, .Flags =
LineFlags{ .LF_HaveColumns = true, .unused = 0 }, .CodeSize = 52 }
has column: true
LineBlockFragmentHeader{ .NameIndex = 0, .NumLines = 6, .BlockSize = 84 }
LineNumberEntry{ .Offset = 0, .Flags = 101 } Flags{ .Start = 101, .End =
17, .IsStatement = false }
<snip some LineNumberEntry's>
ColumnNumberEntry{ .StartColumn = 5, .EndColumn = 0 }
ColumnNumberEntry{ .StartColumn = 30, .EndColumn = 0 }
unknown byte...
2018 Aug 31
2
PDB questions
...t;> read C13 line info 136720 bytes
>> unknown bytes: f2 00 00 00 60 00 00 00
>> LineFragmentHeader{ .RelocOffset = 0, .RelocSegment = 5, .Flags =
>> LineFlags{ .LF_HaveColumns = true, .unused = 0 }, .CodeSize = 52 }
>> has column: true
>> LineBlockFragmentHeader{ .NameIndex = 0, .NumLines = 6, .BlockSize = 84 }
>> LineNumberEntry{ .Offset = 0, .Flags = 101 } Flags{ .Start = 101, .End =
>> 17, .IsStatement = false }
>> <snip some LineNumberEntry's>
>> ColumnNumberEntry{ .StartColumn = 5, .EndColumn = 0 }
>> ColumnNumberEntry{ .St...
2013 May 20
1
Replication fails
...py", line 83, in sendDsReplicaSync
raise drsException("DsReplicaSync failed %s" % estr)
...
I supposed, that there must be something wrong with the DsReplicaSync()-method, but I can't find anything about it in the python-files or in http://www.samba.org/~jelmer/samba4-python/nameIndex.html.
Any suggestions what could be wrong or where can I find some information on the DsReplicaSync()-method used in /usr/local/samba/lib/python2.7/site-packages/samba/drs_utils.py, line 81?
Best regards,
Tobias
2017 Apr 04
3
RFC: Adding a string table to the bitcode format
On Tue, Apr 4, 2017 at 12:36 PM, Duncan P. N. Exon Smith <
dexonsmith at apple.com> wrote:
>
> On 2017-Apr-04, at 12:12, Peter Collingbourne <peter at pcc.me.uk> wrote:
>
> On Mon, Apr 3, 2017 at 8:13 PM, Mehdi Amini <mehdi.amini at apple.com> wrote:
>
>>
>> On Apr 3, 2017, at 7:08 PM, Peter Collingbourne <peter at pcc.me.uk> wrote:
>>