OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tmp_str2
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libxml/src/
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
...]
/external/libxml2/
c14n.c
1006
xmlChar *
tmp_str2
;
local
1039
tmp_str2
= xmlStrcat(tmp_str, BAD_CAST "/");
1040
if(
tmp_str2
== NULL) {
1048
tmp_str =
tmp_str2
;
1052
tmp_str2
= xmlBuildURI(res, tmp_str);
1053
if(
tmp_str2
== NULL) {
1064
res =
tmp_str2
;
[
all
...]
Completed in 326 milliseconds