Home
last modified time | relevance | path

Searched refs:ap_php_optind (Results 1 – 3 of 3) sorted by relevance

/PHP-5.6/sapi/milter/
H A Dgetopt.c14 int ap_php_optind = 1; variable
50 if (ap_php_optind >= argc) in ap_php_getopt()
54 if (!dash && (argv[ap_php_optind][0] == '-') && !argv[ap_php_optind][1]) in ap_php_getopt()
62 if ((argv[ap_php_optind][0] == '-') && (argv[ap_php_optind][1] == '-')) in ap_php_getopt()
65 ap_php_optind++; in ap_php_getopt()
70 assert((argv[ap_php_optind][0] == '-') && argv[ap_php_optind][1]); in ap_php_getopt()
80 ap_php_optind++; in ap_php_getopt()
91 ap_php_optind++; in ap_php_getopt()
103 ap_php_optind++; in ap_php_getopt()
111 ap_php_optind++; in ap_php_getopt()
[all …]
H A Dphp_getopt.h5 extern int ap_php_optind;
H A Dphp_milter.c92 extern int ap_php_optind;
1001 int orig_optind=ap_php_optind; in main()
1035 ap_php_optind = orig_optind; in main()
1055 ap_php_optind = orig_optind; in main()
1144 if (argc > ap_php_optind && !filename) { in main()
1145 filename=argv[ap_php_optind]; in main()
1146 ap_php_optind++; in main()

Completed in 9 milliseconds