Home
last modified time | relevance | path

Searched refs:postparams (Results 1 – 18 of 18) sorted by relevance

/dports/archivers/c-blosc2/c-blosc2-2.0.4/tests/
H A Dtest_postfilter.c60 int nelems = postparams->size / postparams->typesize; in postfilter_func()
62 int32_t *input0 = (int32_t *)postparams->in; in postfilter_func()
98 blosc2_postfilter_params postparams = {0}; in test_postfilter0() local
101 postparams.user_data = (void*)&tpostparams; in test_postfilter0()
102 dparams.postparams = &postparams; in test_postfilter0()
143 blosc2_postfilter_params postparams = {0}; in test_postfilter1() local
148 postparams.user_data = (void*)&tpostparams; in test_postfilter1()
149 dparams.postparams = &postparams; in test_postfilter1()
191 blosc2_postfilter_params postparams = {0}; in test_postfilter2() local
198 postparams.user_data = (void*)&tpostparams; in test_postfilter2()
[all …]
/dports/net-mgmt/ettercap/ettercap-0.8.3.1/src/
H A Dec_fingerprint.c311 char postparams[1024]; in fingerprint_submit() local
337 memset(postparams, 0, sizeof(postparams)); in fingerprint_submit()
358 snprintf(postparams, sizeof(postparams), "finger=%s&os=%s", finger, os_encoded); in fingerprint_submit()
362 curl_easy_setopt(curl, CURLOPT_POSTFIELDS, postparams); in fingerprint_submit()
366 DEBUG_MSG("Post request content is: %s\n", postparams); in fingerprint_submit()
399 snprintf(postparams, sizeof(postparams), "POST %s HTTP/1.1\r\n" in fingerprint_submit()
411 socket_send(sock, (const u_char*)postparams, strlen(postparams)); in fingerprint_submit()
416 DEBUG_MSG("Post request content is: %s\n", postparams); in fingerprint_submit()
/dports/www/moodle310/moodle/badges/classes/
H A Dbackpack_api2p1_mapping.php75 * @param mixed $postparams List of parameters for this method.
83 public function __construct($action, $url, $postparams, argument
87 $this->postparams = $postparams;
H A Dbackpack_api_mapping.php87 * @param mixed $postparams List of parameters for this method.
97 public function __construct($action, $url, $postparams, $requestexporter, $responseexporter, argument
101 $this->postparams = $postparams;
194 $request = $this->postparams;
/dports/www/moodle311/moodle/badges/classes/
H A Dbackpack_api2p1_mapping.php75 * @param mixed $postparams List of parameters for this method.
83 public function __construct($action, $url, $postparams, argument
87 $this->postparams = $postparams;
H A Dbackpack_api_mapping.php87 * @param mixed $postparams List of parameters for this method.
97 public function __construct($action, $url, $postparams, $requestexporter, $responseexporter, argument
101 $this->postparams = $postparams;
194 $request = $this->postparams;
/dports/www/moodle39/moodle/badges/classes/
H A Dbackpack_api2p1_mapping.php75 * @param mixed $postparams List of parameters for this method.
83 public function __construct($action, $url, $postparams, argument
87 $this->postparams = $postparams;
H A Dbackpack_api_mapping.php87 * @param mixed $postparams List of parameters for this method.
97 public function __construct($action, $url, $postparams, $requestexporter, $responseexporter, argument
101 $this->postparams = $postparams;
194 $request = $this->postparams;
/dports/archivers/c-blosc2/c-blosc2-2.0.4/blosc/
H A Dblosc2.c1244 memcpy(&postparams, context->postparams, sizeof(postparams)); in pipeline_backward()
1245 postparams.in = _src; in pipeline_backward()
1247 postparams.size = bsize; in pipeline_backward()
1253 postparams.ctx = context; in pipeline_backward()
1503 memcpy(&postparams, context->postparams, sizeof(postparams)); in blosc_d()
1504 postparams.in = tmp; in blosc_d()
1506 postparams.size = bsize; in blosc_d()
1512 postparams.ctx = context; in blosc_d()
3548 memcpy(context->postparams, dparams.postparams, sizeof(blosc2_postfilter_params)); in blosc2_create_dctx()
3577 my_free(context->postparams); in blosc2_free_ctx()
[all …]
H A Dcontext.h99 blosc2_postfilter_params *postparams; member
/dports/www/moodle39/moodle/mod/forum/classes/privacy/
H A Dprovider.php1263 $postparams = [
1269 $DB->set_field_select('forum_posts', 'subject', '', $postsql, $postparams);
1272 $DB->set_field_select('forum_posts', 'message', '', $postsql, $postparams);
1273 … $DB->set_field_select('forum_posts', 'messageformat', FORMAT_PLAIN, $postsql, $postparams);
1276 $DB->set_field_select('forum_posts', 'deleted', 1, $postsql, $postparams);
1282 "IN ($postidsql)", $postparams);
1286 "IN ($postidsql)", $postparams);
1290 … $fs->delete_area_files_select($context->id, 'mod_forum', 'post', "IN ($postidsql)", $postparams);
1291 …>delete_area_files_select($context->id, 'mod_forum', 'attachment', "IN ($postidsql)", $postparams);
/dports/www/moodle310/moodle/mod/forum/classes/privacy/
H A Dprovider.php1263 $postparams = [
1269 $DB->set_field_select('forum_posts', 'subject', '', $postsql, $postparams);
1272 $DB->set_field_select('forum_posts', 'message', '', $postsql, $postparams);
1273 … $DB->set_field_select('forum_posts', 'messageformat', FORMAT_PLAIN, $postsql, $postparams);
1276 $DB->set_field_select('forum_posts', 'deleted', 1, $postsql, $postparams);
1282 "IN ($postidsql)", $postparams);
1286 "IN ($postidsql)", $postparams);
1290 … $fs->delete_area_files_select($context->id, 'mod_forum', 'post', "IN ($postidsql)", $postparams);
1291 …>delete_area_files_select($context->id, 'mod_forum', 'attachment', "IN ($postidsql)", $postparams);
/dports/www/moodle311/moodle/mod/forum/classes/privacy/
H A Dprovider.php1263 $postparams = [
1269 $DB->set_field_select('forum_posts', 'subject', '', $postsql, $postparams);
1272 $DB->set_field_select('forum_posts', 'message', '', $postsql, $postparams);
1273 … $DB->set_field_select('forum_posts', 'messageformat', FORMAT_PLAIN, $postsql, $postparams);
1276 $DB->set_field_select('forum_posts', 'deleted', 1, $postsql, $postparams);
1282 "IN ($postidsql)", $postparams);
1286 "IN ($postidsql)", $postparams);
1290 … $fs->delete_area_files_select($context->id, 'mod_forum', 'post', "IN ($postidsql)", $postparams);
1291 …>delete_area_files_select($context->id, 'mod_forum', 'attachment', "IN ($postidsql)", $postparams);
/dports/www/py-slumber/slumber-0.7.1/tests/
H A Dresource.py500 postparams = dict(key1=1, key2="two")
507 api.myres.post(postparams, **getparams)
/dports/archivers/c-blosc2/c-blosc2-2.0.4/include/
H A Dblosc2.h994 blosc2_postfilter_params *postparams; member
/dports/devel/efl/efl-1.25.1/src/lib/eolian/
H A Deo_parser.c2455 goto postparams; in parse_unit()
2457 postparams: in parse_unit()
/dports/devel/fpc-fcl-web/fpc-3.2.2/packages/fcl-web/src/restbridge/
H A Dsqldbrestdata.pp165 // If we have postparams, it means we're building a dataset for return data.
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-web/src/restbridge/
H A Dsqldbrestdata.pp165 // If we have postparams, it means we're building a dataset for return data.