Searched defs:opts (Results 1 – 7 of 7) sorted by relevance
/php-src/main/ |
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 | filters.c | 607 int opts; member 652 int opts; in php_conv_qprint_encode_convert() local 828 … int line_len, const char *lbchars, size_t lbchars_len, int lbchars_dup, int opts, bool persistent) in php_conv_qprint_encode_ctor() 1202 int opts = 0; in php_conv_open() local
|
H A D | basic_functions.c | 892 static int parse_opts(char * opts, opt_struct ** result) 943 opt_struct *opts, *orig_opts; local
|
/php-src/ext/fileinfo/libmagic/ |
H A D | funcs.c | 658 uint32_t opts = 0; in file_replace() local
|
/php-src/win32/ |
H A D | ioutil.c | 70 PW32IO BOOL php_win32_ioutil_posix_to_open_opts(int flags, mode_t mode, php_ioutil_open_opts *opts) in php_win32_ioutil_posix_to_open_opts()
|
/php-src/ext/zip/ |
H A D | php_zip.c | 356 static int php_zip_parse_options(HashTable *options, zip_options *opts) in php_zip_parse_options() 1738 zip_options opts; local
|
/php-src/ext/opcache/jit/ |
H A D | zend_jit.c | 3334 int opts = PROT_READ | PROT_WRITE; in zend_jit_unprotect() local
|
Completed in 36 milliseconds