-
- Downloads
don't make expression evaluator allocate a memory buffer for each result
to be returned; use the buffers already present in the PBX for this purpose update testexpr2/check_expr to allocate buffers for expression evaluation git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6440 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- .cvsignore 1 addition, 0 deletions.cvsignore
- ast_expr2.c 7 additions, 6 deletionsast_expr2.c
- ast_expr2.fl 27 additions, 19 deletionsast_expr2.fl
- ast_expr2.y 7 additions, 6 deletionsast_expr2.y
- ast_expr2f.c 56 additions, 48 deletionsast_expr2f.c
- include/asterisk/ast_expr.h 25 additions, 1 deletioninclude/asterisk/ast_expr.h
- pbx.c 4 additions, 11 deletionspbx.c
- utils/Makefile 9 additions, 2 deletionsutils/Makefile
- utils/check_expr.c 7 additions, 6 deletionsutils/check_expr.c
Loading
Please register or sign in to comment