Home
last modified time | relevance | path

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

/PHP-5.5/main/streams/
H A Dphp_stream_context.h63 const char *wrappername, const char *optionname, zval ***optionvalue);
65 const char *wrappername, const char *optionname, zval *optionvalue);
H A Dstreams.c2228 const char *wrappername, const char *optionname, zval ***optionvalue) argument
2235 …_hash_find(Z_ARRVAL_PP(wrapperhash), (char*)optionname, strlen(optionname)+1, (void**)optionvalue);
2239 const char *wrappername, const char *optionname, zval *optionvalue) argument
2245 *copied_val = *optionvalue;

Completed in 13 milliseconds