OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xlink
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libxml/src/
xlink.c
2
*
xlink
.c : implementation of the hyperlinks detection module
39
#include <libxml/
xlink
.h>
42
#define XLINK_NAMESPACE (BAD_CAST "http://www.w3.org/1999/
xlink
/namespace/")
57
* Get the default
xlink
handler.
69
* @handler: the new value for the
xlink
handler block
71
* Set the default
xlink
handlers
81
* Get the default
xlink
detection routine
94
* Set the default
xlink
detection routine
156
xmlNsPtr
xlink
;
local
157
xlink
= xmlSearchNs(doc, node, XLINK_NAMESPACE)
[
all
...]
/external/libxml2/
xlink.c
2
*
xlink
.c : implementation of the hyperlinks detection module
39
#include <libxml/
xlink
.h>
42
#define XLINK_NAMESPACE (BAD_CAST "http://www.w3.org/1999/
xlink
/namespace/")
57
* Get the default
xlink
handler.
69
* @handler: the new value for the
xlink
handler block
71
* Set the default
xlink
handlers
81
* Get the default
xlink
detection routine
94
* Set the default
xlink
detection routine
156
xmlNsPtr
xlink
;
local
157
xlink
= xmlSearchNs(doc, node, XLINK_NAMESPACE)
[
all
...]
Completed in 181 milliseconds