opt_struct 4187 ext/standard/basic_functions.c opt_struct *p;
opt_struct 4203 ext/standard/basic_functions.c opt_struct * paras = NULL;
opt_struct 4215 ext/standard/basic_functions.c paras = safe_emalloc(sizeof(opt_struct), count, 0);
opt_struct 4216 ext/standard/basic_functions.c memset(paras, 0, sizeof(opt_struct) * count);
opt_struct 4250 ext/standard/basic_functions.c opt_struct *opts, *orig_opts;
opt_struct 4313 ext/standard/basic_functions.c opts = (opt_struct *) erealloc(opts, sizeof(opt_struct) * (len + count + 1));
opt_struct 4317 ext/standard/basic_functions.c memset(opts, 0, count * sizeof(opt_struct));
opt_struct 4354 ext/standard/basic_functions.c opts = (opt_struct*) erealloc(opts, sizeof(opt_struct) * (len + 1));
opt_struct 137 sapi/cgi/cgi_main.c static const opt_struct OPTIONS[] = {
opt_struct 135 sapi/cli/php_cli.c const opt_struct OPTIONS[] = {
opt_struct 2513 sapi/cli/php_cli_server.c extern const opt_struct OPTIONS[];
opt_struct 143 sapi/fpm/fpm/fpm_main.c static const opt_struct OPTIONS[] = {