Searched refs:from_child (Results 1 - 5 of 5) sorted by relevance
/third_party/cJSON/ |
H A D | cJSON_Utils.c | 1190 cJSON *from_child = from->child; in create_patches() local 1195 for (index = 0; (from_child != NULL) && (to_child != NULL); (void)(from_child = from_child->next), (void)(to_child = to_child->next), index++) in create_patches() 1206 create_patches(patches, new_path, from_child, to_child, case_sensitive); in create_patches() 1210 for (; (from_child != NULL); (void)(from_child = from_child->next)) in create_patches() 1234 cJSON *from_child = NULL; in create_patches() local 1239 from_child in create_patches() 1410 cJSON *from_child = NULL; generate_merge_patch() local [all...] |
/third_party/protobuf/src/google/protobuf/ |
H A D | reflection_ops.cc | 128 const Message& from_child = in Merge() local 133 from_child.GetReflection()->GetMessageFactory()) in Merge() 134 ->MergeFrom(from_child); in Merge() 136 to_reflection->AddMessage(to, field)->MergeFrom(from_child); in Merge() 161 const Message& from_child = from_reflection->GetMessage(from, field); in Merge() local 165 to, field, from_child.GetReflection()->GetMessageFactory()) in Merge() 166 ->MergeFrom(from_child); in Merge() 168 to_reflection->MutableMessage(to, field)->MergeFrom(from_child); in Merge()
|
/third_party/backends/backend/ |
H A D | qcam.c | 1565 s->from_child = -1; in sane_open() 1651 if (s->from_child >= 0) in sane_close() 1652 close (s->from_child); in sane_close() 1931 s->from_child = c2p_pipe[0]; in sane_start() 1934 s->read_fd = dup (s->from_child); in sane_start() 2189 flags = fcntl (s->from_child, F_GETFL, 0); in sane_cancel() 2192 read (s->from_child, buf, 1); in sane_cancel() 2195 fcntl (s->from_child, F_SETFL, O_NONBLOCK); in sane_cancel() 2200 while ((nread = read (s->from_child, buf, sizeof (buf))) > 0); in sane_cancel() 2202 nread = read (s->from_child, bu in sane_cancel() [all...] |
H A D | qcam.h | 181 int from_child; /* fd to read from child process*/ member
|
/third_party/rust/crates/rustix/src/process/ |
H A D | id.rs | 139 pub fn from_child(child: &std::process::Child) -> Self { in from_child() functions
|
Completed in 6 milliseconds