Searched refs:opt_struct (Results 1 – 6 of 6) sorted by relevance
/PHP-5.3/main/ |
H A D | php_getopt.h | 40 } opt_struct; typedef 45 PHPAPI int php_getopt(int argc, char* const *argv, const opt_struct opts[], char **optarg, int *opt…
|
H A D | getopt.c | 58 PHPAPI int php_getopt(int argc, char* const *argv, const opt_struct opts[], char **optarg, int *opt… in php_getopt()
|
/PHP-5.3/ext/standard/ |
H A D | basic_functions.c | 4194 static void free_longopts(opt_struct *longopts) 4196 opt_struct *p; 4210 static int parse_opts(char * opts, opt_struct ** result) 4212 opt_struct * paras = NULL; 4224 paras = safe_emalloc(sizeof(opt_struct), count, 0); 4225 memset(paras, 0, sizeof(opt_struct) * count); 4259 opt_struct *opts, *orig_opts; 4322 opts = (opt_struct *) erealloc(opts, sizeof(opt_struct) * (len + count + 1)); 4326 memset(opts, 0, count * sizeof(opt_struct)); 4363 opts = (opt_struct*) erealloc(opts, sizeof(opt_struct) * (len + 1));
|
/PHP-5.3/sapi/cli/ |
H A D | php_cli.c | 135 static const opt_struct OPTIONS[] = {
|
/PHP-5.3/sapi/fpm/fpm/ |
H A D | fpm_main.c | 143 static const opt_struct OPTIONS[] = {
|
/PHP-5.3/sapi/cgi/ |
H A D | cgi_main.c | 136 static const opt_struct OPTIONS[] = {
|
Completed in 52 milliseconds