Searched refs:to_child (Results 1 - 7 of 7) sorted by relevance
/third_party/cJSON/ |
H A D | cJSON_Utils.c | 1191 cJSON *to_child = to->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() 1224 for (; (to_child != NULL); (void)(to_child = to_child->next), index++) in create_patches() 1226 compose_patch(patches, (const unsigned char*)"add", path, (const unsigned char*)"-", to_child); in create_patches() local 1235 cJSON *to_child in create_patches() local 1285 compose_patch(patches, (const unsigned char*)"add", path, (unsigned char*)to_child->string, to_child); create_patches() local 1411 cJSON *to_child = NULL; generate_merge_patch() local [all...] |
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_unlink/ |
H A D | 2-1.c | 56 int to_child[2]; in main() local 71 rval = pipe(to_child); in main() 84 close(to_child[PIPE_WRITE]); in main() 85 return child_process(mqname, to_child[PIPE_READ], in main() 90 close(to_child[PIPE_READ]); in main() 92 to_child[PIPE_WRITE], pid); in main()
|
H A D | 2-2.c | 51 int to_child[2]; in main() local 66 rval = pipe(to_child); in main() 79 close(to_child[PIPE_WRITE]); in main() 80 return child_process(mqname, to_child[PIPE_READ], in main() 85 close(to_child[PIPE_READ]); in main() 87 to_child[PIPE_WRITE], pid); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_close/ |
H A D | 2-1.c | 49 int to_child[2]; in main() local 60 rval = pipe(to_child); in main() 79 close(to_child[PIPE_WRITE]); in main() 81 return child_process(qname, to_child[PIPE_READ], in main() 86 close(to_child[PIPE_READ]); in main() 89 to_child[PIPE_WRITE], pid); in main()
|
/third_party/python/Lib/multiprocessing/ |
H A D | popen_spawn_win32.py | 71 with open(wfd, 'wb', closefd=True) as to_child: 93 reduction.dump(prep_data, to_child) 94 reduction.dump(process_obj, to_child)
|
/third_party/backends/backend/ |
H A D | qcam.h | 182 int to_child; /* fd to write to child */ member
|
H A D | qcam.c | 1564 s->to_child = -1; in sane_open() 1649 if (s->to_child >= 0) in sane_close() 1650 close (s->to_child); in sane_close() 1930 s->to_child = p2c_pipe[1]; in sane_start() 2084 write (s->to_child, &req, sizeof (req)); in sane_start()
|
Completed in 6 milliseconds