Home
last modified time | relevance | path

Searched refs:desc (Results 1 – 25 of 32) sorted by relevance

12

/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc_introspection.c114 XMLRPC_AddValueToVector(vector, sm->desc); in describe_method()
199 if(sm && sm->desc) { in xi_system_method_signature_cb()
258 if(sm && sm->desc) { in xi_system_method_help_cb()
289 if(id || desc) { in describeValue_worker()
316 const char* desc = NULL; in xml_element_to_method_description() local
333 desc = attr_iter->val; in xml_element_to_method_description()
364 …xReturn = describeValue_worker(ptype, name, (desc ? desc : (xSubList ? NULL : el->text.str)), opti… in xml_element_to_method_description()
502 if(server && desc) { in XMLRPC_ServerAddIntrospectionData()
515 if(sm->desc) { in XMLRPC_ServerAddIntrospectionData()
516 XMLRPC_CleanupValue(sm->desc); in XMLRPC_ServerAddIntrospectionData()
[all …]
H A Dxmlrpc_introspection.h90 int XMLRPC_ServerAddIntrospectionData(XMLRPC_SERVER server, XMLRPC_VALUE desc);
H A Dxmlrpc_private.h151 XMLRPC_VALUE desc; member
H A Dxmlrpc.c2398 if(sm->desc) { in XMLRPC_ServerDestroy()
2399 XMLRPC_CleanupValue(sm->desc); in XMLRPC_ServerDestroy()
2447 sm->desc = NULL; in XMLRPC_ServerRegisterMethod()
/PHP-5.5/ext/oci8/tests/
H A Dlob_041.phpt26 $desc = oci_new_descriptor($c, OCI_DTYPE_LOB);
27 oci_define_by_name($s, "C1", $desc);
32 oci_free_descriptor($desc);
37 $desc = oci_new_descriptor($c, OCI_DTYPE_LOB);
38 oci_define_by_name($s, "C1", $desc);
43 oci_free_descriptor($desc);
44 var_dump($desc);
H A Dlob_018.phpt54 $query = 'select * from lob_018_tab order by mykey desc';
/PHP-5.5/ext/standard/tests/strings/
H A Dhttp_build_query_variation1.phpt16 protected $sort = 'desc,name';
23 $obj->sort = 'desc,name';
29 name=homepage&page=1&sort=desc%2Cname
H A Dhttp_build_query_variation3.phpt18 "sort" => "desc,admin",
26 name=main+page&sort=desc%2Cadmin&equation=10+%2B+10+-+5
27 name=main%20page&sort=desc%2Cadmin&equation=10%20%2B%2010%20-%205
H A Dhttp_build_query_variation2.phpt23 "desc",
38 0=20&5=13&9%5B1%5D=val1&9%5B3%5D=val2&9%5Bstring%5D=string&name=homepage&page=10&sort%5B0%5D=desc&s…
39 …5B3%5D=val2&prefix_9%5Bstring%5D=string&name=homepage&page=10&sort%5B0%5D=desc&sort%5Badmin%5D%5B0…
/PHP-5.5/ext/pdo/
H A Dpdo_sqlstate.c33 const char *desc; member
336 return (*info)->desc; in pdo_sqlstate_state_to_description()
/PHP-5.5/ext/standard/tests/array/
H A Darray_product_variation1.phpt23 foreach ($types as $desc => $type) {
24 echo $desc . "\n";
/PHP-5.5/ext/wddx/tests/
H A Dbug35410.phpt34 <string>desc</string>
70 string(4) "desc"
H A Dbug35410_64bit.phpt34 <string>desc</string>
70 string(4) "desc"
/PHP-5.5/ext/com_dotnet/
H A Dcom_com.c351 char *source = NULL, *desc = NULL, *msg = NULL; in php_com_invoke_helper() local
367 desc ? desc : "Unknown"); in php_com_invoke_helper()
371 desc ? desc : "Unknown"); in php_com_invoke_helper()
373 if (desc) { in php_com_invoke_helper()
374 efree(desc); in php_com_invoke_helper()
386 desc = php_win32_error_to_msg(hr); in php_com_invoke_helper()
387 spprintf(&msg, 0, "Parameter %d: %s", arg_err, desc); in php_com_invoke_helper()
388 LocalFree(desc); in php_com_invoke_helper()
402 desc = php_win32_error_to_msg(hr); in php_com_invoke_helper()
403 spprintf(&msg, 0, "Error [0x%08x] %s", hr, desc); in php_com_invoke_helper()
[all …]
/PHP-5.5/sapi/cli/tests/
H A D022.phpt21 $desc = array(
27 $proc = proc_open("$php -n " . escapeshellarg($test_file), $desc, $pipes);
/PHP-5.5/ext/fileinfo/libmagic/
H A Dsoftmagic.c202 if (*m->desc) { in match()
289 if (*m->desc) { in match()
306 && *m->desc) { in match()
317 if (*m->desc) in match()
350 if (strchr(m->desc, '%') == NULL) { in check_fmt()
357 return !pcre_exec(pce, re_extra, m->desc, strlen(m->desc), 0, re_options, NULL, 0); in check_fmt()
380 if (file_printf(ms, m->desc, buf) == -1) in mprint()
401 if (file_printf(ms, m->desc, buf) == -1) in mprint()
540 if (file_printf(ms, m->desc, vf) == -1) in mprint()
560 if (file_printf(ms, m->desc, vd) == -1) in mprint()
[all …]
H A Dapprentice.c770 if (m->desc[0] == '\0') in apprentice_magic_strength()
824 ml->magic[magindex].desc, in apprentice_list()
1056 me[i].mp->desc[0] ? me[i].mp->desc : "(no description)", in set_text_binary()
1059 char *p = strstr(me[i].mp->desc, text); in set_text_binary()
1060 if (p && (p == me[i].mp->desc || in set_text_binary()
1936 for (i = 0; (m->desc[i++] = *l++) != '\0' && i < sizeof(m->desc); ) in parse()
1938 if (i == sizeof(m->desc)) { in parse()
1939 m->desc[sizeof(m->desc) - 1] = '\0'; in parse()
2217 for (ptr = m->desc; *ptr; ptr++) in check_format()
2246 file_names[m->type], m->desc); in check_format()
[all …]
H A Dfile.h305 char desc[MAXDESC]; /* description */ member
/PHP-5.5/ext/enchant/tests/
H A Dbroker_describe.phpt18 if (!(isset($backend['name']) && isset($backend['desc']) && isset($backend['file']))) {
/PHP-5.5/ext/xml/tests/
H A Dbug26614.phpt74 foreach ($xmls as $desc => $xml) {
75 echo "$desc\n";
H A Dbug26614_libxml.phpt74 foreach ($xmls as $desc => $xml) {
75 echo "$desc\n";
/PHP-5.5/ext/enchant/
H A Denchant.c179 const char * const desc, in ZEND_GET_MODULE()
190 add_assoc_string(tmp_array, "desc", (char *)desc, 1); in ZEND_GET_MODULE()
204 const char * const desc, in describe_dict_fn() argument
212 add_assoc_string(zdesc, "desc", (char *)desc, 1); in describe_dict_fn()
306 const char * const desc, in __enumerate_providers_fn() argument
310 php_info_print_table_row(3, name, desc, file); in __enumerate_providers_fn()
/PHP-5.5/ext/xmlrpc/
H A Dxmlrpc-epi-php.c137 ZEND_ARG_INFO(0, desc)
1211 zval *handle, *desc; in PHP_FUNCTION() local
1215 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ra", &handle, &desc) == FAILURE) { in PHP_FUNCTION()
1222 XMLRPC_VALUE xDesc = PHP_to_XMLRPC(desc TSRMLS_CC); in PHP_FUNCTION()
/PHP-5.5/ext/gd/libgd/
H A Dgdft.c1072 FT_Pos desc; local
1074 if ( (desc = (slot->metrics.height - slot->metrics.horiBearingY)) > yd) {
1075 yd = desc;
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_get_client_stats.phpt33 …function mysqli_get_client_stats_assert_eq($field, $current, $expected, &$test_counter, $desc = ""…
39 $test_counter, $desc,
46 $test_counter, $desc,
53 $test_counter, $desc,
61 …function mysqli_get_client_stats_assert_gt($field, $current, $expected, &$test_counter, $desc = ""…
67 $test_counter, $desc,
74 $test_counter, $desc, $field,

Completed in 81 milliseconds

12