Home
last modified time | relevance | path

Searched refs:CFTYPE_FORUM (Results 1 – 6 of 6) sorted by relevance

/dports/devel/fossil/fossil-src-2.17/src/
H A Dforum.c433 pManifest = pToFree = manifest_get(p->fpid, CFTYPE_FORUM, 0); in forum_post_display_name()
466 pManifest = manifest_get(p->fpid, CFTYPE_FORUM, 0); in forum_display_post()
1003 webpage_assert( pPost->type==CFTYPE_FORUM ); in forum_post()
1188 if( fpid<=0 || (pPost = manifest_get(fpid, CFTYPE_FORUM, 0))==0 ){ in forumedit_page()
1192 if( froot==0 || (pRootPost = manifest_get(froot, CFTYPE_FORUM, 0))==0 ){ in forumedit_page()
H A Dmanifest.c39 #define CFTYPE_FORUM 8 macro
734 p->type = CFTYPE_FORUM; in manifest_parse()
748 p->type = CFTYPE_FORUM; in manifest_parse()
765 p->type = CFTYPE_FORUM; in manifest_parse()
1116 case CFTYPE_FORUM: { in manifest_parse()
2276 p->type==CFTYPE_FORUM || in manifest_add_fwt_plink()
2460 if(p->type==CFTYPE_WIKI || p->type==CFTYPE_FORUM in manifest_crosslink()
2794 if( p->type==CFTYPE_FORUM ){ in manifest_crosslink()
H A Dname.c801 case 'f': type = CFTYPE_FORUM; break; in whatis_rid_type()
826 case CFTYPE_FORUM: zType = "Forum-post"; break; in whatis_rid_type_label()
H A Dsearch.c1350 cType == 'f' ? CFTYPE_FORUM : CFTYPE_WIKI, 0);
H A Dtimeline.c766 Manifest *pPost = manifest_get(rid, CFTYPE_FORUM, 0); in www_print_timeline()
H A Dalerts.c2526 Manifest *pPost = manifest_get(db_column_int(&q,0), CFTYPE_FORUM, 0); in alert_compute_event_text()