Home
last modified time | relevance | path

Searched refs:resbuf (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/standard/
H A Dmath.c1104 char *tmpbuf = NULL, *resbuf; in _php_math_number_format_ex_len() local
1164 resbuf = (char *) emalloc(reslen+1); /* +1 for NUL terminator */ in _php_math_number_format_ex_len()
1167 t = resbuf+reslen; in _php_math_number_format_ex_len()
1218 return resbuf; in _php_math_number_format_ex_len()
H A Dcrypt_sha256.c230 static void * sha256_finish_ctx(struct sha256_ctx *ctx, void *resbuf) { in sha256_finish_ctx() argument
255 ((uint32_t *) resbuf)[i] = SWAP(ctx->H[i]); in sha256_finish_ctx()
258 return resbuf; in sha256_finish_ctx()
H A Dcrypt_sha512.c257 static void * sha512_finish_ctx (struct sha512_ctx *ctx, void *resbuf) { in sha512_finish_ctx() argument
282 ((uint64_t *) resbuf)[i] = SWAP(ctx->H[i]); in sha512_finish_ctx()
285 return resbuf; in sha512_finish_ctx()

Completed in 22 milliseconds