/third_party/cups-filters/filter/foomatic-rip/ |
H A D | util.c | 102 char *pdest = dest; in strlower() local 106 *pdest = tolower(*psrc); in strlower() 107 pdest++; in strlower() 110 *pdest = '\0'; in strlower() 121 char* pdest = dest; in strncpy_omit() local 123 if (!pdest) in strncpy_omit() 128 *pdest = *psrc; in strncpy_omit() 129 pdest++; in strncpy_omit() 135 *pdest = '\0'; in strncpy_omit() 171 char *pdest in strlcpy() local 192 char *pdest = dest; strlcat() local 282 char *pdest = dest; strncpy_tochar() local 343 char *pdest = dest; file_basename() local 508 char *pdest = dest; unhexify() local [all...] |
H A D | postscript.c | 348 dstr_t *pdest; in _print_ps() local 750 pdest = (inheader && isdscjob) ? psheader : psfifo; in _print_ps() 763 dstrcatf(pdest, "%%%%BeginFeature: *%s %s\n", o->name, in _print_ps() 766 dstrcatf(pdest, "%%%%BeginFeature: *%s %s\n", o->name, val); in _print_ps() 768 dstrcatf(pdest, "%s\n", tmp->data); in _print_ps() 778 dstrcatf(pdest, "%%%% FoomaticRIPOptionSetting: %s=%s\n", in _print_ps()
|
H A D | options.c | 1152 char *pdest = dest; in unhtmlify() local 1159 while (*psrc && pdest - dest < size - 1) { in unhtmlify() 1263 s = size - (pdest - dest) - 1; in unhtmlify() 1264 strncpy(pdest, repl, s); in unhtmlify() 1266 pdest += s; in unhtmlify() 1268 pdest += l; in unhtmlify() 1272 *pdest = '&'; in unhtmlify() 1273 pdest++; in unhtmlify() 1277 *pdest = *psrc; in unhtmlify() 1278 pdest in unhtmlify() [all...] |
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
H A D | ngtcp2_crypto.c | 427 * stores the integer in |*pdest| and returns 0. Otherwise it returns 430 static ngtcp2_ssize decode_varint(uint64_t *pdest, const uint8_t *p, in decode_varint() argument 443 *pdest = ngtcp2_get_varint(&len, p); in decode_varint() 452 * stores the value in |*pdest| and returns 0. Otherwise it returns 455 static ngtcp2_ssize decode_varint_param(uint64_t *pdest, const uint8_t *p, in decode_varint_param() argument 481 *pdest = ngtcp2_get_varint(&n, p); in decode_varint_param() 492 * value in |*pdest| and returns the number of bytes read. Otherwise 495 static ngtcp2_ssize decode_cid_param(ngtcp2_cid *pdest, const uint8_t *p, in decode_cid_param() argument 512 ngtcp2_cid_init(pdest, p, (size_t)valuelen); in decode_cid_param() 854 static int transport_params_copy_new(ngtcp2_transport_params **pdest, in transport_params_copy_new() argument 916 ngtcp2_transport_params_copy_new(ngtcp2_transport_params **pdest, const ngtcp2_transport_params *src, const ngtcp2_mem *mem) ngtcp2_transport_params_copy_new() argument [all...] |
H A D | ngtcp2_rob.h | 166 * offset |offset| to |*pdest| if it is available, and returns the 170 size_t ngtcp2_rob_data_at(ngtcp2_rob *rob, const uint8_t **pdest,
|
H A D | ngtcp2_crypto.h | 132 * it to |*pdest|. If |src| is NULL, NULL is assigned to |*pdest|. 135 * the memory assigned to |*pdest|. 143 int ngtcp2_transport_params_copy_new(ngtcp2_transport_params **pdest,
|
H A D | ngtcp2_rob.c | 257 size_t ngtcp2_rob_data_at(ngtcp2_rob *rob, const uint8_t **pdest, in ngtcp2_rob_data_at() argument 281 *pdest = d->begin + (offset - d->range.begin); in ngtcp2_rob_data_at()
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | x509_vpm.c | 238 static int int_x509_param_set1(char **pdest, size_t *pdestlen, in int_x509_param_set1() argument 256 OPENSSL_free(*pdest); in int_x509_param_set1() 257 *pdest = tmp; in int_x509_param_set1()
|
/third_party/openssl/crypto/x509/ |
H A D | x509_vpm.c | 238 static int int_x509_param_set1(char **pdest, size_t *pdestlen, in int_x509_param_set1() argument 256 OPENSSL_free(*pdest); in int_x509_param_set1() 257 *pdest = tmp; in int_x509_param_set1()
|
/third_party/ffmpeg/libavcodec/ |
H A D | sanm.c | 1015 static void copy_block(uint16_t *pdest, uint16_t *psrc, int block_size, ptrdiff_t pitch) in copy_block() argument 1017 uint8_t *dst = (uint8_t *)pdest; in copy_block() 1034 static void fill_block(uint16_t *pdest, uint16_t color, int block_size, ptrdiff_t pitch) in fill_block() argument 1039 for (y = 0; y < block_size; y++, pdest += pitch) in fill_block() 1041 *pdest++ = color; in fill_block() 1293 uint16_t *pdest = ctx->frm0; in decode_8() local 1308 *pdest++ = ctx->codebook[*rsrc++]; in decode_8()
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | t1_lib.c | 2278 int tls1_save_u16(PACKET *pkt, uint16_t **pdest, size_t *pdestlen) in tls1_save_u16() argument 2304 OPENSSL_free(*pdest); in tls1_save_u16() 2305 *pdest = buf; in tls1_save_u16()
|
H A D | ssl_local.h | 2768 __owur int tls1_save_u16(PACKET *pkt, uint16_t **pdest, size_t *pdestlen);
|
/third_party/openssl/ssl/ |
H A D | t1_lib.c | 2258 int tls1_save_u16(PACKET *pkt, uint16_t **pdest, size_t *pdestlen) in tls1_save_u16() argument 2284 OPENSSL_free(*pdest); in tls1_save_u16() 2285 *pdest = buf; in tls1_save_u16()
|
H A D | ssl_local.h | 2712 __owur int tls1_save_u16(PACKET *pkt, uint16_t **pdest, size_t *pdestlen);
|