Displaying 3 results from an estimated 3 matches for "r_c".
Did you mean:
r_
1999 Oct 08
0
FW: lsa query failing
...1, &dummy)) {
! DEBUG(0,("api_lsa_close: prs_uint32 %d failed.\n",
! (int)i ));
! return False;
! }
}
!
return True;
}
--- 586,601 ----
static BOOL api_lsa_close( uint16 vuid, prs_struct *data,
prs_struct *rdata)
{
! LSA_R_CLOSE r_c;
!
! ZERO_STRUCT(r_c);
!
! /* store the response in the SMB stream */
! if (!lsa_io_r_close("", &r_c, rdata, 0)) {
! DEBUG(0,("api_lsa_close: lsa_io_r_close failed.\n"));
! return False;
}
!
return True;
}
Alan.
-----Original Message----...
2013 Dec 16
1
External pointers and changing SEXPTYPE
...SEXPs change their types between
returning from initialization function and another one that uses the
pointer.
sample R code:
# initializing
a <- init_my_ptr(fname)
# reading more data: error!
df <- read_my_data(a)
data structure in C:
typedef struct {
SEXP ans, ans_nms, R_z, R_a, R_b, R_c;
FTYPE *datafile;
char *fname;
float *a, *b, *c;
int f_type;
float t, p, l;
int st, na, result, bFlags;
XXX z;
} my_data_ptr;
// In a C function initializing the external pointer:
my_data_ptr *mydata = Calloc( 1, my_data_ptr ) ;
SEXP Rdata;
PROTECT(Rdata = R_MakeExternalPtr( mydata,...
2009 Jun 06
2
Booting WEBrick ... server:invalid option: --trace ???
I''m migrating an old Rails App to a new server, I think I''ve got most
of my issues worked out so far. But....
When I run script/server --trace in the app I get the following
output... and I have no clue what to do or even where to look... Any
guidance or assistance would be greatly appreciated.
script/server --trace
=> Booting WEBrick...
server: invalid option: --trace