Searched refs:footer (Results 1 – 15 of 15) sorted by relevance
/AliOS-Things-master/components/mbedtls/library/ |
A D | pem.c | 230 int mbedtls_pem_read_buffer( mbedtls_pem_context *ctx, const char *header, const char *footer, in mbedtls_pem_read_buffer() argument 256 s2 = (unsigned char *) strstr( (const char *) data, footer ); in mbedtls_pem_read_buffer() 268 end += strlen( footer ); in mbedtls_pem_read_buffer() 438 int mbedtls_pem_write_buffer( const char *header, const char *footer, in mbedtls_pem_write_buffer() argument 447 add_len = strlen( header ) + strlen( footer ) + ( use_len / 64 ) + 1; in mbedtls_pem_write_buffer() 482 memcpy( p, footer, strlen( footer ) ); in mbedtls_pem_write_buffer() 483 p += strlen( footer ); in mbedtls_pem_write_buffer()
|
/AliOS-Things-master/components/mbedtls/include/mbedtls/ |
A D | pem.h | 91 int mbedtls_pem_read_buffer( mbedtls_pem_context *ctx, const char *header, const char *footer, 121 int mbedtls_pem_write_buffer( const char *header, const char *footer,
|
/AliOS-Things-master/components/SDL2/src/gfx/Docs/html/ |
A D | doxygen.css | 240 address.footer { 245 img.footer { 345 hr.footer { 744 .navpath li.footer
|
/AliOS-Things-master/documentation/doxygen/style/ |
A D | doxygen-custom.css | 432 address.footer { 437 img.footer { 544 hr.footer { 1115 .navpath li.footer
|
/AliOS-Things-master/documentation/doxygen/ |
A D | Doxyfile-AOS | 1376 # The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each 1378 # footer. See HTML_HEADER for more information on how to generate a default 1379 # footer and what special commands can be used inside the footer. See also 1380 # section "Doxygen usage" for information on how to generate the default footer 1384 HTML_FOOTER = style/footer.html 2003 # The LATEX_FOOTER tag can be used to specify a personal LaTeX footer for the 2004 # generated LaTeX document. The footer should contain everything after the last 2005 # chapter. If it is left blank doxygen will generate a standard footer. See 2007 # special commands can be used inside the footer. 2009 # Note: Only use a user-defined footer if you know what you are doing! [all …]
|
/AliOS-Things-master/components/littlevgl/scripts/ |
A D | Doxyfile | 1123 # The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each 1125 # footer. See HTML_HEADER for more information on how to generate a default 1126 # footer and what special commands can be used inside the footer. See also 1127 # section "Doxygen usage" for information on how to generate the default footer 1198 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML 1703 # The LATEX_FOOTER tag can be used to specify a personal LaTeX footer for the 1704 # generated LaTeX document. The footer should contain everything after the last 1705 # chapter. If it is left blank doxygen will generate a standard footer. See 1707 # special commands can be used inside the footer. 1709 # Note: Only use a user-defined footer if you know what you are doing! [all …]
|
/AliOS-Things-master/components/jsoncpp/doc/ |
A D | doxyfile.in | 1049 # The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each 1051 # footer. See HTML_HEADER for more information on how to generate a default 1052 # footer and what special commands can be used inside the footer. See also 1053 # section "Doxygen usage" for information on how to generate the default footer 1057 HTML_FOOTER = footer.html 1122 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML 1622 # The LATEX_FOOTER tag can be used to specify a personal LaTeX footer for the 1623 # generated LaTeX document. The footer should contain everything after the last 1624 # chapter. If it is left blank doxygen will generate a standard footer. 1626 # Note: Only use a user-defined footer if you know what you are doing!
|
A D | web_doxyfile.in | 1049 # The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each 1051 # footer. See HTML_HEADER for more information on how to generate a default 1052 # footer and what special commands can be used inside the footer. See also 1053 # section "Doxygen usage" for information on how to generate the default footer 1057 HTML_FOOTER = footer.html 1122 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML 1622 # The LATEX_FOOTER tag can be used to specify a personal LaTeX footer for the 1623 # generated LaTeX document. The footer should contain everything after the last 1624 # chapter. If it is left blank doxygen will generate a standard footer. 1626 # Note: Only use a user-defined footer if you know what you are doing!
|
/AliOS-Things-master/components/littlefs/src/littlefs-v220/ |
A D | lfs.c | 1312 uint32_t footer[2]; in lfs_dir_commitcrc() local 1313 footer[0] = lfs_tobe32(tag ^ commit->ptag); in lfs_dir_commitcrc() 1314 commit->crc = lfs_crc(commit->crc, &footer[0], sizeof(footer[0])); in lfs_dir_commitcrc() 1315 footer[1] = lfs_tole32(commit->crc); in lfs_dir_commitcrc() 1318 commit->block, commit->off, &footer, sizeof(footer)); in lfs_dir_commitcrc()
|
/AliOS-Things-master/components/py_engine/engine/lib/littlefs/ |
A D | lfs2.c | 1373 uint32_t footer[2]; in lfs2_dir_commitcrc() local 1374 footer[0] = lfs2_tobe32(tag ^ commit->ptag); in lfs2_dir_commitcrc() 1375 commit->crc = lfs2_crc(commit->crc, &footer[0], sizeof(footer[0])); in lfs2_dir_commitcrc() 1376 footer[1] = lfs2_tole32(commit->crc); in lfs2_dir_commitcrc() 1379 commit->block, commit->off, &footer, sizeof(footer)); in lfs2_dir_commitcrc()
|
/AliOS-Things-master/components/SDL2/src/gfx/Docs/ |
A D | html.doxyfile | 925 # header.html footer.html stylesheet.css YourConfigFile" and then modify 932 # The HTML_FOOTER tag can be used to specify a personal HTML footer for 934 # standard footer. 981 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML 1309 # The LATEX_FOOTER tag can be used to specify a personal LaTeX footer for 1310 # the generated latex document. The footer should contain everything after 1312 # standard footer. Notice: only use this tag if you know what you are doing!
|
/AliOS-Things-master/components/SDL2/src/hidapi/doxygen/ |
A D | Doxyfile | 797 # The HTML_FOOTER tag can be used to specify a personal HTML footer for 799 # standard footer. 837 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
|
/AliOS-Things-master/components/SDL2/docs/ |
A D | doxyfile | 824 # The HTML_FOOTER tag can be used to specify a personal HTML footer for 826 # standard footer.
|
/AliOS-Things-master/components/mbedtls/ |
A D | ChangeLog | 1029 characters after the footer could result in the execution of an infinite
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | ChangeLog | 2993 * contrib: Add an emacs formatting mode footer to all source files
|
Completed in 52 milliseconds