sizeenv 85 ext/standard/proc_open.c size_t cnt, l, sizeenv=0; sizeenv 119 ext/standard/proc_open.c sizeenv += el_len + 1; sizeenv 125 ext/standard/proc_open.c sizeenv += ZSTR_LEN(string_key) + 1; sizeenv 132 ext/standard/proc_open.c p = env.envp = (char *) pecalloc(sizeenv + 4, 1, is_persistent); sizeenv 168 ext/standard/proc_open.c assert((uint)(p - env.envp) <= sizeenv);