• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<testcase>
2<info>
3<keywords>
4memory callbacks
5</keywords>
6</info>
7#
8# Server-side
9<reply>
10</reply>
11
12# Client-side
13<client>
14<server>
15none
16</server>
17<features>
18http
19</features>
20# tool is what to use instead of 'curl'
21<tool>
22lib509
23</tool>
24
25<name>
26initialization with memory callbacks and actual usage
27</name>
28<command>
29nothing
30</command>
31</client>
32
33#
34# Verify data after the test has been "shot"
35<verify>
36<stdout>
37seen custom_calloc()
38seen custom_malloc()
39seen custom_realloc()
40seen custom_free()
41</stdout>
42</verify>
43
44</testcase>
45