opt_struct 4193 ext/standard/basic_functions.c static void free_longopts(opt_struct *longopts) opt_struct 4195 ext/standard/basic_functions.c opt_struct *p; opt_struct 4209 ext/standard/basic_functions.c static int parse_opts(char * opts, opt_struct ** result) opt_struct 4211 ext/standard/basic_functions.c opt_struct * paras = NULL; opt_struct 4224 ext/standard/basic_functions.c paras = safe_emalloc(sizeof(opt_struct), count, 0); opt_struct 4225 ext/standard/basic_functions.c memset(paras, 0, sizeof(opt_struct) * count); opt_struct 4260 ext/standard/basic_functions.c opt_struct *opts, *orig_opts; opt_struct 4312 ext/standard/basic_functions.c opts = (opt_struct *) erealloc(opts, sizeof(opt_struct) * (len + count + 1)); opt_struct 4316 ext/standard/basic_functions.c memset(opts, 0, count * sizeof(opt_struct)); opt_struct 4339 ext/standard/basic_functions.c opts = (opt_struct*) erealloc(opts, sizeof(opt_struct) * (len + 1)); opt_struct 58 main/getopt.c PHPAPI int php_getopt(int argc, char* const *argv, const opt_struct opts[], char **optarg, int *optind, int show_err, int arg_start) /* {{{ */ opt_struct 45 main/php_getopt.h PHPAPI int php_getopt(int argc, char* const *argv, const opt_struct opts[], char **optarg, int *optind, int show_err, int arg_start); opt_struct 139 sapi/cgi/cgi_main.c static const opt_struct OPTIONS[] = { opt_struct 141 sapi/cli/php_cli.c const opt_struct OPTIONS[] = { opt_struct 2475 sapi/cli/php_cli_server.c extern const opt_struct OPTIONS[]; opt_struct 144 sapi/fpm/fpm/fpm_main.c static const opt_struct OPTIONS[] = { opt_struct 1022 sapi/phpdbg/phpdbg.c const opt_struct OPTIONS[] = { /* {{{ */