Home
last modified time | relevance | path

Searched refs:opt_struct (Results 1 – 8 of 8) sorted by relevance

/PHP-8.3/main/
H A Dphp_getopt.h28 } opt_struct; typedef
33 PHPAPI int php_getopt(int argc, char* const *argv, const opt_struct opts[], char **optarg, int *opt…
H A Dgetopt.c55 PHPAPI int php_getopt(int argc, char* const *argv, const opt_struct opts[], char **optarg, int *opt… in php_getopt()
/PHP-8.3/ext/standard/
H A Dbasic_functions.c898 static void free_longopts(opt_struct *longopts)
900 opt_struct *p;
914 static int parse_opts(char * opts, opt_struct ** result)
916 opt_struct * paras = NULL;
929 paras = safe_emalloc(sizeof(opt_struct), count, 0);
930 memset(paras, 0, sizeof(opt_struct) * count);
965 opt_struct *opts, *orig_opts;
1026 opts = (opt_struct *) safe_erealloc(opts, sizeof(opt_struct), (len + count + 1), 0);
1030 memset(opts, 0, count * sizeof(opt_struct));
1054 opts = (opt_struct*) erealloc(opts, sizeof(opt_struct) * (len + 1));
/PHP-8.3/sapi/cli/
H A Dphp_cli.c138 const opt_struct OPTIONS[] = {
H A Dphp_cli_server.c2795 extern const opt_struct OPTIONS[]; in do_cli_server()
/PHP-8.3/sapi/fpm/fpm/
H A Dfpm_main.c124 static const opt_struct OPTIONS[] = {
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg.c966 static const opt_struct OPTIONS[] = { /* {{{ */
/PHP-8.3/sapi/cgi/
H A Dcgi_main.c139 static const opt_struct OPTIONS[] = {

Completed in 45 milliseconds