OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tmp_str2
(Results
1 - 1
of
1
) sorted by null
/external/libxml2/
c14n.c
1004
xmlChar *
tmp_str2
;
local
1037
tmp_str2
= xmlStrcat(tmp_str, BAD_CAST "/");
1038
if(
tmp_str2
== NULL) {
1046
tmp_str =
tmp_str2
;
1050
tmp_str2
= xmlBuildURI(res, tmp_str);
1051
if(
tmp_str2
== NULL) {
1062
res =
tmp_str2
;
[
all
...]
Completed in 44 milliseconds