wr_malloc        151 modules/co/constants.c   dieif( wr_malloc((void **)&tmp, strlen((char *)constant)+1) != UT_OK);
wr_malloc        162 modules/co/constants.c   dieif( wr_malloc((void **)&tmp, 64) != UT_OK);
wr_malloc        172 modules/co/constants.c   dieif( wr_malloc((void **)&tmp, 64) != UT_OK);
wr_malloc        321 modules/co/constants.c   dieif(  wr_malloc((void **)&consts, strlen(tmp_consts)+1) != UT_OK);
wr_malloc        418 modules/co/constants.c   dieif( wr_malloc((void **)&result, strlen(result_buff)+1) != UT_OK);
wr_malloc        273 modules/df/defs.c   dieif( wr_malloc((void **)&str, str_len ) != UT_OK);
wr_malloc        330 modules/df/defs.c         wr_malloc((void *)&val, sizeof(A_Type_t));
wr_malloc       1160 modules/ip/ip.c     if(  wr_malloc( (void **)& prefptr, sizeof(ip_prefix_t)) != UT_OK) {
wr_malloc       1410 modules/ip/ip.c   if( (call_err = wr_malloc( (void **) &querypref, sizeof(ip_prefix_t)))
wr_malloc        310 modules/pc/protocol_config.c       dieif( wr_malloc((void **)&user, strlen(user_buf)+1) != UT_OK);
wr_malloc        122 modules/pr/properties.c   dieif( wr_malloc((void **)&props, strlen(props_buffer)+1) != UT_OK);
wr_malloc        182 modules/pr/properties.c   dieif( wr_malloc((void **)&(prop->token), strlen(token)+1) != UT_OK);
wr_malloc        189 modules/pr/properties.c   dieif( wr_malloc((void **)&(prop->value), strlen(value)+1) != UT_OK);
wr_malloc        341 modules/pr/properties.c   dieif( wr_malloc((void **)&result, strlen(result_buff)+1 ) != UT_OK);
wr_malloc        371 modules/pr/properties.c   dieif( wr_malloc((void **)&Prop_file_name,
wr_malloc        416 modules/pr/properties.c       dieif( wr_malloc((void **)&value, strlen(default_value)+1) != UT_OK);
wr_malloc        425 modules/pr/properties.c     dieif( wr_malloc((void **)&value, strlen(Properties[i]->value)+1) != UT_OK);
wr_malloc        134 modules/qc/query_command.c   dieif( wr_malloc((void **)&result, strlen(result_buf)+1) != UT_OK);
wr_malloc        193 modules/qc/query_command.c   dieif( wr_malloc((void **)&result, strlen(result_buf)+1) != UT_OK);
wr_malloc        425 modules/qc/query_command.c           wr_malloc( (void **)& hackstr, 24);  /* make a copy */
wr_malloc        629 modules/qc/query_command.c               dieif( wr_malloc( (void **)&(qe->version),
wr_malloc        443 modules/qi/query_instructions.c     dieif( wr_malloc((void **)&result, strlen(result_buff)+1) != UT_OK);
wr_malloc         87 modules/rp/rp_load.c       dieif(wr_malloc( (void **) &(pack->d.origin), strlen(col[3])+1)
wr_malloc        104 modules/rp/rp_load.c       dieif(wr_malloc( (void **) &(pack->d.domain), strlen(col[3])+1)
wr_malloc        119 modules/rp/rp_load.c       dieif(wr_malloc( (void **) &(pack->d.domain), strlen(col[4])+1)
wr_malloc        121 modules/rp/rp_tree.c     dieif(wr_malloc((void **) &treedef, sizeof(rp_tentry_t)) != UT_OK);
wr_malloc         55 modules/rp/rp_update.c       dieif( wr_malloc( (void **)& (leafptr->data_ptr), datalen) != UT_OK );
wr_malloc        282 modules/rx/rx_tree.c   if ( (err=wr_malloc( (void **) & newtree, sizeof(rx_tree_t))) != UT_OK ) {
wr_malloc        284 modules/sk/cd_socket.c     dieif(!NOERR(wr_malloc( (void **)& newbuf, len+1)));
wr_malloc        631 modules/sk/sk_socket.c     dieif( wr_malloc((void **)&hostaddress, INET_ADDRSTRLEN) != UT_OK);
wr_malloc        408 modules/sq/mysql_driver.c   dieif( wr_malloc((void **)&str, strlen(field.name)+1) != UT_OK);
wr_malloc        416 modules/sq/mysql_driver.c   dieif( wr_malloc((void **)&str, strlen(field->name)+1) != UT_OK);
wr_malloc        524 modules/sq/mysql_driver.c     dieif( wr_malloc((void **)&str, length + 1) != UT_OK);
wr_malloc        589 modules/sq/mysql_driver.c     dieif( wr_malloc((void **)&str, strlen(str_buffer)+1) != UT_OK);
wr_malloc        743 modules/sq/mysql_driver.c   dieif( wr_malloc((void **)&str, strlen(str_buffer)+1) != UT_OK);
wr_malloc        910 modules/sq/mysql_driver.c   dieif( wr_malloc((void **)&str, strlen(str_buffer)+1) != UT_OK);
wr_malloc        386 modules/ta/ta.c   dieif( !NOERR(wr_malloc( (void **) &bigbuf, strlen(smallbuf)+2 )));
wr_malloc        379 modules/th/thread.c   dieif( wr_malloc((void **)&thread_info,
wr_malloc         42 tests/ut/test_ut.c   if ( (err=wr_malloc( (void **) & str, strlen(src)+1 )) != UT_OK ) {
wr_malloc        154 utils/text_export/text_export.c     wr_malloc((void *)&tmp, sizeof(struct class) * num_classes);