tmp_buf           628 ext/iconv/iconv.c 	char *out_p, *out_buf, *tmp_buf;
tmp_buf           671 ext/iconv/iconv.c 				tmp_buf = (char*) erealloc(out_buf, bsz+1);
tmp_buf           672 ext/iconv/iconv.c 				out_p = out_buf = tmp_buf;
tmp_buf           693 ext/iconv/iconv.c 				tmp_buf = (char *) erealloc(out_buf, bsz);
tmp_buf           695 ext/iconv/iconv.c 				out_p = out_buf = tmp_buf;
tmp_buf           188 ext/mysqlnd/mysqlnd_loaddata.c 		char tmp_buf[sizeof(conn->error_info->error)];
tmp_buf           192 ext/mysqlnd/mysqlnd_loaddata.c 		tmp_error_no = infile.local_infile_error(info, tmp_buf, sizeof(tmp_buf) TSRMLS_CC);
tmp_buf           193 ext/mysqlnd/mysqlnd_loaddata.c 		SET_CLIENT_ERROR(*conn->error_info, tmp_error_no, UNKNOWN_SQLSTATE, tmp_buf);
tmp_buf           216 ext/mysqlnd/mysqlnd_loaddata.c 		char tmp_buf[sizeof(conn->error_info->error)];
tmp_buf           220 ext/mysqlnd/mysqlnd_loaddata.c 		tmp_error_no = infile.local_infile_error(info, tmp_buf, sizeof(tmp_buf) TSRMLS_CC);
tmp_buf           221 ext/mysqlnd/mysqlnd_loaddata.c 		SET_CLIENT_ERROR(*conn->error_info, tmp_error_no, UNKNOWN_SQLSTATE, tmp_buf);
tmp_buf           861 ext/mysqlnd/mysqlnd_net.c 	char tmp_buf[256];
tmp_buf           874 ext/mysqlnd/mysqlnd_net.c 			skipped_bytes += (bytes_consumed = php_stream_read(net_stream, tmp_buf, sizeof(tmp_buf)));
tmp_buf           875 ext/mysqlnd/mysqlnd_net.c 		} while (bytes_consumed == sizeof(tmp_buf));
tmp_buf           560 ext/mysqlnd/mysqlnd_ps_codec.c 		zend_uchar *tmp_buf;
tmp_buf           562 ext/mysqlnd/mysqlnd_ps_codec.c 		tmp_buf = mnd_emalloc(*buf_len);
tmp_buf           563 ext/mysqlnd/mysqlnd_ps_codec.c 		if (!tmp_buf) {
tmp_buf           566 ext/mysqlnd/mysqlnd_ps_codec.c 		memcpy(tmp_buf, *buf, offset);
tmp_buf           570 ext/mysqlnd/mysqlnd_ps_codec.c 		*buf = tmp_buf;
tmp_buf          1089 ext/oci8/oci8.c 	text  tmp_buf[OCI_ERROR_MAXMSG_SIZE];  /* Use traditional smaller size: non-PL/SQL errors should fit and it keeps the stack smaller */
tmp_buf          1100 ext/oci8/oci8.c 			&& OCIErrorGet(OCI_G(env), (ub4)1, NULL, &ora_error_code, tmp_buf, (ub4)OCI_ERROR_MAXMSG_SIZE, (ub4)OCI_HTYPE_ENV) == OCI_SUCCESS
tmp_buf          1101 ext/oci8/oci8.c 			&& *tmp_buf) {
tmp_buf          1102 ext/oci8/oci8.c 			php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", tmp_buf);
tmp_buf          1129 ext/oci8/oci8.c 		OCIErrorGet(OCI_G(env), (ub4)1, NULL, &ora_error_code, tmp_buf, (ub4)OCI_ERROR_MAXMSG_SIZE, (ub4)OCI_HTYPE_ERROR);
tmp_buf          1132 ext/oci8/oci8.c 			int tmp_buf_len = strlen((char *)tmp_buf);
tmp_buf          1134 ext/oci8/oci8.c 			if (tmp_buf_len > 0 && tmp_buf[tmp_buf_len - 1] == '\n') {
tmp_buf          1135 ext/oci8/oci8.c 				tmp_buf[tmp_buf_len - 1] = '\0';
tmp_buf          1139 ext/oci8/oci8.c 				php_error_docref(NULL TSRMLS_CC, E_WARNING, "Initialization error: OCI_SUCCESS_WITH_INFO: %s", tmp_buf);
tmp_buf          1141 ext/oci8/oci8.c 				php_error_docref(NULL TSRMLS_CC, E_WARNING, "Initialization error: OCI_ERROR: %s", tmp_buf);
tmp_buf          2232 ext/oci8/oci8.c 		text tmp_buf[OCI_ERROR_MAXMSG_SIZE];
tmp_buf          2235 ext/oci8/oci8.c 		OCIErrorGet(OCI_G(err), (ub4)1, NULL, &error_code, tmp_buf, (ub4)OCI_ERROR_MAXMSG_SIZE, (ub4)OCI_HTYPE_ERROR);
tmp_buf            63 ext/pdo_oci/oci_driver.c 	char tmp_buf[2048];
tmp_buf            89 ext/pdo_oci/oci_driver.c 		slprintf(tmp_buf, sizeof(tmp_buf), "%s (%s:%d)", what, file, line);
tmp_buf            90 ext/pdo_oci/oci_driver.c 		einfo->errmsg = pestrdup(tmp_buf, dbh->is_persistent);
tmp_buf            99 ext/pdo_oci/oci_driver.c 				slprintf(tmp_buf, sizeof(tmp_buf), "%s: %s (%s:%d)", what, errbuf, file, line);
tmp_buf           100 ext/pdo_oci/oci_driver.c 				einfo->errmsg = pestrdup(tmp_buf, dbh->is_persistent);
tmp_buf           104 ext/pdo_oci/oci_driver.c 				slprintf(tmp_buf, sizeof(tmp_buf), "%s: OCI_SUCCESS_WITH_INFO: %s (%s:%d)", what, errbuf, file, line);
tmp_buf           105 ext/pdo_oci/oci_driver.c 				einfo->errmsg = pestrdup(tmp_buf, dbh->is_persistent);
tmp_buf           108 ext/pdo_oci/oci_driver.c 				slprintf(tmp_buf, sizeof(tmp_buf), "%s: OCI_NEED_DATA (%s:%d)", what, file, line);
tmp_buf           109 ext/pdo_oci/oci_driver.c 				einfo->errmsg = pestrdup(tmp_buf, dbh->is_persistent);
tmp_buf           112 ext/pdo_oci/oci_driver.c 				slprintf(tmp_buf, sizeof(tmp_buf), "%s: OCI_NO_DATA (%s:%d)", what, file, line);
tmp_buf           113 ext/pdo_oci/oci_driver.c 				einfo->errmsg = pestrdup(tmp_buf, dbh->is_persistent);
tmp_buf           116 ext/pdo_oci/oci_driver.c 				slprintf(tmp_buf, sizeof(tmp_buf), "%s: OCI_INVALID_HANDLE (%s:%d)", what, file, line);
tmp_buf           117 ext/pdo_oci/oci_driver.c 				einfo->errmsg = pestrdup(tmp_buf, dbh->is_persistent);
tmp_buf           120 ext/pdo_oci/oci_driver.c 				slprintf(tmp_buf, sizeof(tmp_buf), "%s: OCI_STILL_EXECUTING (%s:%d)", what, file, line);
tmp_buf           121 ext/pdo_oci/oci_driver.c 				einfo->errmsg = pestrdup(tmp_buf, dbh->is_persistent);
tmp_buf           124 ext/pdo_oci/oci_driver.c 				slprintf(tmp_buf, sizeof(tmp_buf), "%s: OCI_CONTINUE (%s:%d)", what, file, line);
tmp_buf           125 ext/pdo_oci/oci_driver.c 				einfo->errmsg = pestrdup(tmp_buf, dbh->is_persistent);
tmp_buf           425 ext/wddx/wddx.c 	char tmp_buf[WDDX_BUF_LEN];
tmp_buf           431 ext/wddx/wddx.c 	snprintf(tmp_buf, sizeof(tmp_buf), WDDX_NUMBER, Z_STRVAL(tmp));
tmp_buf           434 ext/wddx/wddx.c 	php_wddx_add_chunk(packet, tmp_buf);
tmp_buf           463 ext/wddx/wddx.c 	char tmp_buf[WDDX_BUF_LEN];
tmp_buf           481 ext/wddx/wddx.c 			snprintf(tmp_buf, WDDX_BUF_LEN, WDDX_VAR_S, PHP_CLASS_NAME_VAR);
tmp_buf           482 ext/wddx/wddx.c 			php_wddx_add_chunk(packet, tmp_buf);
tmp_buf           515 ext/wddx/wddx.c 		snprintf(tmp_buf, WDDX_BUF_LEN, WDDX_VAR_S, PHP_CLASS_NAME_VAR);
tmp_buf           516 ext/wddx/wddx.c 		php_wddx_add_chunk(packet, tmp_buf);
tmp_buf           538 ext/wddx/wddx.c 				key_len = slprintf(tmp_buf, sizeof(tmp_buf), "%ld", idx);
tmp_buf           539 ext/wddx/wddx.c 				php_wddx_serialize_var(packet, *ent, tmp_buf, key_len TSRMLS_CC);
tmp_buf           564 ext/wddx/wddx.c 	char tmp_buf[WDDX_BUF_LEN];
tmp_buf           593 ext/wddx/wddx.c 		snprintf(tmp_buf, sizeof(tmp_buf), WDDX_ARRAY_S, zend_hash_num_elements(target_hash));
tmp_buf           594 ext/wddx/wddx.c 		php_wddx_add_chunk(packet, tmp_buf);
tmp_buf           610 ext/wddx/wddx.c 				key_len = slprintf(tmp_buf, sizeof(tmp_buf), "%ld", idx);
tmp_buf           611 ext/wddx/wddx.c 				php_wddx_serialize_var(packet, *ent, tmp_buf, key_len TSRMLS_CC);
tmp_buf           634 ext/wddx/wddx.c 		char *tmp_buf, *name_esc;
tmp_buf           637 ext/wddx/wddx.c 		tmp_buf = emalloc(name_esc_len + sizeof(WDDX_VAR_S));
tmp_buf           638 ext/wddx/wddx.c 		snprintf(tmp_buf, name_esc_len + sizeof(WDDX_VAR_S), WDDX_VAR_S, name_esc);
tmp_buf           639 ext/wddx/wddx.c 		php_wddx_add_chunk(packet, tmp_buf);
tmp_buf           640 ext/wddx/wddx.c 		efree(tmp_buf);
tmp_buf           775 ext/wddx/wddx.c 				char tmp_buf[2];
tmp_buf           777 ext/wddx/wddx.c 				snprintf(tmp_buf, sizeof(tmp_buf), "%c", (char)strtol(atts[i], NULL, 16));
tmp_buf           778 ext/wddx/wddx.c 				php_wddx_process_data(user_data, tmp_buf, strlen(tmp_buf));
tmp_buf           218 win32/registry.c 			char tmp_buf[MAXPATHLEN], *cwd;
tmp_buf           222 win32/registry.c 			if (!VCWD_GETCWD(tmp_buf, MAXPATHLEN)) {
tmp_buf           226 win32/registry.c 			cwd = strchr(tmp_buf, ':');
tmp_buf           229 win32/registry.c 				cwd = tmp_buf;
tmp_buf           231 win32/registry.c 				drive_letter = tmp_buf[0];