FACT++  1.0
void got_update_smi_objects ( BROWSER **  tag,
char *  buffer,
int *  size 
)

Definition at line 475 of file webDid.c.

References Memory::free(), Memory::malloc(), and bitem::service_format_ptr.

Referenced by update_smi_objects().

476 {
477  BROWSER *browserp;
478 
479  if(size){}
480  browserp = (BROWSER *)*tag;
481  if(browserp->service_format_ptr)
482  free(browserp->service_format_ptr);
483  browserp->service_format_ptr = (char *)malloc(strlen(buffer)+1);
484  strcpy(browserp->service_format_ptr, buffer);
485 }
void * malloc()
Definition: EventBuilder.cc:99
char * service_format_ptr
Definition: webDid.c:80
int buffer[BUFFSIZE]
Definition: db_dim_client.c:14
int size
Definition: db_dim_server.c:17
void free(void *mem)
Definition: webDid.c:61

+ Here is the call graph for this function:

+ Here is the caller graph for this function: