Searched refs:newcontent (Results 1 – 3 of 3) sorted by relevance
/external/libxml2/ |
D | HTMLtree.c | 167 char newcontent[100]; in htmlSetMetaEncoding() local 169 newcontent[0] = 0; in htmlSetMetaEncoding() 179 snprintf(newcontent, sizeof(newcontent), "text/html; charset=%s", in htmlSetMetaEncoding() 181 newcontent[sizeof(newcontent) - 1] = 0; in htmlSetMetaEncoding() 281 xmlNewProp(meta, BAD_CAST"content", BAD_CAST newcontent); in htmlSetMetaEncoding() 291 xmlSetProp(meta, BAD_CAST"content", BAD_CAST newcontent); in htmlSetMetaEncoding()
|
/external/vm_tools/p9/src/server/ |
D | tests.rs | 946 let mut newcontent = Vec::with_capacity(content.len()); in rename_at() localVariable 949 .read_to_end(&mut newcontent) in rename_at() 952 assert_eq!(newcontent, content); in rename_at()
|
/external/python/cffi/doc/source/ |
D | ref.rst | 167 it, use ``ffi.buffer(p)[:] = newcontent``, where ``newcontent`` is
|