nb_ext           1025 sapi/fpm/fpm/fpm_conf.c 			int nb_ext;
nb_ext           1034 sapi/fpm/fpm/fpm_conf.c 			nb_ext = 0;
nb_ext           1039 sapi/fpm/fpm/fpm_conf.c 				nb_ext++;
nb_ext           1044 sapi/fpm/fpm/fpm_conf.c 			if (nb_ext > 0) {
nb_ext           1047 sapi/fpm/fpm/fpm_conf.c 				wp->limit_extensions = malloc(sizeof(char *) * (nb_ext + 1));
nb_ext           1056 sapi/fpm/fpm/fpm_conf.c 				nb_ext = 0;
nb_ext           1061 sapi/fpm/fpm/fpm_conf.c 					wp->limit_extensions[nb_ext++] = strdup(ext);
nb_ext           1065 sapi/fpm/fpm/fpm_conf.c 				wp->limit_extensions[nb_ext] = NULL;