inherited        2094 ext/simplexml/simplexml.c 	int inherited = 0;
inherited        2119 ext/simplexml/simplexml.c 		inherited = 1;
inherited        2122 ext/simplexml/simplexml.c 	if (inherited) {
inherited         173 ext/spl/spl_array.c 	int inherited = 0;
inherited         224 ext/spl/spl_array.c 		inherited = 1;
inherited         229 ext/spl/spl_array.c 	if (inherited) {
inherited         261 ext/spl/spl_array.c 		if (inherited) {
inherited         372 ext/spl/spl_dllist.c 	int                inherited = 0;
inherited         422 ext/spl/spl_dllist.c 		inherited = 1;
inherited         430 ext/spl/spl_dllist.c 	if (inherited) {
inherited         228 ext/spl/spl_fixedarray.c 	int                   inherited = 0;
inherited         261 ext/spl/spl_fixedarray.c 		inherited = 1;
inherited         276 ext/spl/spl_fixedarray.c 	if (inherited) {
inherited         390 ext/spl/spl_heap.c 	int                inherited = 0;
inherited         449 ext/spl/spl_heap.c 		inherited = 1;
inherited         458 ext/spl/spl_heap.c 	if (inherited) {
inherited         337 sapi/fpm/fpm/fpm_sockets.c 	char *inherited = getenv("FPM_SOCKETS");
inherited         345 sapi/fpm/fpm/fpm_sockets.c 	while (inherited && *inherited) {
inherited         346 sapi/fpm/fpm/fpm_sockets.c 		char *comma = strchr(inherited, ',');
inherited         354 sapi/fpm/fpm/fpm_sockets.c 		eq = strchr(inherited, '=');
inherited         358 sapi/fpm/fpm/fpm_sockets.c 			type = fpm_sockets_domain_from_address(inherited);
inherited         359 sapi/fpm/fpm/fpm_sockets.c 			zlog(ZLOG_NOTICE, "using inherited socket fd=%d, \"%s\"", fd_no, inherited);
inherited         360 sapi/fpm/fpm/fpm_sockets.c 			fpm_sockets_hash_op(fd_no, 0, inherited, type, FPM_STORE_SOCKET);
inherited         364 sapi/fpm/fpm/fpm_sockets.c 			inherited = comma + 1;
inherited         366 sapi/fpm/fpm/fpm_sockets.c 			inherited = 0;