search for: arg9

Displaying 3 results from an estimated 3 matches for "arg9".

Did you mean: arg
2013 Dec 06
1
Paging in waves.
...E})is),10) same => n,ExecIf($[${ISNULL(${ARG6})}=0]?Page(${ARG6},n(${RECORDED_FILE})is),10) same => n,ExecIf($[${ISNULL(${ARG7})}=0]?Page(${ARG7},n(${RECORDED_FILE})is),10) same => n,ExecIf($[${ISNULL(${ARG8})}=0]?Page(${ARG8},n(${RECORDED_FILE})is),10) same => n,ExecIf($[${ISNULL(${ARG9})}=0]?Page(${ARG9},n(${RECORDED_FILE})is),10) same => n,ExecIf($[${ISNULL(${ARG10})}=0]?Page(${ARG10},n(${RECORDED_FILE})is)10) same => n,Set(MUTEAUDIO(all)=off) same => n,Playback(goodbye) same => n,TrySystem(rm -f /var/lib/asterisk/sounds/${RECORDED_FILE}.gsm) same =>...
2005 Sep 03
2
Problem with swig?
...ated code from ListBox.cpp: static VALUE _wrap_new_wxListBox__SWIG_0(int argc, VALUE *argv, VALUE self) { VALUE arg1 ; wxWindow *arg2 = (wxWindow *) 0 ; wxWindowID arg3 ; wxPoint *arg4 = 0 ; wxSize *arg5 = 0 ; int arg6 ; wxString *arg7 ; long arg8 ; wxValidator *arg9 = 0 ; wxString *arg10 = 0 ; wxListBox *result; wxString *arr6 ; arg8 has no default value! Here''s the definition from the .h file: wxListBox(wxWindow* parent , wxWindowID id , const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, int n =...
2010 Mar 19
2
Using DTrace in 32-bit to handle 64-bit parameters [72631230]
...plex but it works. And this can''t be the only place this happens. If DTrace is using 32-bit variables, and is handed a 64-bit value, then the text of the docs: > http://docs.sun.com/app/docs/doc/817-6223/chp-variables?a=view > > DTrace Builtin Variables > int64_t arg0, ..., arg9 > > The first ten input arguments to a probe represented as raw 64-bit > integers. If fewer than ten arguments are passed to the current probe, > the remaining variables return zero. is somewhat confusing, as now that 64-bit value is taking up *2* args, not the one you''d exp...