Searched refs:opt_struct (Results 1 – 8 of 8) sorted by relevance
/php-src/main/ |
H A D | php_getopt.h | 28 } opt_struct; typedef 33 PHPAPI int php_getopt(int argc, char* const *argv, const opt_struct opts[], char **optarg, int *opt…
|
H A D | getopt.c | 55 PHPAPI int php_getopt(int argc, char* const *argv, const opt_struct opts[], char **optarg, int *opt… in php_getopt()
|
/php-src/ext/standard/ |
H A D | basic_functions.c | 876 static void free_longopts(opt_struct *longopts) 878 opt_struct *p; 892 static int parse_opts(char * opts, opt_struct ** result) 894 opt_struct * paras = NULL; 907 paras = safe_emalloc(sizeof(opt_struct), count, 0); 908 memset(paras, 0, sizeof(opt_struct) * count); 943 opt_struct *opts, *orig_opts; 1004 opts = (opt_struct *) safe_erealloc(opts, sizeof(opt_struct), (len + count + 1), 0); 1008 memset(opts, 0, count * sizeof(opt_struct)); 1032 opts = (opt_struct*) erealloc(opts, sizeof(opt_struct) * (len + 1));
|
/php-src/sapi/cli/ |
H A D | php_cli.c | 125 const opt_struct OPTIONS[] = {
|
H A D | php_cli_server.c | 2805 extern const opt_struct OPTIONS[]; in do_cli_server()
|
/php-src/sapi/fpm/fpm/ |
H A D | fpm_main.c | 121 static const opt_struct OPTIONS[] = {
|
/php-src/sapi/phpdbg/ |
H A D | phpdbg.c | 967 static const opt_struct OPTIONS[] = { /* {{{ */
|
/php-src/sapi/cgi/ |
H A D | cgi_main.c | 142 static const opt_struct OPTIONS[] = {
|
Completed in 52 milliseconds