wr_malloc         64 modules/ac/access_control.c   if( wr_malloc( (void **) &result_buf, 256) != UT_OK ) {
wr_malloc        106 modules/ac/access_control.c   if( wr_malloc( (void **) &result_buf, 256) != UT_OK ) {
wr_malloc        314 modules/ac/access_control.c       if( (ret_err = wr_malloc( (void **)& recacc, sizeof(acc_st))) == UT_OK ) {
wr_malloc        431 modules/ac/access_control.c       dieif( wr_malloc((void **)&fulltext,
wr_malloc        443 modules/ac/access_control.c       dieif( wr_malloc((void **)&query, strlen(fulltext) + 256) != UT_OK );
wr_malloc        546 modules/ac/access_control.c     if( (ret_err = wr_malloc( (void **)& newacl, sizeof(acl_st))
wr_malloc        214 modules/co/constants.c   dieif( wr_malloc((void **)&tmp, strlen((char *)constant)+1) != UT_OK);
wr_malloc        225 modules/co/constants.c   dieif( wr_malloc((void **)&tmp, 64) != UT_OK);
wr_malloc        235 modules/co/constants.c   dieif( wr_malloc((void **)&tmp, 64) != UT_OK);
wr_malloc        788 modules/co/constants.c   dieif(  wr_malloc((void **)&consts, strlen(tmp_consts)+1) != UT_OK);
wr_malloc        885 modules/co/constants.c   dieif( wr_malloc((void **)&result, strlen(result_buff)+1) != UT_OK);
wr_malloc        294 modules/df/defs.c   dieif( wr_malloc((void **)&result, result_len+1) != UT_OK);
wr_malloc        337 modules/df/defs.c   dieif( wr_malloc((void **)&result, result_len+1) != UT_OK);
wr_malloc        379 modules/df/defs.c   dieif( wr_malloc((void **)&str, str_len ) != UT_OK);
wr_malloc        611 modules/ip/ip.c     if(  wr_malloc( (void **)& prefptr, sizeof(ip_prefix_t)) != UT_OK) {
wr_malloc        847 modules/ip/ip.c   if( (call_err = wr_malloc( (void **) &querypref, sizeof(ip_prefix_t)))
wr_malloc        153 modules/pc/protocol_config.c   dieif( wr_malloc((void **)&str, strlen(help_buffer)+1) != UT_OK);
wr_malloc        198 modules/pc/protocol_config.c   dieif( wr_malloc((void **)&str, strlen(output_buffer)+1) != UT_OK);
wr_malloc        216 modules/pc/protocol_config.c   dieif( wr_malloc((void **)&tmp_input, strlen(input)+1) != UT_OK);
wr_malloc        304 modules/pc/protocol_config.c   dieif( wr_malloc((void **)&tmp_input, strlen(input)+1) != UT_OK);
wr_malloc        331 modules/pc/protocol_config.c   dieif( wr_malloc((void **)&str, strlen(output_buffer)+1) != UT_OK);
wr_malloc        365 modules/pc/protocol_config.c   dieif( wr_malloc((void **)&tmp_input, strlen(input)+1) != UT_OK);
wr_malloc        398 modules/pc/protocol_config.c   dieif( wr_malloc((void **)&result, strlen(result_buf)+1) != UT_OK);
wr_malloc        486 modules/pc/protocol_config.c   dieif( wr_malloc((void **)&str, strlen(output_buffer)+1) != UT_OK);
wr_malloc        640 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        226 modules/qc/query_command.c   dieif( wr_malloc((void **)&result, strlen(result_buf)+1) != UT_OK);
wr_malloc        286 modules/qc/query_command.c   dieif( wr_malloc((void **)&result, strlen(result_buf)+1) != UT_OK);
wr_malloc        499 modules/qc/query_command.c           dieif( wr_malloc((void **)&inv_attrs_str, 12) != UT_OK);
wr_malloc        504 modules/qc/query_command.c           dieif( wr_malloc((void **)&inv_attrs_str, 12) != UT_OK);
wr_malloc        699 modules/qc/query_command.c               dieif( wr_malloc( (void **)&(qe->version),
wr_malloc        229 modules/qi/query_instructions.c     dieif( wr_malloc((void **)&result, strlen(result_buff)+1) != UT_OK);
wr_malloc        305 modules/qi/query_instructions.c  dieif( wr_malloc((void **)&result, strlen(result_buff)+1) != UT_OK);
wr_malloc        370 modules/qi/query_instructions.c   dieif( wr_malloc((void **)&result, strlen(result_buff)+1) != UT_OK);
wr_malloc        497 modules/rx/rx_node.c   if( (err=wr_malloc( (void **) &stack,
wr_malloc        214 modules/rx/rx_tree.c   if ( (err=wr_malloc( (void **) & newtree, sizeof(rx_tree_t))) != UT_OK ) {
wr_malloc        497 modules/sk/socket.c     dieif( wr_malloc((void **)&hostaddress, 16) != UT_OK);
wr_malloc        261 modules/sq/mysql_driver.c   dieif( wr_malloc((void **)&str, strlen(field.name)+1) != UT_OK);
wr_malloc        269 modules/sq/mysql_driver.c   dieif( wr_malloc((void **)&str, strlen(field->name)+1) != UT_OK);
wr_malloc        378 modules/sq/mysql_driver.c     dieif( wr_malloc((void **)&str, length + 1) != UT_OK);
wr_malloc        429 modules/sq/mysql_driver.c     dieif( wr_malloc((void **)&str, strlen(str_buffer)+1) != UT_OK);
wr_malloc        566 modules/sq/mysql_driver.c   dieif( wr_malloc((void **)&str, strlen(str_buffer)+1) != UT_OK);
wr_malloc        727 modules/sq/mysql_driver.c   dieif( wr_malloc((void **)&str, strlen(str_buffer)+1) != UT_OK);
wr_malloc        248 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 ) {