Thierry FOURNIER
7654c9ff44
MEDIUM: sample: Remove types SMP_T_CSTR and SMP_T_CBIN, replace it by SMP_F_CONST flags
...
The operations applied on types SMP_T_CSTR and SMP_T_STR are the same,
but the check code and the declarations are double, because it must
declare action for SMP_T_C* and SMP_T_*. The declared actions and checks
are the same. this complexify the code. Only the "conv" functions can
change from "C*" to "*"
Now, if a function needs to modify input string, it can call the new
function smp_dup(). This one duplicate data in a trash buffer.
2014-03-17 18:06:07 +01:00
..
2013-12-02 23:31:33 +01:00
2013-04-03 02:13:02 +02:00
2014-03-17 18:06:06 +01:00
2014-02-08 01:19:58 +01:00
2014-02-12 11:45:59 +01:00
2013-12-31 23:47:37 +01:00
2012-11-21 02:15:16 +01:00
2014-01-26 00:42:31 +01:00
2007-03-24 17:24:39 +01:00
2014-01-28 16:28:21 +01:00
2014-01-26 00:42:32 +01:00
2010-08-10 14:01:09 +02:00
2012-10-05 00:32:33 +02:00
2011-10-24 18:15:04 +02:00
2009-10-09 07:17:58 +02:00
2012-02-21 22:27:27 +01:00
2009-10-01 11:19:37 +02:00
2009-10-01 11:19:37 +02:00
2009-10-01 21:11:15 +02:00
2013-06-14 19:52:17 +02:00
2013-04-03 02:12:56 +02:00
2013-12-12 15:44:05 +01:00
2013-12-09 15:40:22 +01:00
2014-03-17 18:06:07 +01:00
2013-08-01 21:17:13 +02:00
2011-06-18 20:27:19 +02:00
2009-01-25 13:49:53 +01:00
2009-06-10 12:23:32 +02:00
2013-12-09 16:06:22 +01:00
2013-12-02 23:31:32 +01:00
2012-05-11 16:48:10 +02:00
2012-09-15 22:29:32 +02:00
2014-03-15 07:48:35 +01:00
2012-01-20 16:18:53 +01:00
2012-10-04 22:26:09 +02:00
2014-03-17 18:06:07 +01:00
2014-02-08 01:19:58 +01:00
2014-01-28 23:34:45 +01:00
2012-12-28 14:48:13 +01:00
2012-09-03 20:49:14 +02:00
2014-01-28 15:19:44 +01:00
2013-09-04 17:54:01 +02:00
2013-12-31 23:32:12 +01:00
2011-07-25 16:33:49 +02:00
2006-06-29 18:54:54 +02:00