Definition at line 980 of file webDid.c.
References print_service_char(), print_service_double(), print_service_float(), print_service_short(), print_service_standard(), Service_content_str, and size.
Referenced by print_service_formatted().
998 size = ssize/(int)
sizeof(
int);
1001 psize = size * (int)
sizeof(
int);
1008 size = ssize/(int)
sizeof(
int);
1011 psize = size * (int)
sizeof(
int);
1018 size = ssize/(int)
sizeof(
short);
1021 psize = size * (int)
sizeof(
short);
1028 size = ssize/(int)
sizeof(
float);
1031 psize = size * (int)
sizeof(
float);
1038 size = ssize/(int)
sizeof(
double);
1041 psize = size * (int)
sizeof(
double);
1048 size = ssize/(int)
sizeof(
longlong);
1051 psize = size * (int)
sizeof(
longlong);
1065 ptr = (
char *)ptr + psize;
void print_service_standard(int *buff, int size)
void print_service_short(short *buff, int size)
void print_service_double(double *buff, int size)
void print_service_float(float *buff, int size)
void print_service_char(char *buff, int size)
char * Service_content_str