版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
计算机软件著作权登记-源代码范本
天一博胜企业管理软件VI.0源代码1
计算机软件著作权登记-源代码范本
注意事项:常见的源代码包含:c语言,VB,C++,JAVA,.NET等。
提交的代码必须是源代码的开头载入程序,第30页必须断开,第60页是软件的程序结
尾,代码中不得出现与申请表内容不符合的日期,著作权人,软件名字等,不能出现开源
代码,不能出现任何版权纠纷。
格式要求:一、源代码应提交前、后各连续30页,不足60页的,应当全部提交。
二、源代码页眉应标注软件的名称和版本号,应当与申请表中名称完全一致,页
眉右上应标注页码,源代码每页不少于50行。
范例如下:
#include<tybs/commandline.h>
#include<tybs/dir.h>
ttinclude<tybs/entropy.h>
#include<tybs/file.h>
#include<tybs/hash.h>
#include<tybs/os.h>
#include<tybs/platform.h>
#include<tybs/resource.h>
#include<tybs/stdio.h>
#include<tybs/string.h>
#include<tybs/task.h>天一博胜企业管理软件VI.0源代码2#include
<tybs/timer.h>
#include<tybs/util.h>
#include<tybscc/result.h>
#include<dns/dispatch.h>
#include<dns/name.h>
/include<dns/result.h>
#include<dns/view.h>
#include<dst/result.h>
#defineNSJfAIN1
#include<named/ns_smf_globals.h>
ttendif
#ifdefDLZ
ttinclude<dlz/dlz_drivers.h>
ttendif
statictybsbooleantwant_stats:TYBSFALSE;
staticcharprogram_name[TYBS_DTRNAMEMAX]="named”;staticchar
absolute_conffile[TYBS_DIR_PATHMAX];
staticcharsaved_command_line[512];
staticcharversion[512];
staticunsignedintmaxsocks=0;
void
ns_main_earlywarning(constchar*format,...){
valistargs;
va_start(args,format);
if(ns_g_lctx!=NULL){
tybs_log_vwrite(ns_g_lctx,NS_LOGCATEGORY_GENERAL,
NS_LOGMODULE_MAIN,TYBS_LOG_WARNING,format,args);
}else{
fprintf(stderr,"%s:〃,program_name);
vfprintf(stderr,format,args);
fprintf(stderr,〃\n〃);
fflush(stderr);
)
va_end(args);
)
Voidns_main_earlyfatal(constchar*format,…){
va_listargs;
vastart(args,format);
if(ns_g_lctx!=NULL){
tybslogvwrite(nsgIctx,NSLOGCATEGORYGENERAL,
NS_LOGMODULE_MAIN,TYBS_LOG_CR1TICAL,format,args);
tybs_log_write(ns_g_lctx,NS_LOGCATEGORY_GENERAL,
NS_LOGMODULE_MAIN,TYBS_LOG_CRITICAL,"exiting(duetoearlyfatalerror)");
}else{
fprintf(stderr,/z%s:〃,programname);
vfprintf(stderr,format,args);
fprintf(stderr,〃\n〃);
fflush(stderr);}
天一博胜企业管理软件VLO源代码3va_end(args);
exit⑴;
)
staticvoid
assertion_failed(constchar*file,intline,tybs_assertiontype_ttype,
constcharMond)
(
if(ns_g_lctx!=NULL){
tybs_assertion_setcallback(NULL);
tybs」og_writc(ns_g_lctx,NS_LOGCATEGORY_GENERAL,
NS_LOGMODULE_MAIN,TYBS_LOG_CRITICAL,〃%s:%d:%s(%s)failed",file,line,
tybs_assertion_typetotext(type),cond);
tybslogwrite(nsgIctx,NSLOGCATEGORYGENERAL,
NS_LOGMODULE_MAIN,TYBS_LOG_CRITICAL,"exiting(duetoassertionfailure)");
}else{
fprintf(stderr,"%s:%d:%s(%s)failed\n〃,
file,line,tybs_assertion_typetotext(type),cond);
fflush(stderr);
)
if(ns_gcoreok)
abort();
exit(1);
staticvoid
library_fatal_error(constcharintline,constchar*format,
va_listargs)TYBS_F0RMAT_PRINTF(3,0);
staticvoid
1ibrary_fatal_error(constchar*file,intline,constchar"format,
valistargs)
(
if(ns_g_lctx!=NULL){
tybs_error_setfatal(NULL);
tybs」og_writc(ns_g_lctx,NS_L0GCATEGORY_GENERAL,
NS_LOGMODULE_MAIN,TYBS_LOG_CRITICAL,〃%s:%d:fatalerror:",file,line);
tybs_log_vwrite(ns_g_lctx,NS_LOGCATEGORY_GENERAL,
NSLOGMODULE.MAIN,TYBS_LOG_CRITICAL,format,args);
tybs」og_write(ns_g_lctx,NS_L0GCATEGORY_GENERAL,
NS.L0GM0DULE__MAIN,TYBS_LOGCRITICAL,"exiting(duetofatalerrorin
library)〃);
}else{
fprintf(stderr,fatalerror:〃,file,line);
vfprintf(stderr,format,args);
fprintf(stderr,〃\n〃);
fflush(stderr);
)
if(ns_g_coreok)
abort0;exit(1);
天一博胜企业管理软件VI.0源代码4)
staticvoid
1ibrary_unexpected_error(constchar*file,int1ine,constchar*format,
va_listargs)TYBS_F0RMAT_PRINTF(3,0);
staticvoid
libraryunexpectederror(constchar*file,intline,constchar*format,
va_listargs)
(
if(ns_g_lctx!=NULL){
tybs_log_write(ns_g_lctx,NS_LOGCATEGORY_GENERAL,NS_LOGMODULE_MAIN,
TYBS_L0G_ERR0R,z,%s:%d:unexpectederror/7,file,line);
tybslog_vwrite(nsg_lctx,NS_LOGCATEGORY_GENERAL,NS_LOGMODULEJiAIN,
TYBS_LOG_ERROR,format,args);
}else{
fprintf(stderr,z,%s:%d:fatalerror:〃,file,line);
vfprintf(stderr,format,args);
fprintf(stderr,〃\n〃);
fflush(stderr);
)
)
staticvoid
lwresd_usage(void){
fprintf(stderr,
“usage:Iwresd[-4|-6][-cconffile-Cresolvconffile]
〃[-ddebuglevel]\n〃
〃E-fl-g][-nnumber_of_cpus][-pport]〃〃[-Plisten-port][-s]\n〃
〃[-tchrootdir][-uusername][-ipidfile]\nz/〃[-m
{usage|tracerecord|size|mctx)]\nz,);}
staticvoid
usage(void){
if(ns_g_lwresdonly){
Iwresdusage();
return;
)
fprintf(stderr,
“usage:named[-4|-6][-cconffile][-ddebuglevel]〃
[-nnumber_of_cpus]\n/z
〃[-pport][-s][-tchrootdir][-uusername]\n,z〃[-m
{usage|trace!record|size|mctx)]\n〃);}
staticvoid
save_command_line(intargc,char*argv[]){
inti;
char*src;
char*dst;
char*eob;
constchartruncated[]=
tybs_boolean_tquoted=TYBS_FALSE;天一博胜企业管理软件VI.0源代码5dst=
savedcommandline;
eob=saved_command_line+sizeof(saved_command_line);for(i=1;i<argc
&&dst<eob;i++){
*dst++二,,;
src=argv[i];
while(*src!='\0'&&dst<eob){
if(quoted||isalnum(*src&Oxff)||
*src二二,一,||*src二二,」||
*src二二,.'||*src=二,/,){
*dst++=*src++;
quoted=TYBS_FALSE;
}else{
*dst++=';
quoted=TYBS_TRUE;
)
)
)
INSIST(sizeof(saved_command_line)>=sizeof(truncated));if(dst=eob)
strcpy(eob-sizeof(truncated),truncated);
else
*dst='\0';
)
staticint
parse_int(char*arg,constchar*desc){
char*endp;
inttmp;
longintItmp;
Itmp=strtol(arg,&endp,10);
tmp=(int)Itmp;
if(*endp!='\0')
ns_main_earlyfatal(z,%s'%s'mustbenumeric'7,desc,arg);if(tmp<0
tmp!=Itmp)
ns_main_earlyfatal(",%s'%s'outofrange”,desc,arg);return(tmp);
)
staticstructflag_def{
constchar*name;
unsignedintvalue;
}mem_debug_flags[]二{
{"trace",TYBS_MEM_DEBUGTRACE},
{"record",TYBS_MEM_DEBUGRECORD},
{"usage",TYBS_MEM_DEBUGUSAGE),
{〃size〃,TYBS_MEM_DEBUGSIZE},
{〃mctx〃,TYBS_MEM_DEBUGCTX),
{NULL,0}
);
staticvoid
set_flags(constchar*arg,structflag_def*defs,unsignedint*ret){for
(;;)7
conststructflag_def*def;
constchar*end=strchr(arg,',');天博胜企业管理软件VI.0源代码6int
arglen;
if(end=NULL)
end=arg+strlen(arg);
arglen=end-arg;
for(def=defs;def->name!=NULL;def++){
if(arglen==(int)strlen(def->name)&&
memcmp(arg,def->name,arglen)=0){*ret=def->value;
gotofound;
}
}
ns_main_earlyfatal(''unrecognizedflagarglen,arg);found:
if(*end='\0')
break;
arg=end+1;
)
}
staticvoid
parse_command_line(intargc,char*argv[]){
intch;
intport;
tybs_boolean_tdisable6=TYBS_FALSE;
tybs_boolean_tdisable4=TYBS_FALSE;
save_command_line(argc,argv);
tybscommandlineerrprint=TYBSFALSE;
while((ch=tybs_command]ine_parse(argc,argv,
〃46c:C:d:fgi:lm:n:N:p:P:〃
〃sS:t:T:u:vVx:〃))!=-1){
switch(ch){
case'4f:
if(disable4)
ns_main_earlyfatal(z,cannotspecify-4and-6〃);if(tybs_net_probeipv4()!=
TYBS_R_SUCCESS)
ns_main_earlyfatal(,zTPv4notsupportedby0S〃);tybs_net_disableipv6();
disable6=TYBS_TRUE;
break;
case'6’:
if(disable6)
ns_main_earlyfatal(z/cannotspecify_4and-6〃);if(tybs_net_probeipv6()!二
TYBS_R_SUCCESS)
ns_main_earlyfatal(/zIPv6notsupportedby0S〃);tybs_net_disableipv4();
disable4=TYBS_TRUE;
break;
case'c:
ns_g_conffile=tybs_commandline_argument;
1wresd_g_conffi1e=tybs_commandline_argument;if(lwresd_g_useresolvconf)
ns_main_earlyfatal(z,cannotspecify-cand-C〃);ns_g_conffileset=TYBS_TRUE;
天一偏胜企业管理软件VI.0源代码7
break;case'C':1wresd_g_resolvconffile=tybs_commandline_argument;if
(ns_g_conffileset)ns_main_earlyfatal(^cannotspecify-cand-C〃);
lwresd_g_useresolvconf=TYBS_TRUE;break;case'd':ns_g_debugleve1=
parse_int(tybs_commandline_argument,“debuglevel");break;case'f':
ns_g_foreground=TYBSTRUE;break;case'g':ns_g_foreground=TYBSTRUE;
nsglogstderr=TYBSTRUE;break;/*XXXBEW-ishouldberemoved*/case'i':
lwresd_g_defaultpidfile=tybs_commandline_argument;break;case'1’:
ns_g_lwresdonly=TYBS_TRUE;break;case'm':
setflags(tybscommandlineargument,memdebugflags,&tybsmemdebugging);
break;case'N':/*Deprecated.*/case'n':ns_gcpus=
parse_int(tybs_commandline_argument,,znumberofcpus〃);if(ns_g_cpus=0)
ns_g_cpus=1;break;case'p':port=parse_int(tybs_commandline_argument,
〃port〃);if(port<1||port>65535)ns_main_earlyfatal(,?port'%s'outof
range”,tybs_commandline_argument);ns_g_port=port;break;/*XXXBEWShould
-Pberemoved?*/case'P':port=parse_int(tybs_commandline_argument,
〃port〃);if(port<1||port>65535)ns_main_earlyfatal(,zport'%s'outof
range”,tybs_commandline_argument);lwresd_g_listenport=port;break;case
,,
s:
天一博胜企业管理软件VI.0源代码8want_stats=TYBS_TRUE;
break;
case'S':
maxsocks=parse_int(tybs_command1ine_argament,“maxnumberofsockets");
break;
case't':
ns_g_chrootdir=tybs_commandline_argument;
break;
caseT:
if(strcmp(tybs_commandline_argument,“clienttest")==0)ns_g_clienttest=
TYBS_TRUE;
else
fprintf(stderr,“unknown-Tflag'*s\n〃,
tybs_command1ine_argument);
break;
case'u':
ns_g_username=tybs_commandline_argument;
break;
case'v':
/Z
printf(BIND%s\n〃,ns_g_version);
exit(0);
case'V’:
printf(,ZBIND%sbuiltwith%s\n”,ns_g_version,ns_g_configargs);
exit(0);
case'?':
usage();
if(tybscommandlineoption=='?')
exit(0);
ns_main_earlyfatal(^unknownoption'〃,
tybs_command1ine_option);
default:
nsjnainearlyfatal(''parsingoptionsreturned%d〃,ch);}
}
argc一二tybs_commandline_index;
argv+=tybscommand1ineindex;
if(argc>0){
usage();
nsmainearlyfatal(''extracommandlinearguments'");}
}
statictybs_result_t
createmanagers(void){
tybs_result_tresult;
unsignedintsocks;
#ifdefTYBS_PLATFORM_USETHREADS
unsignedintcpus_detected;
#endif
SifdefTYBS_PLATFORM_USETHREADS
cpusdetected=tybsos_ncpus();天一博胜企业管理软件VI.0源代码9if
(ns_g_cpus=0)
ns_g_cpus=cpus_detected;
tybs_log_write(ns_g_lctx,NS_LOGCATEGORY_GENERAL,NS_LOGMODULE_SERVER,
TYBS_L0G_INF0,“found%uCPU%s,using%uworkerthread%sz/,
cpus_detected,cpus_detected==1?〃〃:〃s〃,
ns_g_cpus,ns_g_cpus==1?〃〃:〃s〃);
#else
ns_g_cpus=1;
#endif
result=tybs_taskmgr_create(ns_g_mctx,ns_g_cpus,0,&ns_g_taskmgr);
if(result!=TYBSRSUCCESS){
UNEXPECTED_ERROR(_FILE_,_LINE_,
z,tybs_taskmgr_create0failed:%s”,
tybs_result_totext(result));
return(TYBS_R_UNEXPECTED);
)
result=tybstimermgrcreate(ns_gmctx,&ns_gtimermgr);
if(result!=TYBS_R_SUCCESS){
UNEXPECTED_ERROR(_FILE_,_LINE_,
z/tybs_timermgr_create()failed:%s//,
tybs_result_totext(result));
return(TYBS_R_UNEXPECTED);
)
result=tybs_socketmgr_create2(ns_gmctx,&ns_g_socketmgr,maxsocks);
if(result!=TYBS_R_SUCCESS){
UNEXPECTED.ERROR(_FILE_,_LINE__,
z/tybs_socketmgr_create()failed:%s”,
tybs_result_totext(result));
return(TYBS_R_UNEXPECTED);
)
result=tybssocketmgrgetmaxsockets(ns_g_socketmgr,&socks);
if(result==TYBS_R_SUCCESS){
tybs」og_write(ns_g_lctx,NS_LOGCATEGORY_GENERAL,
NSLOGMODULE.SERVER,
TYBS_LOG_INFO,“usingupto%usockets”,socks);
)
result=tybsentropycreate(nsgmctx,&nsgentropy);
if(result!=TYBS_R_SUCCESS){
UNEXPECTED_ERROR(_FILE_,_LINE_,
z,tybs_entropycreate()failed:%s〃,
tybs_result_totext(result));
return(TYBS_R_UNEXPECTED);
}
result=tybs_hash_create(ns_g_mctx,ns_g_entropy,DNS_NAME_MAXWIRE);
if(result!=TYBS_R_SUCCESS){
UNEXPECTED_ERROR(_FILE_,_LINE_,
/ztybs_hashcreate()failed:%s〃,
tybs_result_totext(result));
return(TYBSR一UNEXPECTED);
)
return(TYBS_R_SUCCESS);}
天一博胜企业管理软件VI.0源代码10staticvoid
destroymanagers(void){
nsIwresdshutdown();
tybs_entropy_detach(&ns_g_entropy);
if(ns_g_falIbackentropy!=NULL)
tybsentropydetach(&nsgfallbackentropy);
tybs_taskmgr_destroy(&ns_g_taskmgr);
tybs_timermgr_destroy(&ns_g_timermgr);
tybssocketmgrdestroy(&nsgsocketmgr);
tybs_hash_destroy();
)
staticvoid
setup(void){
tybs_result_tresult;
#ifdefHAVE_LIBSCF
char*instance=NULL;
ttendif
ns_os_inituserinfo(ns_g_username);
nsos_tzset();
ns_os_opendevnul1();
ttifdefHAVELIBSCF
result=ns_smf_get_instance(feinstance,0,ns_g_mctx);
if(result==TYBS_R_SUCCESS)
ns_smf_got_instance=1;
else
nssmf_gotinstance=0;
if(instance!=NULL)
tybs_mem_free(ns_g_mctx,instance);
ttendif/*HAVELIBSCF*/
#ifdefPATH_RANDOMDEV
if(ns_g_chrootdir!=NULL){
result=tybsentropycreate(nsgmctx,&nsgfallbackentropy);if
(result!=TYBS_R_SUCCESS)
ns_main_earlyfatal(〃tybs_entropy_create()failed:%s〃,
tybs_result_totext(result));
result=tybs_entropy_createfilesource(ns_g_fallbackentropy,PATH_RANDOMDEV);
if(result!=TYBS_R_SUCCESS){
nsmainear1ywarning(cou1dnotopenpre-chroot〃”entropysource%s:%s〃,
PATH_RANDOMDEV,
tybs_result_totext(result));
tybsentropydetach(&ns_gfallbackentropy);
)
)
#endif
ns_os_chroot(ns_g_chrootdir);
ns_os_minprivs();
result=ns_log_init(TYBS_TF(ns_g_username!=NULL));
if(result!=TYBS_R_SUCCESS)
ns_main_earlyfatal(〃ns_log_init()failed:%s〃,
tybs_result_totext(result));天一博胜企业管理软件VLO源代码11if
(!ns_g_foreground)
nsosdaemonize();
result=tybs_app_start();
if(result!=TYBS_R_SUCCESS)
ns_main_earlyfatal(/ztybs_app_start()failed:%s〃,
tybsresulttotext(result));
tybs_log_write(ns_g_lctx,NS_LOGCATEGORY_GENERAL,NS_LOGMODULE_MAIN,
TYBS_L0G_N0TICE,"startingBINDns_g_version,
saved_command_line);
tybslogwritersgIctx,NS_L0GCATEG0RYGENERAL,NS_L0GM0DULE_MAIN,
TYBS_L0G_N0TICE,“builtwith%s〃,ns_g_configargs);
(void)tybsresourceget!imit(tybsresourcestacksize,
&ns_g_initstacksize);
(void)tybs_resource_getlimit(tybs_resource_datasize,
&nsginitdatasize);
(void)tybsresourceget1imit(tybsresourcecoresize,
&ns_g_initcoresize);
(void)tybs_resource_getlimit(tybs_resource_openfiles,
&ns_g_initopenfi1es);
if(!tybs_file_isabsolute(ns_g_conffile)){
result=tybs_file_absolutepath(ns_g_conffile,
absolute_conffile,
sizeof(absolute_conffile));
if(result!=TYBS_R_SUCCESS)
nsmainearlyfatal(z,couldnotconstructabsolutepathof”
?"configurationfile:%s”,
tybs_result_totext(result));
ns_g_conffile=absolute_conffile;
)
result=tybstimenow(&nsgboottime);
if(result!=TYBS_R_SUCCESS)
ns_main_earlyfatal(,ztybs_time_now()failed:%s”,
tybsresulttotext(result));
result=create_managers();
if(result!二TYBS_R_SUCCESS)
z,
ns_main_earlyfatal(create_managers()failed:%s〃,
tybs_result_totext(result));
ns_builtin_init();
SifdefDLZ
result=dlz_drivers_init();
if(result!=TYBS_R_SUCCESS)
nsmainearlyfatalC'dlzdriversinit()failed:%s〃,
tybs_result_totext(result));
ttendif
ns_server_create(ns_g_mctx,&ns_g_server);
)
staticvoid
cleanup(void){
destroy_managers();
nsserverdestroy(&nsgserver);
ns_builtin_deinit();#ifdefDLZ
天一博胜企业管理软件Vl.O源代码12dlz_drivers_clear();
#endif
dns_name_destroy();
tybs_log_write(ns_g_lctx,NS_LOGCATEGORY_GENERAL,NS_LOGMODULE_MAIN,
TYBS_LOG_NOTICE,"exiting");
nslogshutdown();
)
staticchar*memstats=NULL;
void
ns_main_setmemstats(constchar*filename){
if(memstats!=NULL){
free(memstats);
memstats=NULL;
)
if(filename=NULL)
return;
memstats=malloc(strlen(filename)+1);
if(memstats)
strcpy(memstats,filename);
)
#ifdefHAVE_LIBSCF
tybs_result_t
ns_smf_get_instance(char**ins_name,intdebug,tybs_mem_t*mctx)
scf_handle_t*h=NULL;
intnamelen;
char*instance;
REQUIRE(ins_name!=NULL&&*ins_name=NULL);
if((h=scfhandle_create(SCF_VERSION))==NULL){
if(debug)
UNEXPECTED_ERROR(_FILE_,_LINE_,
〃scf_handle_create()failed:%s〃,
scf_strerror(scf_error()));
return(TYBS_R_FAILURE);
)
if(scf_handle_bind(h)==-1){
if(debug)
UNEXPECTEDERROR(FILELINE_,
〃scf_handle_bind()failed:%s〃,
scf_strerror(scf_error()));
scf_handle_destroy(h);
return(TYBS_R_FAILURE);
)
if((namelen=scf_myname(h,NULL,0))=二-1){
if(debug)
UNEXPECTEDERROR(FILE_,_LINE
〃scf_jnyname()failed:%s〃,
scf_strerror(scf_error()));
scfhand1edestroy(h);
return(TYBS_R_FAILURE);
)
if((instance=tybsmemallocate(mctx,namelen+1))==NULL){
UNEXPECTED_ERROR(_FTLE_,_LINE_,天一博胜企业管理软件VI.0源代码13
,zns_smfgetinstancememory〃
z,allocationfailed:%s〃,
tybs_result_totext(TYBS_R_NOMEMORY));
scf_handle_destroy(h);
return(TYBS_R_FAILURE);
)
if(scf_myname(h,instance,namelen+1)=-1){
if(debug)
UNEXPECTED_ERROR(_FILE_,_LINE_,
〃scf_myname()failed:%s〃,
scf_strerror(scf_error()));
scf_handle_destroy(h);
tybs_mem_free(mctx,instance);
return(TYBS_R_FAILURE);
)
scf_handle_destroy(h);
*ins_name=instance;
return(TYBS_R_SUCCESS);
)
#endif
int
main(intargc,char*argv[]){
tybs_result_tresult;
SifdefHAVE_LIBSCF
char*instance二NULL;
#endif
strlcat(version,
Sifdef_DATE_
"namedversion:BIND"VERSION〃(〃__DATE_〃)”
#else
“namedversion:BIND〃VERSION,
#endif
sizeof(version));
result=tybs_filejprogname(*argv,program_name,sizeof(program_name));if
(result!=TYBS_R_SUCCESS)
ns_main_earlyfatal(''programnametoolong");
if(strcmp(programname,“Iwresd")==0)
ns_g_lwresdonly=TYBS_TRUE;
tybs_assertion_setcallback(assertion_failed);
tybs_error_setfatal(1ibrary_fatal_error);
tybs_error_setunexpected(1ibrary_unexpected_error);
nsosinit(programname);
dns_result_register();
dst_result_register();
tybsccresult_register();
parse_command_line(argc,argv);
if(ns_g_chrootdir!=NULL){
intlen=strlen(ns_g_chrootdir);
if(strncmp(ns_g_chrootdir,ns_g_conffile,len)==0&&
(ns_g_conffile[len]=='/'||ns_g_conffile[len]=='\\'))
ns_main_ear1ywarning(/zconfigfilename("c%s)contains〃”chrootpath(-
t%s〉,天一博胜企业管理软件VI.0源代码14ns_g_conffile,ns_g_chrootdir);}
result=tybs_mem_create(0,0,&ns_g_mctx);
if(result!=TYBS_R_SUCCESS)
ns_main_earlyfatal(z/tybs_mem_create()failed:%s〃,
tybs_result_totext(result));
tybs_mem_setname(ns_g_mctx,"main”,NULL);
setup();
do{
result=tybs_app_run();
if(result二二TYBS_R_RELOAD){
ns_server_reloadwanted(ns_g_server);
}elseif(result!=TYBSRSUCCESS){
UNEXPECTED_ERROR(_FILE_,_LINE_,〃tybs_app_run():%s〃,
tybs_result_totext(result));
result=TYBS_RSUCCESS;
}
}while(result!=TYBS_R_SUCCESS);
#ifdefHAVE_LIBSCF
if(ns_smf_want_disab1e==1){
result=ns_smf_get_instance(&instance,1,ns_g_mctx);if(result二二
TYBS_R_SUCCESS&&instance!=NULL){if(smf_disable_instance(instance,0)!二
0)
UNEXPECTED_ERROR(_FILE_,_LINE_,"smf.disableJnstanceO〃
“failedfor%s:%s”,
instance,
scf_strerror(scf_error()));
)
if(instance!=NULL)
tybs_mem_free(ns_g_mctx,instance);
)
#cndif/*HAVE_LIBSCF*/
cleanup();
if(want_stats){
tybsmemstats(ns_gmctx,stdout);
tybs_mutex_stats(stdout);
if(ns_g_memstatisties&&memstats!=NULL){
FILE*fp=NULL;
result=tybsstdioopen(memstats,〃w〃,&fp);
if(result=TYBS_R_SUCCESS){
tybs_mem_stats(ns_g_mctx,fp);
tybsmutexstats(fp);
tybs_stdio_close(fp);
)
}
tybs_mem_destroy(&ns_g_mctx);
tybs_mcm_checkdestroyed(stderr);
ns_main_setmemstats(NULL);
tybsappfinish。;天一博胜企业管理软件VI.0源代码15ns_os_closedevnull();
ns_os_shutdown();
return(0);
)
ttdefineZEND_INCLUDE_FULL_WINDOWS_HEADERSttinclude〃php.h〃
/include<stdio.h>
ttinclude<fcntl.h>
#ifdefPUPWIN32
/include〃wir)32/time.h〃
#include〃win32/signal.h〃
ttinclude〃win32/phpWin32globals.h〃
/include<process.h>
#elifdefined(NETWARE)
ttinclude<sys/timeval.h>
#ifdefUSE_WINSOCK
#include<novsock2.h>
#endif
ttendif
#ifHAVE_SYS_TIME_H
/include<sys/time.h>
#endif
#ifHAVE_UNISTD_H
#include<unistd.h>
ttendif
#ifHAVE_SIGNAL_H
ttinclude<signal.h>
#endif
#ifHAVE_SETLOCALE
/include<locale.h>
ttendif
#include〃zend.h〃
/includeZ,zend_extensions.h〃
#include〃php_ini.h〃
ttincludezzphp_globals.h〃
#include〃php_main.h"
#include〃fopen_wrappers.h〃
#include/?ext/standard/phpstandard.h〃
/include〃php_variables.h〃
#include^ext/standard/credits.h〃
#ifdefPHPWIN32
#include<io.h>
#include,,win32/php_registry.h〃
#include^ext/standard/flock-Compat.h〃
#cndif
ttinclude〃php_syslog.h〃
ttinclude/zZend/zend_exceptions.h〃
#ifPHP_SIGCHILD
ttinclude<sys/types.h>
ttinclude<sys/wait.h>
#endif
ttinclude"zend_compile.h“天一博胜企业管理软件VI.0源代码16ttinclude
,,zend_execute.h〃
#include〃zend_highlight.h〃
ttinclude/Zzend_indent.h〃
ttincludeZ,zendextensions.h,z
#include〃zend_ini.h〃
#include,zphp_content_types.h,z
#include〃php_ticks.h〃
itinclude〃php_logos.h〃
ttinclude〃phpstreams.h〃
#include,zphp_open_temporary_file.h〃
Sinclude〃SAPLh〃
#include”rfcl867.h〃
/*}}}*/
itifndefZTS
php_core_globalscore_globals;
#else
PHPAPTintcore_globals_id;
#endif
ttdefineSAFE__FILENAME(f)((f)?(f):〃-〃)
/*{{{PHP_INI_MH
*/
staticPHP_INI_MH(OnSetPrecision)
(
inti=atoi(new_value);
if(i>=0){
EG(precision)=i;
returnSUCCESS;
}else{
returnFAILURE;
)
)
staticPHPINIMH(OnChangeMemoryLimit)
(
if(new_value){
PG(memorylimit)=zendatoi(newvalue,newvaluelength);}else{
PG(memory_limit)=KOO;/*effectively,nolimit*/}
returnzend_set_memory_limit(PG(memory_limit));
}
staticvoidphp_disable_functions(TSRMLS_D)
(
char*s=NULL,*e;
if(!*(INISTR(z,disablefunctions'"))){
return;
)
e=PG(disable_functions)二strdup(INI_STR(z,disable_functions'"));while(*e)
switch(*e){
case'':
case',':
if(s){
天一博胜企业管理软件VL0源代码17*e='\0';
zend_disable_function(s,e-sTSRMLS_CC);s=NULL;
)
break;
default:
if(!s){
s=e;
)
break;
)
e++;
)
if(s){
zend_disable_function(s,e-sTSRMLS_CC);
)
}
staticvoidphpdisableclasses(TSRMLSD)
(
char*s=NULL,*e;
if(!*(INI_STR(z,disable_classes"))){
return;
)
e=PG(disable_classes)=strdup(INI_STR(,,disable_classes,z));while(*e){
switch(*e){
case
case
if(s){
*e='\0';
zend_disable_class(s,e-sTSRMLS_CC);s=NULL;
)
break;
default:
if(!s){
s=e;
)
break;
)
e++;
}
if(s){
zend_disable_class(s,e-sTSRMLS_CC);
)
)
staticPHPINIMH(OnUpdateTimeout)
(
EG(timeout_seconds)=atoi(new_value);
if(stage=PHP_INI_STAGE_STARTUP){
/*Don,tsetatimeoutonstartup,onlyper-request*/returnSUCCESS;天一博
胜企业管理软件VI.0源代码}
zend_unset_timeout(TSRMLS_C);
zendsettimeout(EG(timeoutseconds));
returnSUCCESS;
}
staticintphpgetdisplayerrorsmode(charlvalue,intvaluelength)
(
intmode;
if(lvalue){
returnPHP_DISPLAY_ERRORS_STDOUT;
}
if(value_length=2&&!strcasecmp(〃on〃,value)){
mode=PHP_DISPLAY_ERRORS_STDOUT;
}elseif(value_length==3&&!strcasecmp(〃yes〃,value)){
mode=PHP_DISPLAY_ERRORS_STDOUT;
}elseif(value_length=二4&&!strcasecmp(,ztrue,z,value)){
mode=PHP_DISPLAY_ERRORS_STDOUT;
}elseif(value_length=6&&!strcasecmp(value,“stderr")){
mode=PHP_DISPLAY_ERRORS_STDERR;
}elseif(valuelength==6&&!strcasecmp(value,“stdout")){
mode=PHP_DISPLAY_ERRORS_STDOUT;
}else{
mode=atoi(value);
if(mode&&mode!=PHP_DISPLAY_ERRORS_STDOUT&&mode
PHP_DISPLAY_ERRORS_STDERR){
mode:PHPDISPLAYERRORS_STDOUT;
)
}
returnmode;
)
staticPHP_INI_MH(OnUpdateDisp1ayErrors)
(
PG(display_errors)=(zendbool)php_get_display_errors_mode(new_value,
newvaluelength);returnSUCCESS;
)
staticPHP_INI_DISP(disp1ay_errors_mode)
(
intmode,tmp_value_length,cgi_or_cli;
char*tmp_value;
TSRMLS_FETCH();
if(type==ZEND_INI_DISPLAY_ORIG&&ini_entry->modified){
tmp_value=(ini_entry->orig_va1ue?ini_entry->orig_value:NULL);
tmp_value_length=ini_entry->orig_value_length;
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 昆明城市学院《模拟电路设计含实验双语》2023-2024学年第一学期期末试卷
- 江苏联合职业技术学院《小学数学教学设计》2023-2024学年第一学期期末试卷
- 吉林工程技术师范学院《海洋油气工程综合课程设计》2023-2024学年第一学期期末试卷
- 湖南农业大学东方科技学院《人工智能原理与技术》2023-2024学年第一学期期末试卷
- 【物理】《滑轮》(教学设计)-2024-2025学年人教版(2024)初中物理八年级下册
- 重庆文理学院《西方文论专题》2023-2024学年第一学期期末试卷
- 郑州财税金融职业学院《数字出版物创作实训》2023-2024学年第一学期期末试卷
- 浙江经贸职业技术学院《MySQL数据库应用》2023-2024学年第一学期期末试卷
- 董事会议事规则
- 浙江安防职业技术学院《婴幼儿语言发展与教育》2023-2024学年第一学期期末试卷
- 《国有控股上市公司高管薪酬的管控研究》
- 餐饮业环境保护管理方案
- 食品安全分享
- 矿山机械设备安全管理制度
- 计算机等级考试二级WPS Office高级应用与设计试题及答案指导(2025年)
- 造价框架协议合同范例
- 糖尿病肢端坏疽
- 《创伤失血性休克中国急诊专家共识(2023)》解读课件
- 小学六年级数学100道题解分数方程
- YY 0838-2021 微波热凝设备
- 病原细菌的分离培养
评论
0/150
提交评论