2016年11月27日

nginx源码解析之常用数据结构

摘要: 1、基础数据结构(src/core目录) 1)ngx_list_t(ngx_list.h) 相关接口: ngx_list_create():创建新的链表。 ngx_list_init():初始化一个已有的链表。返回NGX_OK表示成功,返回NGX_ERROR表示失败。 ngx_list_push() 阅读全文

posted @ 2016-11-27 22:18 han'er 阅读(495) 评论(0) 推荐(0)

导航