Lines Matching defs:obuf
389 char obuf[128];
392 obuf[0] = '\0';
393 lws_strexp_init(&exp, NULL, exp_cb1, obuf, sizeof(obuf));
396 strcmp(obuf, "this-is-a-replacement_string-for-strexp")) {
397 lwsl_notice("%s: obuf %s\n", __func__, obuf);
416 memset(obuf, 0, sizeof(obuf));
417 lws_strexp_init(&exp, NULL, exp_cb1, obuf, 16);
427 memset(obuf, 0, sizeof(obuf));
428 lws_strexp_reset_out(&exp, obuf, 16);
440 memset(obuf, 0, sizeof(obuf));
441 lws_strexp_reset_out(&exp, obuf, 16);