Searched refs:share (Results 1 – 25 of 39) sorted by relevance
12
30 // The two connections c1 and c2 should not share resources as they use different34 echo "First and third connections share a resource: NOT OK\n";38 // The two connections p1 and p2 should not share resources as they use different42 echo "Second and fourth connections share a resource: NOT OK\n";
33 echo "Both connections share a resource : OK\n";44 Both connections share a resource : OK
32 echo "Both connections share a resource : OK\n";43 Both connections share a resource : OK
43 echo "First and second connections share a resource: Not OK\n";52 echo "First and third connections share a resource: OK\n";80 First and third connections share a resource: OK
44 echo "First and second connections share a resource: Not OK\n";53 echo "First and third connections share a resource: OK\n";81 First and third connections share a resource: OK
27 echo "First and second connections share a resource: Not OK\n";
34 echo "Both connections share a resource : NOT OK\n";
49 sh->share = curl_share_init(); in PHP_FUNCTION()81 error = curl_share_setopt(sh->share, option, zval_get_long(zvalue)); in _php_curl_share_setopt()129 curl_share_cleanup(sh->share); in _php_curl_share_close()
30 EXTENSION("curl", "interface.c multi.c share.c curl_file.c");
212 CURLSH *share; member
191 PHP_NEW_EXTENSION(curl, interface.c multi.c share.c curl_file.c, $ext_shared)
21 $mibdir = getenv('SNMP_MIBDIR') ? getenv('SNMP_MIBDIR') : "/usr/local/share/snmp/mibs";23 $mibdir = getenv('SNMP_MIBDIR') ? getenv('SNMP_MIBDIR') : "/usr/share/snmp/mibs";
22 Warning: curl_share_setopt(): Invalid curl share configuration option in %s on line %d
30 Unknown share option
2 Bug #74923 Crash when crawling through network share
3 <!DOCTYPE chapter SYSTEM '/share/sgml/Norman_Walsh/db3xml10/db3xml10.dtd'
192 <!DOCTYPE chapter SYSTEM "/share/sgml/Norman_Walsh/db3xml10/db3xml10.dtd" [253 <!DOCTYPE chapter SYSTEM "/share/sgml/Norman_Walsh/db3xml10/db3xml10.dtd" [
56 printf("[003] Several constants share the same value '%s'\n", $value);
16 // we should be able to pull out a directory that's there, but none that share
97 printf("[003] Several constants share the same value '%s'\n", $value);
117 opts->share = FILE_SHARE_READ | FILE_SHARE_WRITE; in php_win32_ioutil_posix_to_open_opts()213 open_opts.share, in php_win32_ioutil_open_w()
79 DWORD share; member
9 /* uses ' to share the code path with HTML 4.01 */
Completed in 46 milliseconds