UT_calloc 299 modules/ac/access_control.c newacl = UT_calloc(sizeof(acl_st), 1); UT_calloc 823 modules/ca/ca_configFns.c newAdminPtr = UT_calloc(1, sizeof(ca_ripadmin_t)); UT_calloc 868 modules/ca/ca_configFns.c confVars[location].valPtr = (ca_ripadmin_t *) UT_calloc(1, sizeof(ca_ripadmin_t)); UT_calloc 948 modules/ca/ca_configFns.c newUpdDbPtr = UT_calloc(1, sizeof(ca_database_t)); UT_calloc 1003 modules/ca/ca_configFns.c newUpdSrc = UT_calloc(1, sizeof(ca_updDbSource_t)); UT_calloc 1044 modules/ca/ca_configFns.c confVars[location].valPtr = (ca_updDbSource_t *) UT_calloc(1, sizeof(ca_updDbSource_t)); UT_calloc 279 modules/ca/ca_sourceLoader.c newDbPtr = UT_calloc(1, sizeof(ca_database_t)); UT_calloc 379 modules/ca/ca_sourceLoader.c newMirrPtr = UT_calloc(1, sizeof(ca_mirror_t)); UT_calloc 497 modules/ca/ca_sourceLoader.c newSrcPtr = UT_calloc(1, sizeof(ca_dbSource_t)); UT_calloc 385 modules/co/constants.c Global_constants = (Constants)UT_calloc(1, sizeof(struct _Constants)); UT_calloc 401 modules/co/constants.c result = (char *)UT_calloc(1, strlen(result_buff)+1); UT_calloc 247 modules/er/er_paths.c ft = UT_calloc(sizeof(er_path_t),1); UT_calloc 359 modules/er/er_paths.c newargv = UT_calloc( sizeof(char **) * (len+2), 1 ); UT_calloc 459 modules/ip/ip.c ips = (char *)UT_calloc(1, partlen+1); UT_calloc 1124 modules/ip/ip.c prefptr = (ip_prefix_t *)UT_calloc(sizeof(ip_prefix_t), 1); UT_calloc 171 modules/pr/properties.c prop = (Property)UT_calloc(1, sizeof(struct _Property)); UT_calloc 50 modules/qc/mg_getopt.c if( (state=UT_calloc(1, sizeof(getopt_state_t))) != NULL ) { UT_calloc 647 modules/qc/query_command.c query_command->keys = (char *)UT_calloc(1, key_length+1); UT_calloc 740 modules/qc/query_command.c qe = (Query_environ *)UT_calloc(1, sizeof(Query_environ)); UT_calloc 785 modules/qc/query_command.c char *copy = UT_calloc(1,strlen(input)+1); UT_calloc 814 modules/qc/query_command.c qc = (Query_command *)UT_calloc(1, sizeof(Query_command)); UT_calloc 2028 modules/qi/query_instructions.c qis = (Query_instructions *)UT_calloc(1, sizeof(Query_instructions)); UT_calloc 2041 modules/qi/query_instructions.c qi = (Query_instruction *)UT_calloc(1, sizeof(Query_instruction)); UT_calloc 371 modules/rp/rp_search.c datcpy = (rx_datcpy_t *)UT_calloc(1, sizeof(rx_datcpy_t)); UT_calloc 377 modules/rp/rp_search.c dataptr = UT_calloc(1, refptr->leafptr->data_len); UT_calloc 50 modules/rp/rp_update.c leafptr = (rx_dataleaf_t *)UT_calloc(1, sizeof(rx_dataleaf_t)); UT_calloc 71 modules/rx/rx_node.c newnode = (rx_node_t *)UT_calloc(1, sizeof(rx_node_t)); UT_calloc 221 modules/rx/rx_node.c gluenode = UT_calloc(1, sizeof(rx_node_t)); UT_calloc 714 modules/rx/rx_search.c datref = (rx_datref_t *)UT_calloc(1, sizeof(rx_datref_t)); UT_calloc 473 modules/sv/server.c args = (svr_args *)UT_calloc(1, sizeof(svr_args)); UT_calloc 479 modules/sv/server.c args->counter = (svr_counter_t *)UT_calloc(1, sizeof(svr_counter_t)); UT_calloc 86 modules/ta/ta.c newtas = (ta_str_t *)UT_calloc(1, sizeof(ta_str_t)); UT_calloc 207 modules/ud/ud_main.c nrtm=UT_calloc(1, sizeof(struct _nrtm)); UT_calloc 76 modules/ud/ud_misc.c attr = (Attribute_t *)UT_calloc(1, sizeof(Attribute_t)+1); UT_calloc 166 modules/ud/ud_misc.c obj = (Object_t *)UT_calloc(1, sizeof(Object_t)+1); UT_calloc 205 modules/ud/ud_misc.c Transaction_t *tr = (Transaction_t *)UT_calloc(1, sizeof(Transaction_t)); UT_calloc 215 modules/ud/ud_misc.c tr->packptr=UT_calloc(1, sizeof(rp_upd_pack_t));