inherited        2133 ext/simplexml/simplexml.c 	int inherited = 0;
inherited        2140 ext/simplexml/simplexml.c 		inherited = 1;
inherited        2143 ext/simplexml/simplexml.c 	if (inherited) {
inherited         161 ext/spl/spl_array.c 	int inherited = 0;
inherited         205 ext/spl/spl_array.c 		inherited = 1;
inherited         210 ext/spl/spl_array.c 	if (inherited) {
inherited         242 ext/spl/spl_array.c 		if (inherited) {
inherited         374 ext/spl/spl_dllist.c 	int                inherited = 0;
inherited         421 ext/spl/spl_dllist.c 		inherited = 1;
inherited         427 ext/spl/spl_dllist.c 	if (inherited) {
inherited         219 ext/spl/spl_fixedarray.c 	int                   inherited = 0;
inherited         250 ext/spl/spl_fixedarray.c 		inherited = 1;
inherited         264 ext/spl/spl_fixedarray.c 	if (inherited) {
inherited         366 ext/spl/spl_heap.c 	int                inherited = 0;
inherited         416 ext/spl/spl_heap.c 		inherited = 1;
inherited         423 ext/spl/spl_heap.c 	if (inherited) {
inherited         327 sapi/fpm/fpm/fpm_sockets.c 	char *inherited = getenv("FPM_SOCKETS");
inherited         335 sapi/fpm/fpm/fpm_sockets.c 	while (inherited && *inherited) {
inherited         336 sapi/fpm/fpm/fpm_sockets.c 		char *comma = strchr(inherited, ',');
inherited         344 sapi/fpm/fpm/fpm_sockets.c 		eq = strchr(inherited, '=');
inherited         348 sapi/fpm/fpm/fpm_sockets.c 			type = fpm_sockets_domain_from_address(inherited);
inherited         349 sapi/fpm/fpm/fpm_sockets.c 			zlog(ZLOG_NOTICE, "using inherited socket fd=%d, \"%s\"", fd_no, inherited);
inherited         350 sapi/fpm/fpm/fpm_sockets.c 			fpm_sockets_hash_op(fd_no, 0, inherited, type, FPM_STORE_SOCKET);
inherited         354 sapi/fpm/fpm/fpm_sockets.c 			inherited = comma + 1;
inherited         356 sapi/fpm/fpm/fpm_sockets.c 			inherited = 0;