Home
last modified time | relevance | path

Searched defs:cmd (Results 1 – 22 of 22) sorted by relevance

/PHP-7.1/ext/standard/
H A Dexec.c207 char *cmd; in php_exec_ex() local
284 zend_string *cmd; in php_escape_shell_cmd() local
354 ZSTR_VAL(cmd)[y++] = '^'; in php_escape_shell_cmd() local
364 ZSTR_VAL(cmd)[y] = '\0'; in php_escape_shell_cmd() local
390 zend_string *cmd; in php_escape_shell_arg() local
402 ZSTR_VAL(cmd)[y++] = '"'; in php_escape_shell_arg() local
404 ZSTR_VAL(cmd)[y++] = '\''; in php_escape_shell_arg() local
425 ZSTR_VAL(cmd)[y++] = ' '; in php_escape_shell_arg() local
447 ZSTR_VAL(cmd)[y++] = '"'; in php_escape_shell_arg() local
449 ZSTR_VAL(cmd)[y++] = '\''; in php_escape_shell_arg() local
[all …]
/PHP-7.1/sapi/apache2handler/
H A Dapache_config.c57 static const char *real_value_hnd(cmd_parms *cmd, void *dummy, const char *name, const char *value,… in real_value_hnd()
77 static const char *php_apache_value_handler(cmd_parms *cmd, void *dummy, const char *name, const ch… in php_apache_value_handler()
82 static const char *php_apache_admin_value_handler(cmd_parms *cmd, void *dummy, const char *name, co… in php_apache_admin_value_handler()
87 static const char *real_flag_hnd(cmd_parms *cmd, void *dummy, const char *arg1, const char *arg2, i… in real_flag_hnd()
101 static const char *php_apache_flag_handler(cmd_parms *cmd, void *dummy, const char *name, const cha… in php_apache_flag_handler()
106 static const char *php_apache_admin_flag_handler(cmd_parms *cmd, void *dummy, const char *name, con… in php_apache_admin_flag_handler()
111 static const char *php_apache_phpini_set(cmd_parms *cmd, void *mconfig, const char *arg) in php_apache_phpini_set()
/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_commands.c64 mysqlnd_com_set_option_run(void *cmd) in mysqlnd_com_set_option_run()
116 mysqlnd_com_debug_run(void *cmd) in mysqlnd_com_debug_run()
176 mysqlnd_com_init_db_run(void *cmd) in mysqlnd_com_init_db_run()
245 mysqlnd_com_ping_run(void *cmd) in mysqlnd_com_ping_run()
310 mysqlnd_com_statistics_run(void *cmd) in mysqlnd_com_statistics_run()
456 mysqlnd_com_refresh_run(void *cmd) in mysqlnd_com_refresh_run()
519 mysqlnd_com_shutdown_run(void *cmd) in mysqlnd_com_shutdown_run()
581 mysqlnd_com_quit_run(void *cmd) in mysqlnd_com_quit_run()
635 mysqlnd_com_query_run(void *cmd) in mysqlnd_com_query_run()
916 mysqlnd_com_stmt_fetch_run(void *cmd) in mysqlnd_com_stmt_fetch_run()
[all …]
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_help.c145 void summary_print(phpdbg_command_t const * const cmd) in summary_print()
234 phpdbg_command_t const *cmd; in PHPDBG_COMMAND() local
H A Dphpdbg_cmd.c745 char *cmd = NULL; in phpdbg_read_input() local
H A Dphpdbg_prompt.c222 static void phpdbg_line_init(char *cmd, struct phpdbg_init_state *state) { in phpdbg_line_init()
325 char cmd[PHPDBG_MAX_CMD]; in phpdbg_try_file_init() local
H A Dphpdbg.c1930 phpdbg_param_t cmd; in main() local
/PHP-7.1/ext/zip/lib/
H A Dzip_source_supports.c59 int cmd = va_arg(ap, int); in zip_source_make_command_bitmap() local
H A Dzip_source_deflate.c278 deflate_compress(zip_source_t *src, void *ud, void *data, zip_uint64_t len, zip_source_cmd_t cmd) in deflate_compress()
346 zip_uint64_t len, zip_source_cmd_t cmd) in deflate_decompress()
H A Dzip_source_crc.c81 crc_read(zip_source_t *src, void *_ctx, void *data, zip_uint64_t len, zip_source_cmd_t cmd) in crc_read()
H A Dzip_source_pkware.c165 zip_uint64_t len, zip_source_cmd_t cmd) in pkware_decrypt()
H A Dzip_source_window.c114 window_read(zip_source_t *src, void *_ctx, void *data, zip_uint64_t len, zip_source_cmd_t cmd) in window_read()
H A Dzip_source_filep.c222 read_file(void *state, void *data, zip_uint64_t len, zip_source_cmd_t cmd) in read_file()
H A Dzip_source_win32handle.c143 _win32_read_file(void *state, void *data, zip_uint64_t len, zip_source_cmd_t cmd) in _win32_read_file()
H A Dzip_source_buffer.c121 read_data(void *state, void *data, zip_uint64_t len, zip_source_cmd_t cmd) in read_data()
H A Dzip.h228 #define ZIP_SOURCE_MAKE_COMMAND_BITMASK(cmd) (1<<(cmd)) argument
/PHP-7.1/ext/ftp/
H A Dftp.c493 ftp_exec(ftpbuf_t *ftp, const char *cmd) in ftp_exec()
512 ftp_raw(ftpbuf_t *ftp, const char *cmd, zval *return_value) in ftp_raw()
1118 ftp_site(ftpbuf_t *ftp, const char *cmd) in ftp_site()
1139 ftp_putcmd(ftpbuf_t *ftp, const char *cmd, const char *args) in ftp_putcmd()
1851 ftp_genlist(ftpbuf_t *ftp, const char *cmd, const char *path) in ftp_genlist()
H A Dphp_ftp.c538 char *cmd; in PHP_FUNCTION() local
565 char *cmd; in PHP_FUNCTION() local
1403 char *cmd; in PHP_FUNCTION() local
/PHP-7.1/TSRM/
H A Dtsrm_win32.c485 char *cmd = NULL; in popen_ex() local
759 TSRM_API int shmctl(int key, int cmd, struct shmid_ds *buf) { in shmctl()
/PHP-7.1/ext/pdo_dblib/
H A Ddblib_driver.c184 static int pdo_dblib_transaction_cmd(const char *cmd, pdo_dbh_t *dbh) in pdo_dblib_transaction_cmd()
/PHP-7.1/ext/readline/
H A Dreadline_cli.c635 zend_string *cmd; in readline_shell_run() local
/PHP-7.1/ext/pdo_pgsql/
H A Dpgsql_driver.c502 static int pdo_pgsql_transaction_cmd(const char *cmd, pdo_dbh_t *dbh) in pdo_pgsql_transaction_cmd()

Completed in 71 milliseconds