免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2244 | 回复: 1
打印 上一主题 下一主题

APACHE源码中struct ap_conf_vector_t结构体具体在哪个文件定义的? [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2006-08-12 14:13 |只看该作者 |倒序浏览
grep了一下结果如下,
include/http_config.h:    struct ap_conf_vector_t *context;
include/http_config.h:typedef struct ap_conf_vector_t ap_conf_vector_t;
include/httpd.h:    struct ap_conf_vector_t *htaccess;
include/httpd.h:    struct ap_conf_vector_t *per_dir_config;
include/httpd.h:    struct ap_conf_vector_t *request_config;
include/httpd.h:    struct ap_conf_vector_t *conn_config;
include/httpd.h:    struct ap_conf_vector_t *module_config;
include/httpd.h:    struct ap_conf_vector_t *lookup_defaults;

但没找到struct ap_conf_vector_t的具体定义,请问在哪个文件下

论坛徽章:
0
2 [报告]
发表于 2006-08-14 13:14 |只看该作者
我先声明:我对apache不熟悉,更没看过它的源代码

但是我刚才花了两分钟google了一下,你看这里吧:

http://docx.itscales.com/structap__configfile__t.html


  1. int(*         getch )(void *param)
  2. void *(*         getstr )(void *buf, size_t bufsiz, void *param)
  3. int(*         close )(void *param)
  4. void *         param
  5. const char *         name
  6. unsigned         line_number
复制代码
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP