Searched refs:xpath (Results 1 – 25 of 44) sorted by relevance
12
4 Subject: [PATCH] xpath: Fix harmless integer overflow in11 xpath.c | 2 +-14 diff --git a/xpath.c b/xpath.c16 --- a/xpath.c17 +++ b/xpath.c
12 Conflict:xpath.c14 xpath.c | 3 +++17 diff --git a/xpath.c b/xpath.c19 --- a/xpath.c20 +++ b/xpath.c
4 Subject: [PATCH] xpath: Ignore entity ref nodes when computing node hash18 xpath.c | 11 ++++++-----21 diff --git a/xpath.c b/xpath.c23 --- a/xpath.c24 +++ b/xpath.c
11 xpath.c | 2 ++14 diff --git a/xpath.c b/xpath.c16 --- a/xpath.c17 +++ b/xpath.c
10 xpath.c | 2 +-13 diff --git a/xpath.c b/xpath.c15 --- a/xpath.c16 +++ b/xpath.c
13 xpath.c | 1 +16 diff --git a/xpath.c b/xpath.c18 --- a/xpath.c19 +++ b/xpath.c
11 xpath.c | 1 +14 diff --git a/xpath.c b/xpath.c16 --- a/xpath.c17 +++ b/xpath.c
13 Conflict:xpath.c15 xpath.c | 5 +++++18 diff --git a/xpath.c b/xpath.c20 --- a/xpath.c21 +++ b/xpath.c
13 xpath.c | 5 ++++-16 diff --git a/xpath.c b/xpath.c18 --- a/xpath.c19 +++ b/xpath.c
11 xpath.c | 2 +-14 diff --git a/xpath.c b/xpath.c16 --- a/xpath.c17 +++ b/xpath.c
11 xpath.c | 5 ++---14 diff --git a/xpath.c b/xpath.c16 --- a/xpath.c17 +++ b/xpath.c
4 Subject: [PATCH] xpath: number('-') should return NaN13 xpath.c | 6 +++---43 diff --git a/xpath.c b/xpath.c45 --- a/xpath.c46 +++ b/xpath.c
13 xpath.c | 2 ++16 diff --git a/xpath.c b/xpath.c18 --- a/xpath.c19 +++ b/xpath.c
11 xpath.c | 13 ++++++++++---14 diff --git a/xpath.c b/xpath.c16 --- a/xpath.c17 +++ b/xpath.c
11 xpath.c | 6 ++++--14 diff --git a/xpath.c b/xpath.c16 --- a/xpath.c17 +++ b/xpath.c
10 Conflict:xpath.c12 xpath.c | 21 +++++++++++++++++++--15 diff --git a/xpath.c b/xpath.c17 --- a/xpath.c18 +++ b/xpath.c
11 xpath.c | 5 +++--14 diff --git a/xpath.c b/xpath.c16 --- a/xpath.c17 +++ b/xpath.c
13 xpath.c | 12 ++----------16 diff --git a/xpath.c b/xpath.c18 --- a/xpath.c19 +++ b/xpath.c
11 xpath.c | 15 +++++++++++++--14 diff --git a/xpath.c b/xpath.c16 --- a/xpath.c17 +++ b/xpath.c
11 xpath.c | 15 +++++++++------14 diff --git a/xpath.c b/xpath.c16 --- a/xpath.c17 +++ b/xpath.c
14 xpath.c | 4 ++++17 diff --git a/xpath.c b/xpath.c19 --- a/xpath.c20 +++ b/xpath.c
11 xpath.c | 40 +++++++++++++++++++---------------------14 diff --git a/xpath.c b/xpath.c16 --- a/xpath.c17 +++ b/xpath.c
13 xpath.c | 38 +++++++++++++++++++++++---------------16 diff --git a/xpath.c b/xpath.c18 --- a/xpath.c19 +++ b/xpath.c
13 xpath.c | 23 +++++++++++++++++------16 diff --git a/xpath.c b/xpath.c18 --- a/xpath.c19 +++ b/xpath.c
229 aliases = eCommand.xpath('alias/@name')260 for typeName in eComponent.xpath('type/@name'):262 for enumName in eComponent.xpath('enum/@name'):264 for commandName in eComponent.xpath('command/@name'):268 for eComponent in elem.xpath('require|remove'):298 definition=''.join(eType.xpath('.//text()')),329 declaration=''.join(eParam.xpath('.//text()')).strip(),330 type=''.join(eParam.xpath('(.|ptype)/text()')).strip(),341 declaration=''.join(eProto.xpath('.//text()')).strip(),342 type=''.join(eProto.xpath('(.|ptype)/text()')).strip(),[all …]