Home
last modified time | relevance | path

Searched refs:newcontent (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/
DHTMLtree.c167 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/
Dtests.rs946 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/
Dref.rst167 it, use ``ffi.buffer(p)[:] = newcontent``, where ``newcontent`` is