Home
last modified time | relevance | path

Searched refs:mode_string (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/standard/
H A Dproc_open.c934 char *mode_string=NULL; in PHP_FUNCTION() local
944 mode_string = "wb"; in PHP_FUNCTION()
947 mode_string = "rb"; in PHP_FUNCTION()
951 mode_string = "w"; in PHP_FUNCTION()
954 mode_string = "r"; in PHP_FUNCTION()
957 mode_string = "r+"; in PHP_FUNCTION()
962 descriptors[i].mode_flags), mode_string, NULL); in PHP_FUNCTION()
964 stream = php_stream_fopen_from_fd(descriptors[i].parentend, mode_string, NULL); in PHP_FUNCTION()
/PHP-5.5/ext/pgsql/
H A Dpgsql.c3223 char *oid_string, *end_ptr, *mode_string; local
3234 "rss", &pgsql_link, &oid_string, &oid_strlen, &mode_string, &mode_strlen) == SUCCESS) {
3243 "rls", &pgsql_link, &oid_long, &mode_string, &mode_strlen) == SUCCESS) {
3251 "ss", &oid_string, &oid_strlen, &mode_string, &mode_strlen) == SUCCESS) {
3262 "ls", &oid_long, &mode_string, &mode_strlen) == SUCCESS) {
3286 if (strchr(mode_string, 'r') == mode_string) {
3288 if (strchr(mode_string, '+') == mode_string+1) {
3292 if (strchr(mode_string, 'w') == mode_string) {
3295 if (strchr(mode_string, '+') == mode_string+1) {

Completed in 25 milliseconds