tmp_buf           174 ext/mysqlnd/mysqlnd_loaddata.c 		char tmp_buf[sizeof(conn->error_info->error)];
tmp_buf           178 ext/mysqlnd/mysqlnd_loaddata.c 		tmp_error_no = infile.local_infile_error(info, tmp_buf, sizeof(tmp_buf));
tmp_buf           179 ext/mysqlnd/mysqlnd_loaddata.c 		SET_CLIENT_ERROR(*conn->error_info, tmp_error_no, UNKNOWN_SQLSTATE, tmp_buf);
tmp_buf           202 ext/mysqlnd/mysqlnd_loaddata.c 		char tmp_buf[sizeof(conn->error_info->error)];
tmp_buf           206 ext/mysqlnd/mysqlnd_loaddata.c 		tmp_error_no = infile.local_infile_error(info, tmp_buf, sizeof(tmp_buf));
tmp_buf           207 ext/mysqlnd/mysqlnd_loaddata.c 		SET_CLIENT_ERROR(*conn->error_info, tmp_error_no, UNKNOWN_SQLSTATE, tmp_buf);
tmp_buf           869 ext/mysqlnd/mysqlnd_net.c 	char tmp_buf[256];
tmp_buf           882 ext/mysqlnd/mysqlnd_net.c 			skipped_bytes += (bytes_consumed = php_stream_read(net_stream, tmp_buf, sizeof(tmp_buf)));
tmp_buf           883 ext/mysqlnd/mysqlnd_net.c 		} while (bytes_consumed == sizeof(tmp_buf));
tmp_buf           555 ext/mysqlnd/mysqlnd_ps_codec.c 		zend_uchar *tmp_buf;
tmp_buf           557 ext/mysqlnd/mysqlnd_ps_codec.c 		tmp_buf = mnd_emalloc(*buf_len);
tmp_buf           558 ext/mysqlnd/mysqlnd_ps_codec.c 		if (!tmp_buf) {
tmp_buf           561 ext/mysqlnd/mysqlnd_ps_codec.c 		memcpy(tmp_buf, *buf, offset);
tmp_buf           565 ext/mysqlnd/mysqlnd_ps_codec.c 		*buf = tmp_buf;
tmp_buf          1083 ext/oci8/oci8.c 	text  tmp_buf[PHP_OCI_ERRBUF_LEN];  /* Use traditional smaller size: non-PL/SQL errors should fit and it keeps the stack smaller */
tmp_buf          1094 ext/oci8/oci8.c 			&& OCIErrorGet(OCI_G(env), (ub4)1, NULL, &ora_error_code, tmp_buf, (ub4)PHP_OCI_ERRBUF_LEN, (ub4)OCI_HTYPE_ENV) == OCI_SUCCESS
tmp_buf          1095 ext/oci8/oci8.c 			&& *tmp_buf) {
tmp_buf          1096 ext/oci8/oci8.c 			php_error_docref(NULL, E_WARNING, "%s", tmp_buf);
tmp_buf          1123 ext/oci8/oci8.c 		OCIErrorGet(OCI_G(env), (ub4)1, NULL, &ora_error_code, tmp_buf, (ub4)PHP_OCI_ERRBUF_LEN, (ub4)OCI_HTYPE_ERROR);
tmp_buf          1126 ext/oci8/oci8.c 			int tmp_buf_len = (int) strlen((char *)tmp_buf);
tmp_buf          1128 ext/oci8/oci8.c 			if (tmp_buf_len > 0 && tmp_buf[tmp_buf_len - 1] == '\n') {
tmp_buf          1129 ext/oci8/oci8.c 				tmp_buf[tmp_buf_len - 1] = '\0';
tmp_buf          1133 ext/oci8/oci8.c 				php_error_docref(NULL, E_WARNING, "Initialization error: OCI_SUCCESS_WITH_INFO: %s", tmp_buf);
tmp_buf          1135 ext/oci8/oci8.c 				php_error_docref(NULL, E_WARNING, "Initialization error: OCI_ERROR: %s", tmp_buf);
tmp_buf          2240 ext/oci8/oci8.c 		text tmp_buf[PHP_OCI_ERRBUF_LEN];
tmp_buf          2243 ext/oci8/oci8.c 		OCIErrorGet(OCI_G(err), (ub4)1, NULL, &error_code, tmp_buf, (ub4)PHP_OCI_ERRBUF_LEN, (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           412 ext/wddx/wddx.c 	char tmp_buf[WDDX_BUF_LEN];
tmp_buf           414 ext/wddx/wddx.c 	snprintf(tmp_buf, sizeof(tmp_buf), WDDX_NUMBER, ZSTR_VAL(str));
tmp_buf           417 ext/wddx/wddx.c 	php_wddx_add_chunk(packet, tmp_buf);
tmp_buf           446 ext/wddx/wddx.c 	char tmp_buf[WDDX_BUF_LEN];
tmp_buf           461 ext/wddx/wddx.c 			snprintf(tmp_buf, WDDX_BUF_LEN, WDDX_VAR_S, PHP_CLASS_NAME_VAR);
tmp_buf           462 ext/wddx/wddx.c 			php_wddx_add_chunk(packet, tmp_buf);
tmp_buf           491 ext/wddx/wddx.c 		snprintf(tmp_buf, WDDX_BUF_LEN, WDDX_VAR_S, PHP_CLASS_NAME_VAR);
tmp_buf           492 ext/wddx/wddx.c 		php_wddx_add_chunk(packet, tmp_buf);
tmp_buf           537 ext/wddx/wddx.c 	char tmp_buf[WDDX_BUF_LEN];
tmp_buf           557 ext/wddx/wddx.c 		snprintf(tmp_buf, sizeof(tmp_buf), WDDX_ARRAY_S, zend_hash_num_elements(target_hash));
tmp_buf           558 ext/wddx/wddx.c 		php_wddx_add_chunk(packet, tmp_buf);
tmp_buf           594 ext/wddx/wddx.c 		char *tmp_buf;
tmp_buf           596 ext/wddx/wddx.c 		tmp_buf = emalloc(ZSTR_LEN(name_esc) + sizeof(WDDX_VAR_S));
tmp_buf           597 ext/wddx/wddx.c 		snprintf(tmp_buf, ZSTR_LEN(name_esc) + sizeof(WDDX_VAR_S), WDDX_VAR_S, ZSTR_VAL(name_esc));
tmp_buf           598 ext/wddx/wddx.c 		php_wddx_add_chunk(packet, tmp_buf);
tmp_buf           599 ext/wddx/wddx.c 		efree(tmp_buf);
tmp_buf           737 ext/wddx/wddx.c 				char tmp_buf[2];
tmp_buf           739 ext/wddx/wddx.c 				snprintf(tmp_buf, sizeof(tmp_buf), "%c", (char)strtol((char *)atts[i], NULL, 16));
tmp_buf           740 ext/wddx/wddx.c 				php_wddx_process_data(user_data, (XML_Char *) tmp_buf, strlen(tmp_buf));
tmp_buf           227 win32/registry.c 			char tmp_buf[MAXPATHLEN], *cwd;
tmp_buf           231 win32/registry.c 			if (!VCWD_GETCWD(tmp_buf, MAXPATHLEN)) {
tmp_buf           235 win32/registry.c 			cwd = strchr(tmp_buf, ':');
tmp_buf           238 win32/registry.c 				cwd = tmp_buf;
tmp_buf           240 win32/registry.c 				drive_letter = tmp_buf[0];