search for: res_info

Displaying 1 result from an estimated 1 matches for "res_info".

Did you mean: ref_info
2005 Aug 25
2
Custom Application For Asterisk
...CEED: switch(res_type){ case TDS_DONE_RESULT: break; case TDS_DONEPROC_RESULT: break; case TDS_DONEINPROC_RESULT: break; case TDS_ROWFMT_RESULT: while ((res=tds_process_row_tokens(tds, &rowtype, &computeid))==TDS_SUCCEED) { for (i=0; i<tds->res_info->num_cols; i++) { value = ((tds->res_info->current_row) + (tds->res_info->columns[i]->column_offset)); memset(resulttype, 0, sizeof(resulttype)); strncpy(resulttype, (const char *) value, 3); memset(myretnumber, 0, sizeof(myretnumber)); strncpy(...