user 536 Zend/zend.h } user; user 1745 Zend/zend_builtin_functions.c zval *user; user 1752 Zend/zend_builtin_functions.c MAKE_STD_ZVAL(user); user 1755 Zend/zend_builtin_functions.c array_init(user); user 1758 Zend/zend_builtin_functions.c zend_hash_apply_with_arguments(EG(function_table) TSRMLS_CC, (apply_func_args_t) copy_function_name, 2, internal, user); user 1762 Zend/zend_builtin_functions.c zval_ptr_dtor(&user); user 1768 Zend/zend_builtin_functions.c if (zend_hash_add(Z_ARRVAL_P(return_value), "user", sizeof("user"), (void **)&user, sizeof(zval *), NULL) == FAILURE) { user 1769 Zend/zend_builtin_functions.c zval_ptr_dtor(&user); user 5179 Zend/zend_compile.c new_class_entry->info.user.filename = zend_get_compiled_filename(TSRMLS_C); user 5180 Zend/zend_compile.c new_class_entry->info.user.line_start = class_token->u.op.opline_num; user 5231 Zend/zend_compile.c CG(active_class_entry)->info.user.doc_comment = CG(doc_comment); user 5232 Zend/zend_compile.c CG(active_class_entry)->info.user.doc_comment_len = CG(doc_comment_len); user 5272 Zend/zend_compile.c ce->info.user.line_end = zend_get_compiled_lineno(TSRMLS_C); user 6969 Zend/zend_compile.c ce->info.user.doc_comment = NULL; user 6970 Zend/zend_compile.c ce->info.user.doc_comment_len = 0; user 7214 Zend/zend_compile.c (*pce)->info.user.filename == CG(compiled_filename)) { user 310 Zend/zend_opcode.c if (ce->info.user.doc_comment) { user 311 Zend/zend_opcode.c efree((char*)ce->info.user.doc_comment); user 247 ext/ftp/ftp.c ftp_login(ftpbuf_t *ftp, const char *user, const char *pass TSRMLS_DC) user 334 ext/ftp/ftp.c if (!ftp_putcmd(ftp, "USER", user)) { user 112 ext/ftp/ftp.h int ftp_login(ftpbuf_t *ftp, const char *user, const char *pass TSRMLS_DC); user 419 ext/ftp/php_ftp.c char *user, *pass; user 422 ext/ftp/php_ftp.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rss", &z_ftp, &user, &user_len, &pass, &pass_len) == FAILURE) { user 429 ext/ftp/php_ftp.c if (!ftp_login(ftp, user, pass TSRMLS_CC)) { user 104 ext/imap/php_imap.c ZEND_ARG_INFO(0, user) user 1148 ext/imap/php_imap.c char *mailbox, *user, *passwd; user 1156 ext/imap/php_imap.c if (zend_parse_parameters(argc TSRMLS_CC, "pss|lla", &mailbox, &mailbox_len, &user, &user_len, user 1226 ext/imap/php_imap.c IMAPG(imap_user) = estrndup(user, user_len); user 5052 ext/imap/php_imap.c PHP_IMAP_EXPORT void mm_login(NETMBX *mb, char *user, char *pwd, long trial) user 5056 ext/imap/php_imap.c if (*mb->user) { user 5057 ext/imap/php_imap.c strlcpy (user, mb->user, MAILTMPLEN); user 5059 ext/imap/php_imap.c strlcpy (user, IMAPG(imap_user), MAILTMPLEN); user 213 ext/interbase/ibase_service.c char buf[128], *host, *user, *pass, *loc; user 219 ext/interbase/ibase_service.c &host, &hlen, &user, &ulen, &pass, &plen)) { user 227 ext/interbase/ibase_service.c user, isc_spb_password, (char)plen, pass, host); user 246 ext/interbase/ibase_service.c svm->username = estrdup(user); user 361 ext/interbase/ibase_service.c zval *user; user 371 ext/interbase/ibase_service.c ALLOC_INIT_ZVAL(user); user 372 ext/interbase/ibase_service.c array_init(user); user 373 ext/interbase/ibase_service.c add_next_index_zval(return_value, user); user 376 ext/interbase/ibase_service.c add_assoc_stringl(user, "user_name", result +2, len, 1); user 382 ext/interbase/ibase_service.c add_assoc_stringl(user, "first_name", result +2, len, 1); user 388 ext/interbase/ibase_service.c add_assoc_stringl(user, "middle_name", result +2, len, 1); user 394 ext/interbase/ibase_service.c add_assoc_stringl(user, "last_name", result +2, len, 1); user 399 ext/interbase/ibase_service.c add_assoc_long(user, "user_id", isc_vax_integer(result, 4)); user 404 ext/interbase/ibase_service.c add_assoc_long(user, "group_id", isc_vax_integer(result, 4)); user 546 ext/mssql/php_mssql.c char *host = NULL, *user = NULL, *passwd = NULL; user 554 ext/mssql/php_mssql.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|sssb", &host, &host_len, &user, &user_len, &passwd, &passwd_len, &new_link) == FAILURE) { user 563 ext/mssql/php_mssql.c user[255] = '\0'; user 581 ext/mssql/php_mssql.c hashed_details_length = spprintf(&hashed_details, 0, "mssql_%s_%s_", host, user); user 585 ext/mssql/php_mssql.c hashed_details_length = spprintf(&hashed_details, 0, "mssql_%s_%s_%s", host, user, passwd); user 612 ext/mssql/php_mssql.c if (user) { user 613 ext/mssql/php_mssql.c DBSETLUSER(mssql.login,user); user 722 ext/mysql/php_mysql.c char *user=NULL, *passwd=NULL, *host_and_port=NULL, *socket=NULL, *tmp=NULL, *host=NULL; user 772 ext/mysql/php_mysql.c user=php_get_current_user(TSRMLS_C); user 773 ext/mysql/php_mysql.c hashed_details_length = spprintf(&hashed_details, 0, "mysql__%s_", user); user 779 ext/mysql/php_mysql.c &user, &user_len, &passwd, &passwd_len, user 785 ext/mysql/php_mysql.c &user, &user_len, &passwd, &passwd_len, user 794 ext/mysql/php_mysql.c if (!user) { user 795 ext/mysql/php_mysql.c user = MySG(default_user); user 819 ext/mysql/php_mysql.c hashed_details_length = spprintf(&hashed_details, 0, "mysql_%s_%s_%s_%ld", SAFE_STRING(host_and_port), SAFE_STRING(user), SAFE_STRING(passwd), client_flags); user 889 ext/mysql/php_mysql.c if (mysql_real_connect(mysql->conn, host, user, passwd, NULL, port, socket, client_flags)==NULL) user 891 ext/mysql/php_mysql.c if (mysqlnd_connect(mysql->conn, host, user, passwd, passwd_len, NULL, 0, port, socket, client_flags, MYSQLND_CLIENT_KNOWS_RSET_COPY_DATA TSRMLS_CC) == NULL) user 937 ext/mysql/php_mysql.c if (mysql_real_connect(mysql->conn, host, user, passwd, NULL, port, socket, client_flags)==NULL) user 939 ext/mysql/php_mysql.c if (mysqlnd_connect(mysql->conn, host, user, passwd, passwd_len, NULL, 0, port, socket, client_flags, MYSQLND_CLIENT_KNOWS_RSET_COPY_DATA TSRMLS_CC) == NULL) user 1016 ext/mysql/php_mysql.c if (mysql_real_connect(mysql->conn, host, user, passwd, NULL, port, socket, client_flags)==NULL) user 1018 ext/mysql/php_mysql.c if (mysqlnd_connect(mysql->conn, host, user, passwd, passwd_len, NULL, 0, port, socket, client_flags, MYSQLND_CLIENT_KNOWS_RSET_COPY_DATA TSRMLS_CC) == NULL) user 639 ext/mysqli/mysqli_api.c char *user, *password, *dbname; user 646 ext/mysqli/mysqli_api.c if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Osss", &mysql_link, mysqli_link_class_entry, &user, &user_len, &password, &password_len, &dbname, &dbname_len) == FAILURE) { user 656 ext/mysqli/mysqli_api.c rc = mysqlnd_change_user_ex(mysql->mysql, user, password, dbname, FALSE, (size_t) password_len); user 658 ext/mysqli/mysqli_api.c rc = mysql_change_user(mysql->mysql, user, password, dbname); user 158 ext/mysqli/mysqli_fe.c ZEND_ARG_INFO(0, user) user 164 ext/mysqli/mysqli_fe.c ZEND_ARG_INFO(0, user) user 172 ext/mysqli/mysqli_fe.c ZEND_ARG_INFO(0, user) user 182 ext/mysqli/mysqli_fe.c ZEND_ARG_INFO(0, user) user 192 ext/mysqli/mysqli_fe.c ZEND_ARG_INFO(0, user) user 132 ext/mysqlnd/mysqlnd.c if (conn->user) { user 133 ext/mysqlnd/mysqlnd.c mnd_pefree(conn->user, pers); user 134 ext/mysqlnd/mysqlnd.c conn->user = NULL; user 559 ext/mysqlnd/mysqlnd.c const char * const user, user 632 ext/mysqlnd/mysqlnd.c auth_plugin->methods.get_auth_data(NULL, &scrambled_data_len, conn, user, passwd, passwd_len, user 638 ext/mysqlnd/mysqlnd.c ret = mysqlnd_auth_handshake(conn, user, passwd, passwd_len, db, db_len, options, mysql_flags, user 647 ext/mysqlnd/mysqlnd.c ret = mysqlnd_auth_change_user(conn, user, strlen(user), passwd, passwd_len, db, db_len, silent, user 694 ext/mysqlnd/mysqlnd.c const char * const user, user 709 ext/mysqlnd/mysqlnd.c ret = mysqlnd_run_authentication(conn, user, passwd, passwd_len, db, db_len, user 791 ext/mysqlnd/mysqlnd.c const char * const host, const char * const user, user 848 ext/mysqlnd/mysqlnd.c if (FAIL == mysqlnd_connect_run_authentication(conn, user, passwd, db, db_len, (size_t) passwd_len, user 872 ext/mysqlnd/mysqlnd.c const char *host, const char *user, user 901 ext/mysqlnd/mysqlnd.c host?host:"", user?user:"", db?db:"", port, mysql_flags, user 939 ext/mysqlnd/mysqlnd.c if (!user) { user 941 ext/mysqlnd/mysqlnd.c user = ""; user 999 ext/mysqlnd/mysqlnd.c if (FAIL == conn->m->connect_handshake(conn, host, user, passwd, passwd_len, db, db_len, mysql_flags TSRMLS_CC)) { user 1016 ext/mysqlnd/mysqlnd.c conn->user = mnd_pestrdup(user, conn->persistent); user 1017 ext/mysqlnd/mysqlnd.c conn->user_len = strlen(conn->user); user 1024 ext/mysqlnd/mysqlnd.c if (!conn->user || !conn->passwd || !conn->connect_or_select_db) { user 1123 ext/mysqlnd/mysqlnd.c const char * host, const char * user, user 1139 ext/mysqlnd/mysqlnd.c ret = conn->m->connect(conn, host, user, passwd, passwd_len, db, db_len, port, socket_or_pipe, mysql_flags TSRMLS_CC); user 1150 ext/mysqlnd/mysqlnd.c const char * host, const char * user, user 1163 ext/mysqlnd/mysqlnd.c DBG_INF_FMT("host=%s user=%s db=%s port=%u flags=%u", host?host:"", user?user:"", db?db:"", port, mysql_flags); user 1173 ext/mysqlnd/mysqlnd.c ret = conn_handle->m->connect(conn_handle, host, user, passwd, passwd_len, db, db_len, port, socket_or_pipe, mysql_flags TSRMLS_CC); user 2271 ext/mysqlnd/mysqlnd.c const char * user, user 2283 ext/mysqlnd/mysqlnd.c conn->thread_id, user?user:"", passwd?"***":"null", db?db:"", (silent == TRUE)?1:0 ); user 2292 ext/mysqlnd/mysqlnd.c if (!user) { user 2293 ext/mysqlnd/mysqlnd.c user = ""; user 2303 ext/mysqlnd/mysqlnd.c ret = mysqlnd_run_authentication(conn, user, passwd, strlen(passwd), db, strlen(db), user 91 ext/mysqlnd/mysqlnd.h const char * host, const char * user, user 100 ext/mysqlnd/mysqlnd.h #define mysqlnd_change_user(conn, user, passwd, db, silent) ((conn)->data)->m->change_user((conn)->data, (user), (passwd), (db), (silent), strlen((passwd)) TSRMLS_CC) user 101 ext/mysqlnd/mysqlnd.h #define mysqlnd_change_user_ex(conn, user, passwd, db, silent, passwd_len) ((conn)->data)->m->change_user((conn)->data, (user), (passwd), (db), (silent), (passwd_len) TSRMLS_CC) user 34 ext/mysqlnd/mysqlnd_auth.c const char * const user, user 94 ext/mysqlnd/mysqlnd_auth.c auth_packet->user = user; user 156 ext/mysqlnd/mysqlnd_auth.c const char * const user, user 212 ext/mysqlnd/mysqlnd_auth.c auth_packet->user = user; user 276 ext/mysqlnd/mysqlnd_auth.c tmp = mnd_pestrndup(user, user_len, conn->persistent); user 277 ext/mysqlnd/mysqlnd_auth.c if (conn->user) { user 278 ext/mysqlnd/mysqlnd_auth.c mnd_pefree(conn->user, conn->persistent); user 280 ext/mysqlnd/mysqlnd_auth.c conn->user = tmp; user 360 ext/mysqlnd/mysqlnd_auth.c MYSQLND_CONN_DATA * conn, const char * const user, const char * const passwd, user 420 ext/mysqlnd/mysqlnd_auth.c MYSQLND_CONN_DATA * conn, const char * const user, const char * const passwd, user 573 ext/mysqlnd/mysqlnd_auth.c MYSQLND_CONN_DATA * conn, const char * const user, const char * const passwd, user 213 ext/mysqlnd/mysqlnd_priv.h const char * const user, user 233 ext/mysqlnd/mysqlnd_priv.h const char * const user, user 424 ext/mysqlnd/mysqlnd_structs.h typedef enum_func_status (*func_mysqlnd_conn_data__connect)(MYSQLND_CONN_DATA * conn, const char * host, const char * user, const char * passwd, unsigned int passwd_len, const char * db, unsigned int db_len, unsigned int port, const char * socket_or_pipe, unsigned int mysql_flags TSRMLS_DC); user 444 ext/mysqlnd/mysqlnd_structs.h typedef enum_func_status (*func_mysqlnd_conn_data__change_user)(MYSQLND_CONN_DATA * const conn, const char * user, const char * passwd, const char * db, zend_bool silent, size_t passwd_len TSRMLS_DC); user 509 ext/mysqlnd/mysqlnd_wireprotocol.c len = MIN(strlen(packet->user), MYSQLND_MAX_ALLOWED_USER_LEN); user 510 ext/mysqlnd/mysqlnd_wireprotocol.c memcpy(p, packet->user, len); user 96 ext/mysqlnd/mysqlnd_wireprotocol.h const char *user; user 2480 ext/oci8/oci8.c int php_oci_password_change(php_oci_connection *connection, char *user, int user_len, char *pass_old, int pass_old_len, char *pass_new, int pass_new_len TSRMLS_DC) user 2484 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(errstatus, OCIPasswordChange, (connection->svc, connection->err, (text *)user, user_len, (text *)pass_old, pass_old_len, (text *)pass_new, pass_new_len, OCI_DEFAULT)); user 1956 ext/oci8/oci8_interface.c char *user, *pass_old, *pass_new, *dbname; user 1968 ext/oci8/oci8_interface.c if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "rsss", &z_connection, &user, &user_len, &pass_old, &pass_old_len, &pass_new, &pass_new_len) == SUCCESS) { user 1984 ext/oci8/oci8_interface.c if (php_oci_password_change(connection, user, user_len, pass_old, pass_old_len, pass_new, pass_new_len TSRMLS_CC)) { user 1988 ext/oci8/oci8_interface.c } else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "ssss", &dbname, &dbname_len, &user, &user_len, &pass_old, &pass_old_len, &pass_new, &pass_new_len) == SUCCESS) { user 2003 ext/oci8/oci8_interface.c connection = php_oci_do_connect_ex(user, user_len, pass_old, pass_old_len, pass_new, pass_new_len, dbname, dbname_len, NULL, OCI_DEFAULT, 0, 0 TSRMLS_CC); user 414 ext/oci8/php_oci8_int.h int php_oci_password_change(php_oci_connection *connection, char *user, int user_len, char *pass_old, int pass_old_len, char *pass_new, int pass_new_len TSRMLS_DC); user 55 ext/odbc/birdstep.c ZEND_ARG_INFO(0, user) user 289 ext/odbc/birdstep.c char *serv, *user, *pass; user 296 ext/odbc/birdstep.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sss", &serv, &serv_len, &user, &user_len, &pass, &pass_len) == FAILURE) { user 310 ext/odbc/birdstep.c stat = SQLConnect(hdbc, serv, SQL_NTS, user, SQL_NTS, pass, SQL_NTS); user 312 ext/odbc/birdstep.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Birdstep: Could not connect to server \"%s\" for %s", serv, user); user 149 ext/odbc/php_odbc.c ZEND_ARG_INFO(0, user) user 156 ext/odbc/php_odbc.c ZEND_ARG_INFO(0, user) user 376 ext/opcache/ZendAccelerator.h # define ZEND_CE_FILENAME(ce) (ce)->info.user.filename user 377 ext/opcache/ZendAccelerator.h # define ZEND_CE_DOC_COMMENT(ce) (ce)->info.user.doc_comment user 378 ext/opcache/ZendAccelerator.h # define ZEND_CE_DOC_COMMENT_LEN(ce) (ce)->info.user.doc_comment_len user 965 ext/opcache/zend_accelerator_util_funcs.c zend_set_compiled_filename((*pce1)->info.user.filename TSRMLS_CC); user 966 ext/opcache/zend_accelerator_util_funcs.c CG(zend_lineno) = (*pce1)->info.user.line_start; user 385 ext/reflection/php_reflection.c if (ce->type == ZEND_USER_CLASS && ce->info.user.doc_comment) { user 386 ext/reflection/php_reflection.c string_printf(str, "%s%s", indent, ce->info.user.doc_comment); user 443 ext/reflection/php_reflection.c string_printf(str, "%s @@ %s %d-%d\n", indent, ce->info.user.filename, user 444 ext/reflection/php_reflection.c ce->info.user.line_start, ce->info.user.line_end); user 3645 ext/reflection/php_reflection.c RETURN_STRING(ce->info.user.filename, 1); user 3663 ext/reflection/php_reflection.c RETURN_LONG(ce->info.user.line_start); user 3681 ext/reflection/php_reflection.c RETURN_LONG(ce->info.user.line_end); user 3698 ext/reflection/php_reflection.c if (ce->type == ZEND_USER_CLASS && ce->info.user.doc_comment) { user 3699 ext/reflection/php_reflection.c RETURN_STRINGL(ce->info.user.doc_comment, ce->info.user.doc_comment_len, 1); user 26 ext/session/mod_user.c PS_MOD_SID(user) user 79 ext/session/mod_user.c PS_OPEN_FUNC(user) user 100 ext/session/mod_user.c PS_CLOSE_FUNC(user) user 128 ext/session/mod_user.c PS_READ_FUNC(user) user 149 ext/session/mod_user.c PS_WRITE_FUNC(user) user 162 ext/session/mod_user.c PS_DESTROY_FUNC(user) user 174 ext/session/mod_user.c PS_GC_FUNC(user) user 186 ext/session/mod_user.c PS_CREATE_SID_FUNC(user) user 27 ext/session/mod_user.h PS_FUNCS_SID(user); user 1198 ext/soap/php_http.c if (phpurl->user) phpurl->user = estrdup(phpurl->user); user 3234 ext/soap/php_sdl.c char *user = php_get_current_user(TSRMLS_C); user 3235 ext/soap/php_sdl.c int user_len = user ? strlen(user) + 1 : 0; user 3247 ext/soap/php_sdl.c memcpy(key+len, user, user_len-1); user 1251 ext/standard/basic_functions.c ZEND_ARG_INFO(0, user) user 1263 ext/standard/basic_functions.c ZEND_ARG_INFO(0, user) user 561 ext/standard/filestat.c zval *user; user 568 ext/standard/filestat.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "pz/", &filename, &filename_len, &user) == FAILURE) { user 577 ext/standard/filestat.c if (Z_TYPE_P(user) == IS_LONG) { user 579 ext/standard/filestat.c value = &Z_LVAL_P(user); user 580 ext/standard/filestat.c } else if (Z_TYPE_P(user) == IS_STRING) { user 582 ext/standard/filestat.c value = Z_STRVAL_P(user); user 584 ext/standard/filestat.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "parameter 2 should be string or integer, %s given", zend_zval_type_name(user)); user 606 ext/standard/filestat.c if (Z_TYPE_P(user) == IS_LONG) { user 607 ext/standard/filestat.c uid = (uid_t)Z_LVAL_P(user); user 608 ext/standard/filestat.c } else if (Z_TYPE_P(user) == IS_STRING) { user 609 ext/standard/filestat.c if(php_get_uid_by_name(Z_STRVAL_P(user), &uid TSRMLS_CC) != SUCCESS) { user 610 ext/standard/filestat.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find uid for %s", Z_STRVAL_P(user)); user 614 ext/standard/filestat.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "parameter 2 should be string or integer, %s given", zend_zval_type_name(user)); user 247 ext/standard/ftp_fopen_wrapper.c if (resource->user != NULL) { user 248 ext/standard/ftp_fopen_wrapper.c tmp_len = php_raw_url_decode(resource->user, strlen(resource->user)); user 250 ext/standard/ftp_fopen_wrapper.c PHP_FTP_CNTRL_CHK(resource->user, tmp_len, "Invalid login %s") user 252 ext/standard/ftp_fopen_wrapper.c php_stream_printf(stream TSRMLS_CC, "USER %s\r\n", resource->user); user 535 ext/standard/http_fopen_wrapper.c if (((have_header & HTTP_HEADER_AUTH) == 0) && resource->user) { user 537 ext/standard/http_fopen_wrapper.c php_url_decode(resource->user, strlen(resource->user)); user 540 ext/standard/http_fopen_wrapper.c strcpy(scratch, resource->user); user 895 ext/standard/http_fopen_wrapper.c CHECK_FOR_CNTRL_CHARS(resource->user) user 46 ext/standard/url.c if (theurl->user) user 47 ext/standard/url.c efree(theurl->user); user 246 ext/standard/url.c ret->user = estrndup(s, (pp-s)); user 247 ext/standard/url.c php_replace_controlchars_ex(ret->user, (pp - s)); user 253 ext/standard/url.c ret->user = estrndup(s, (p-s)); user 254 ext/standard/url.c php_replace_controlchars_ex(ret->user, (p-s)); user 277 ext/standard/url.c STR_FREE(ret->user); user 290 ext/standard/url.c STR_FREE(ret->user); user 305 ext/standard/url.c STR_FREE(ret->user); user 403 ext/standard/url.c if (resource->user != NULL) RETVAL_STRING(resource->user, 1); user 434 ext/standard/url.c if (resource->user != NULL) user 435 ext/standard/url.c add_assoc_string(return_value, "user", resource->user, 1); user 25 ext/standard/url.h char *user; user 47 ext/sybase_ct/php_sybase_ct.c ZEND_ARG_INFO(0, user) user 56 ext/sybase_ct/php_sybase_ct.c ZEND_ARG_INFO(0, user) user 629 ext/sybase_ct/php_sybase_ct.c static int php_sybase_do_connect_internal(sybase_link *sybase, char *host, char *user, char *passwd, char *charset, char *appname TSRMLS_DC) user 647 ext/sybase_ct/php_sybase_ct.c if (user) { user 648 ext/sybase_ct/php_sybase_ct.c ct_con_props(sybase->connection, CS_SET, CS_USERNAME, user, CS_NULLTERM, NULL); user 731 ext/sybase_ct/php_sybase_ct.c char *user = NULL, *passwd = NULL, *host = NULL, *charset = NULL, *appname = NULL; user 737 ext/sybase_ct/php_sybase_ct.c host= user= passwd= charset= appname= NULL; user 739 ext/sybase_ct/php_sybase_ct.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|s!s!s!s!s!", &host, &len, &user, &len, &passwd, &len, &charset, &len, &appname, &len) == FAILURE) { user 743 ext/sybase_ct/php_sybase_ct.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|s!s!s!s!s!b", &host, &len, &user, &len, &passwd, &len, &charset, &len, &appname, &len, &new) == FAILURE) { user 752 ext/sybase_ct/php_sybase_ct.c user ? user : "", user 784 ext/sybase_ct/php_sybase_ct.c if (!php_sybase_do_connect_internal(sybase_ptr, host, user, passwd, charset, appname TSRMLS_CC)) { user 838 ext/sybase_ct/php_sybase_ct.c if (!php_sybase_do_connect_internal(sybase_ptr, host, user, passwd, charset, appname TSRMLS_CC)) { user 882 ext/sybase_ct/php_sybase_ct.c if (!php_sybase_do_connect_internal(sybase_ptr, host, user, passwd, charset, appname TSRMLS_CC)) { user 50 ext/xml/compat.c _start_element_handler(void *user, const xmlChar *name, const xmlChar **attributes) user 52 ext/xml/compat.c XML_Parser parser = (XML_Parser) user; user 76 ext/xml/compat.c parser->h_default(parser->user, (const XML_Char *) qualified_name, xmlStrlen(qualified_name)); user 84 ext/xml/compat.c parser->h_start_element(parser->user, (const XML_Char *) qualified_name, (const XML_Char **) attributes); user 90 ext/xml/compat.c _start_element_handler_ns(void *user, const xmlChar *name, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar ** namespaces, int nb_attributes, int nb_defaulted, const xmlChar ** attributes) user 92 ext/xml/compat.c XML_Parser parser = (XML_Parser) user; user 101 ext/xml/compat.c parser->h_start_ns(parser->user, (const XML_Char *) namespaces[y], (const XML_Char *) namespaces[y+1]); user 164 ext/xml/compat.c parser->h_default(parser->user, (const XML_Char *) qualified_name, xmlStrlen(qualified_name)); user 190 ext/xml/compat.c parser->h_start_element(parser->user, (const XML_Char *) qualified_name, (const XML_Char **) attrs); user 205 ext/xml/compat.c parser->h_end_ns(parser->user, nsptr->prefix); user 210 ext/xml/compat.c _end_element_handler(void *user, const xmlChar *name) user 213 ext/xml/compat.c XML_Parser parser = (XML_Parser) user; user 220 ext/xml/compat.c parser->h_default(parser->user, (const XML_Char *) end_element, strlen(end_element)); user 228 ext/xml/compat.c parser->h_end_element(parser->user, (const XML_Char *) qualified_name); user 234 ext/xml/compat.c _end_element_handler_ns(void *user, const xmlChar *name, const xmlChar * prefix, const xmlChar *URI) user 237 ext/xml/compat.c XML_Parser parser = (XML_Parser) user; user 249 ext/xml/compat.c parser->h_default(parser->user, (const XML_Char *) end_element, end_element_len); user 257 ext/xml/compat.c parser->h_end_element(parser->user, (const XML_Char *) qualified_name); user 263 ext/xml/compat.c _cdata_handler(void *user, const xmlChar *cdata, int cdata_len) user 265 ext/xml/compat.c XML_Parser parser = (XML_Parser) user; user 269 ext/xml/compat.c parser->h_default(parser->user, (const XML_Char *) cdata, cdata_len); user 274 ext/xml/compat.c parser->h_cdata(parser->user, (const XML_Char *) cdata, cdata_len); user 278 ext/xml/compat.c _pi_handler(void *user, const xmlChar *target, const xmlChar *data) user 280 ext/xml/compat.c XML_Parser parser = (XML_Parser) user; user 286 ext/xml/compat.c parser->h_default(parser->user, (const XML_Char *) full_pi, strlen(full_pi)); user 292 ext/xml/compat.c parser->h_pi(parser->user, (const XML_Char *) target, (const XML_Char *) data); user 296 ext/xml/compat.c _unparsed_entity_decl_handler(void *user, user 302 ext/xml/compat.c XML_Parser parser = (XML_Parser) user; user 308 ext/xml/compat.c parser->h_unparsed_entity_decl(parser->user, name, NULL, sys_id, pub_id, notation); user 312 ext/xml/compat.c _notation_decl_handler(void *user, const xmlChar *notation, const xmlChar *pub_id, const xmlChar *sys_id) user 314 ext/xml/compat.c XML_Parser parser = (XML_Parser) user; user 320 ext/xml/compat.c parser->h_notation_decl(parser->user, notation, NULL, sys_id, pub_id); user 337 ext/xml/compat.c _comment_handler(void *user, const xmlChar *comment) user 339 ext/xml/compat.c XML_Parser parser = (XML_Parser) user; user 346 ext/xml/compat.c parser->h_default(parser->user, d_comment, d_comment_len); user 363 ext/xml/compat.c _external_entity_ref_handler(void *user, const xmlChar *names, int type, const xmlChar *sys_id, const xmlChar *pub_id, xmlChar *content) user 365 ext/xml/compat.c XML_Parser parser = (XML_Parser) user; user 375 ext/xml/compat.c _get_entity(void *user, const xmlChar *name) user 377 ext/xml/compat.c XML_Parser parser = (XML_Parser) user; user 393 ext/xml/compat.c parser->h_default(parser->user, (const xmlChar *) entity, len); user 399 ext/xml/compat.c parser->h_cdata(parser->user, ret->content, xmlStrlen(ret->content)); user 404 ext/xml/compat.c _external_entity_ref_handler(user, ret->name, ret->etype, ret->SystemID, ret->ExternalID, NULL); user 504 ext/xml/compat.c XML_SetUserData(XML_Parser parser, void *user) user 506 ext/xml/compat.c parser->user = user; user 512 ext/xml/compat.c return parser->user; user 69 ext/xml/expat_compat.h void *user; user 373 main/fopen_wrappers.c char user[32]; /* to try open the directory */ user 387 main/fopen_wrappers.c if (length > (int)sizeof(user) - 1) { user 388 main/fopen_wrappers.c length = sizeof(user) - 1; user 390 main/fopen_wrappers.c memcpy(user, path_info + 2, length); user 391 main/fopen_wrappers.c user[length] = '\0'; user 393 main/fopen_wrappers.c if (getpwnam_r(user, &pwstruc, pwbuf, pwbuflen, &pw)) { user 398 main/fopen_wrappers.c pw = getpwnam(user); user 2692 main/main.c char *user; user 2694 main/main.c user = php_base64_decode(auth + 6, strlen(auth) - 6, NULL); user 2695 main/main.c if (user) { user 2696 main/main.c pass = strchr(user, ':'); user 2699 main/main.c SG(request_info).auth_user = user; user 2703 main/main.c efree(user); user 491 main/output.c php_output_handler_user_func_t *user = NULL; user 503 main/output.c user = ecalloc(1, sizeof(php_output_handler_user_func_t)); user 504 main/output.c if (SUCCESS == zend_fcall_info_init(output_handler, 0, &user->fci, &user->fcc, &handler_name, &error TSRMLS_CC)) { user 507 main/output.c user->zoh = output_handler; user 508 main/output.c handler->func.user = user; user 510 main/output.c efree(user); user 721 main/output.c zval_ptr_dtor(&handler->func.user->zoh); user 722 main/output.c efree(handler->func.user); user 974 main/output.c zend_fcall_info_argn(&handler->func.user->fci TSRMLS_CC, 2, &ob_data, &ob_mode); user 977 main/output.c if (SUCCESS == zend_fcall_info_call(&handler->func.user->fci, &handler->func.user->fcc, &retval, NULL TSRMLS_CC) && PHP_OUTPUT_USER_SUCCESS(retval)) { user 994 main/output.c zend_fcall_info_argn(&handler->func.user->fci TSRMLS_CC, 0); user 141 main/php_output.h php_output_handler_user_func_t *user; user 550 sapi/apache/mod_php5.c r->connection->user = pstrdup(r->connection->pool, tmp_user); user 184 sapi/apache2filter/sapi_apache2.c ctx->finfo.st_uid = ctx->r->finfo.user; user 429 sapi/apache2filter/sapi_apache2.c if (SG(request_info).auth_user == NULL && f->r->user) { user 430 sapi/apache2filter/sapi_apache2.c SG(request_info).auth_user = estrdup(f->r->user); user 433 sapi/apache2filter/sapi_apache2.c ctx->r->user = apr_pstrdup(ctx->r->pool, SG(request_info).auth_user); user 220 sapi/apache2handler/sapi_apache2.c ctx->finfo.st_uid = ctx->r->finfo.user; user 496 sapi/apache2handler/sapi_apache2.c if (SG(request_info).auth_user == NULL && r->user) { user 497 sapi/apache2handler/sapi_apache2.c SG(request_info).auth_user = estrdup(r->user); user 500 sapi/apache2handler/sapi_apache2.c ctx->r->user = apr_pstrdup(ctx->r->pool, SG(request_info).auth_user); user 600 sapi/apache_hooks/mod_php5.c r->connection->user = pstrdup(r->connection->pool, tmp_user); user 122 sapi/fpm/fpm/fpm_conf.c { "user", &fpm_conf_set_string, WPO(user) }, user 642 sapi/fpm/fpm/fpm_conf.c free(wpc->user); user 767 sapi/fpm/fpm/fpm_conf.c if (!wp->config->user && !geteuid()) { user 1588 sapi/fpm/fpm/fpm_conf.c zlog(ZLOG_NOTICE, "\tuser = %s", STR2STR(wp->config->user)); user 57 sapi/fpm/fpm/fpm_conf.h char *user; user 154 sapi/fpm/fpm/fpm_env.c if (wp->user) { user 155 sapi/fpm/fpm/fpm_env.c setenv("USER", wp->user, 1); user 185 sapi/fpm/fpm/fpm_env.c free(wp->user); user 186 sapi/fpm/fpm/fpm_env.c wp->user = 0; user 263 sapi/fpm/fpm/fpm_unix.c if (wp->config->user && *wp->config->user) { user 264 sapi/fpm/fpm/fpm_unix.c if (strlen(wp->config->user) == strspn(wp->config->user, "0123456789")) { user 265 sapi/fpm/fpm/fpm_unix.c wp->set_uid = strtoul(wp->config->user, 0, 10); user 269 sapi/fpm/fpm/fpm_unix.c pwd = getpwnam(wp->config->user); user 271 sapi/fpm/fpm/fpm_unix.c zlog(ZLOG_ERROR, "[pool %s] cannot get uid for user '%s'", wp->config->name, wp->config->user); user 278 sapi/fpm/fpm/fpm_unix.c wp->user = strdup(pwd->pw_name); user 305 sapi/fpm/fpm/fpm_unix.c if (wp->config->user && *wp->config->user) { user 321 sapi/fpm/fpm/fpm_unix.c wp->user = strdup(pwd->pw_name); user 389 sapi/fpm/fpm/fpm_unix.c if (0 > initgroups(wp->config->user, wp->set_gid)) { user 390 sapi/fpm/fpm/fpm_unix.c zlog(ZLOG_SYSERROR, "[pool %s] failed to initgroups(%s, %d)", wp->config->name, wp->config->user, wp->set_gid); user 27 sapi/fpm/fpm/fpm_worker_pool.c if (wp->user) { user 28 sapi/fpm/fpm/fpm_worker_pool.c free(wp->user); user 24 sapi/fpm/fpm/fpm_worker_pool.h char *user, *home; /* for setting env USER and HOME */ user 319 sapi/phpdbg/phpdbg_info.c if ((*ce)->info.user.filename) { user 322 sapi/phpdbg/phpdbg_info.c (*ce)->info.user.filename, user 323 sapi/phpdbg/phpdbg_info.c (*ce)->info.user.line_start); user 108 sapi/phpdbg/phpdbg_list.c if ((*ce)->info.user.filename) { user 110 sapi/phpdbg/phpdbg_list.c (*ce)->info.user.filename, user 111 sapi/phpdbg/phpdbg_list.c (*ce)->info.user.line_end - (*ce)->info.user.line_start + 1, user 112 sapi/phpdbg/phpdbg_list.c (*ce)->info.user.line_start, 0 TSRMLS_CC