Searched refs:autoclose (Results 1 – 7 of 7) sorted by relevance
71 uint32_t autoclose; in main() local104 autoclose = 5; in main()105 test_setsockopt(sk1, SCTP_AUTOCLOSE, &autoclose, sizeof(autoclose)); in main()106 test_setsockopt(sk2, SCTP_AUTOCLOSE, &autoclose, sizeof(autoclose)); in main()
34 ScopedDir autoclose(root_dir); in ForEachPidInProcPath() local48 ScopedFD autoclose(fd); in ReadFile() local
266 - [xmlWriter] Added context manager to XMLWriter class to autoclose file
683 - [xmlWriter] Added context manager to XMLWriter class to autoclose file
953 - Bug fixes: XPath bug (William Brack), HTML parser autoclose stack usage
1487 to avoid growing the parser stack in some autoclose cases, should18448 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser19072 * HTMLparser.c: fixed problems with some autoclose tags