Searched defs:postname (Results 1 - 1 of 1) sorted by relevance
| /PHP_TRUNK/ext/curl/ |
| H A D | curl_file.c | 34 char *fname = NULL, *mime = NULL, *postname = NULL; local 38 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|ss", &fname, &fname_len, &mime, &mime_len, &postname, &postname_len) == FAILURE) { 50 if (postname) { 51 zend_update_property_string(curl_CURLFile_class, cf, "postname", sizeof("postname")-1, postname TSRMLS_CC); 116 curlfile_get_property("postname", INTERNAL_FUNCTION_PARAM_PASSTHRU); 132 curlfile_set_property("postname", INTERNAL_FUNCTION_PARAM_PASSTHRU); 148 ZEND_ARG_INFO(0, postname) 174 zend_declare_property_string(curl_CURLFile_class, "postname", sizeo [all...] |
Completed in 3 milliseconds