Home
last modified time | relevance | path

Searched refs:typecalloc (Results 1 – 25 of 37) sorted by relevance

12

/mirbsd/src/gnu/usr.bin/lynx/src/
DLYLeaks.c373 AllocationList *ALp_new = typecalloc(AllocationList); in LYLeakMalloc()
444 ALp_new = typecalloc(AllocationList); in LYLeak_mark_malloced()
505 AllocationList *ALp_new = typecalloc(AllocationList); in LYLeakCalloc()
582 AllocationList *ALp_new = typecalloc(AllocationList); in LYLeakRealloc()
713 AllocationList *ALp_new = typecalloc(AllocationList); in LYLeakFree()
1042 AllocationList *ALp_new = typecalloc(AllocationList); in LYLeakSAVsprintf()
DHTFWriter.c535 me = typecalloc(HTStream); in HTFWriter_new()
634 me = typecalloc(HTStream); in HTSaveAndExecute()
770 ret_obj = typecalloc(HTStream); in HTSaveToFile()
1128 me = typecalloc(HTStream); in HTCompressed()
1274 ret_obj = typecalloc(HTStream); in HTDumpToStdout()
DLYJump.c86 jtp = typecalloc(struct JumpTable); in LYJumpInit()
150 jtp = typecalloc(struct JumpTable); in LYJumpInit()
DLYMap.c188 old : typecalloc(LYImageMap); in LYAddImageMap()
265 tmp = typecalloc(LYMapElement); in LYAddMapElement()
DLYPrettySrc.c111 subj = typecalloc(HT_tagspec); in append_close_tag()
DLYCookie.c146 cookie *p = typecalloc(cookie); in newCookie()
570 de = typecalloc(domain_entry); in store_cookie()
2632 char **str = typecalloc(char *); in cookie_domain_flag_set()
2671 de = typecalloc(domain_entry); in cookie_domain_flag_set()
DLYReadCFG.c241 cur_item = typecalloc(lynx_list_item_type); in add_item_to_list()
259 cur_item = typecalloc(lynx_list_item_type); in add_item_to_list()
1975 q->str_value = typecalloc(char *); in LYSetConfigValue()
DLYStyle.c114 bucket *result = typecalloc(bucket); in new_bucket()
DHTInit.c832 cur = typecalloc(struct cmdlist_s); in RememberTestResult()
DLYHistory.c180 if ((tmp = typecalloc(VisitedLink)) == NULL) in LYAddVisitedLink()
DLYGetFile.c1274 tp = typecalloc(struct trust); in new_trust()
/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
DHTAAProt.c346 if ((prot = typecalloc(HTAAProt)) == 0) in HTAAProt_new()
362 if ((cache_item = typecalloc(HTAAProtCache)) == 0) in HTAAProt_new()
569 USER_DATA *data = typecalloc(USER_DATA); in save_gid_info()
591 USER_DATA *data = typecalloc(USER_DATA); in save_uid_info()
DHTGroup.c106 Ref *ref = typecalloc(Ref); in parse_address_part()
165 Ref *ref = typecalloc(Ref); in parse_user_part()
242 item = typecalloc(Item); in parse_item()
292 group_def = typecalloc(GroupDef); in HTAA_parseGroupDef()
673 if ((group_cache = typecalloc(GroupCache)) == 0)
DHTChunk.c30 HTChunk *ch = typecalloc(HTChunk); in HTChunkCreate()
41 HTChunk *ch = typecalloc(HTChunk); in HTChunkCreateMayFail()
63 HTChunk *ch = typecalloc(HTChunk); in HTChunkCreate2()
DHTStyle.c24 HTStyle *self = typecalloc(HTStyle); in HTStyleNew()
304 HTStyleSheet *self = typecalloc(HTStyleSheet); in HTStyleSheetNew()
DHTAABrow.c196 if ((server = typecalloc(HTAAServer)) == 0) in HTAAServer_new()
399 if ((setup = typecalloc(HTAASetup)) == 0) in HTAASetup_new()
523 if ((realm = typecalloc(HTAARealm)) == 0) in HTAARealm_new()
DHTAnchor.c84 HTParentAnchor0 *newAnchor = typecalloc(HTParentAnchor0); in HTParentAnchor0_new()
100 HTParentAnchor *newAnchor = typecalloc(HTParentAnchor); in HTParentAnchor_new()
122 HTChildAnchor *p = typecalloc(HTChildAnchor); in HTChildAnchor_new()
1297 UCAnchorInfo *stages = typecalloc(UCAnchorInfo); in HTAnchor_getUCInfoStage()
DHTFormat.c94 HTPresentation *pres = typecalloc(HTPresentation); in HTSetPresentation()
157 HTPresentation *pres = typecalloc(HTPresentation); in HTSetConversion()
1868 HTStream *me = typecalloc(HTStream); in HTNetToText()
DHTString.c1198 *dest = typecalloc(bstring); in HTSABAlloc()
1286 if ((t = typecalloc(bstring)) == NULL) in HTSABCat()
DHTUtils.h354 #define typecalloc(cast) (cast *)calloc((size_t)1, sizeof(cast)) macro
DHTRules.c90 temp = typecalloc(rule); in HTAddRule()
DHTNews.c181 NNTPAuth *auth = typecalloc(NNTPAuth); in load_NNTP_AuthInfo()
459 if ((auth = typecalloc(NNTPAuth)) != NULL) { in HTHandleAuthInfo()
567 if ((auth = typecalloc(NNTPAuth)) != NULL) { in HTHandleAuthInfo()
Ddtd_util.c1321 if ((result = typecalloc(SGML_dtd)) != 0 in load_flatfile()
DHTFTP.c829 con = typecalloc(connection); in get_connection()
2290 entry_info = typecalloc(EntryInfo); in parse_dir_entry()
DHTGopher.c1027 newf = typecalloc(CSOfield_info); in parse_cso_fields()

12